Package com.grafana.loki.protobuf
Interface Logproto.GetChunkIDsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Logproto.GetChunkIDsRequest,Logproto.GetChunkIDsRequest.Builder
- Enclosing class:
- Logproto
public static interface Logproto.GetChunkIDsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimestampgetEnd().google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];TimestampOrBuildergetEndOrBuilder().google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];java.lang.StringgetMatchers()string matchers = 1;com.google.protobuf.ByteStringgetMatchersBytes()string matchers = 1;TimestampgetStart().google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];TimestampOrBuildergetStartOrBuilder().google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];booleanhasEnd().google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];booleanhasStart().google.protobuf.Timestamp start = 2 [(.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
-
getMatchers
java.lang.String getMatchers()
string matchers = 1;- Returns:
- The matchers.
-
getMatchersBytes
com.google.protobuf.ByteString getMatchersBytes()
string matchers = 1;- Returns:
- The bytes for matchers.
-
hasStart
boolean hasStart()
.google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];- Returns:
- Whether the start field is set.
-
getStart
Timestamp getStart()
.google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];- Returns:
- The start.
-
getStartOrBuilder
TimestampOrBuilder getStartOrBuilder()
.google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
-
hasEnd
boolean hasEnd()
.google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];- Returns:
- Whether the end field is set.
-
getEnd
Timestamp getEnd()
.google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];- Returns:
- The end.
-
getEndOrBuilder
TimestampOrBuilder getEndOrBuilder()
.google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
-
-