Package com.grafana.loki.protobuf
Interface Logproto.GetChunkIDsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Logproto.GetChunkIDsResponse,Logproto.GetChunkIDsResponse.Builder
- Enclosing class:
- Logproto
public static interface Logproto.GetChunkIDsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetChunkIDs(int index)repeated string chunkIDs = 1;com.google.protobuf.ByteStringgetChunkIDsBytes(int index)repeated string chunkIDs = 1;intgetChunkIDsCount()repeated string chunkIDs = 1;java.util.List<java.lang.String>getChunkIDsList()repeated string chunkIDs = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getChunkIDsList
java.util.List<java.lang.String> getChunkIDsList()
repeated string chunkIDs = 1;- Returns:
- A list containing the chunkIDs.
-
getChunkIDsCount
int getChunkIDsCount()
repeated string chunkIDs = 1;- Returns:
- The count of chunkIDs.
-
getChunkIDs
java.lang.String getChunkIDs(int index)
repeated string chunkIDs = 1;- Parameters:
index- The index of the element to return.- Returns:
- The chunkIDs at the given index.
-
getChunkIDsBytes
com.google.protobuf.ByteString getChunkIDsBytes(int index)
repeated string chunkIDs = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the chunkIDs at the given index.
-
-