com.expedia.open.tracing.api.TracesSearchRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of haystack-secrets-commons Show documentation
Show all versions of haystack-secrets-commons Show documentation
This module contains common code for Haystack modules that detect and mask PCI and PII data;
it also contains code that facilitates writing Kafka Streams applications.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: api/traceReader.proto
package com.expedia.open.tracing.api;
public interface TracesSearchRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:TracesSearchRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* fields to filter traces
*
*
* repeated .Field fields = 1 [deprecated = true];
*/
@java.lang.Deprecated java.util.List
getFieldsList();
/**
*
* fields to filter traces
*
*
* repeated .Field fields = 1 [deprecated = true];
*/
@java.lang.Deprecated com.expedia.open.tracing.api.Field getFields(int index);
/**
*
* fields to filter traces
*
*
* repeated .Field fields = 1 [deprecated = true];
*/
@java.lang.Deprecated int getFieldsCount();
/**
*
* fields to filter traces
*
*
* repeated .Field fields = 1 [deprecated = true];
*/
@java.lang.Deprecated java.util.List extends com.expedia.open.tracing.api.FieldOrBuilder>
getFieldsOrBuilderList();
/**
*
* fields to filter traces
*
*
* repeated .Field fields = 1 [deprecated = true];
*/
@java.lang.Deprecated com.expedia.open.tracing.api.FieldOrBuilder getFieldsOrBuilder(
int index);
/**
*
* search window start time in microseconds time from epoch
*
*
* optional int64 startTime = 2;
*/
long getStartTime();
/**
*
* search window end time in microseconds time from epoch
*
*
* optional int64 endTime = 3;
*/
long getEndTime();
/**
*
* limit on number of results to return
*
*
* optional int32 limit = 4;
*/
int getLimit();
/**
*
* expression tree for trace search filters
*
*
* optional .ExpressionTree filterExpression = 5;
*/
boolean hasFilterExpression();
/**
*
* expression tree for trace search filters
*
*
* optional .ExpressionTree filterExpression = 5;
*/
com.expedia.open.tracing.api.ExpressionTree getFilterExpression();
/**
*
* expression tree for trace search filters
*
*
* optional .ExpressionTree filterExpression = 5;
*/
com.expedia.open.tracing.api.ExpressionTreeOrBuilder getFilterExpressionOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy