Package logproto
Interface Logproto.TailRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Logproto.TailRequest,Logproto.TailRequest.Builder
- Enclosing class:
- Logproto
public static interface Logproto.TailRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDelayFor()uint32 delayFor = 3;intgetLimit()uint32 limit = 4;java.lang.StringgetQuery()string query = 1;com.google.protobuf.ByteStringgetQueryBytes()string query = 1;TimestampgetStart().google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];TimestampOrBuildergetStartOrBuilder().google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];booleanhasStart().google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getQuery
java.lang.String getQuery()
string query = 1;- Returns:
- The query.
-
getQueryBytes
com.google.protobuf.ByteString getQueryBytes()
string query = 1;- Returns:
- The bytes for query.
-
getDelayFor
int getDelayFor()
uint32 delayFor = 3;- Returns:
- The delayFor.
-
getLimit
int getLimit()
uint32 limit = 4;- Returns:
- The limit.
-
hasStart
boolean hasStart()
.google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];- Returns:
- Whether the start field is set.
-
getStart
Timestamp getStart()
.google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];- Returns:
- The start.
-
getStartOrBuilder
TimestampOrBuilder getStartOrBuilder()
.google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
-
-