Package logproto
Interface Logproto.TimeSeriesChunkOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Logproto.TimeSeriesChunk,Logproto.TimeSeriesChunk.Builder
- Enclosing class:
- Logproto
public static interface Logproto.TimeSeriesChunkOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Logproto.ChunkgetChunks(int index)repeated .logproto.Chunk chunks = 4;intgetChunksCount()repeated .logproto.Chunk chunks = 4;java.util.List<Logproto.Chunk>getChunksList()repeated .logproto.Chunk chunks = 4;Logproto.ChunkOrBuildergetChunksOrBuilder(int index)repeated .logproto.Chunk chunks = 4;java.util.List<? extends Logproto.ChunkOrBuilder>getChunksOrBuilderList()repeated .logproto.Chunk chunks = 4;java.lang.StringgetFromIngesterId()string from_ingester_id = 1;com.google.protobuf.ByteStringgetFromIngesterIdBytes()string from_ingester_id = 1;Logproto.LabelPairgetLabels(int index)repeated .logproto.LabelPair labels = 3;intgetLabelsCount()repeated .logproto.LabelPair labels = 3;java.util.List<Logproto.LabelPair>getLabelsList()repeated .logproto.LabelPair labels = 3;Logproto.LabelPairOrBuildergetLabelsOrBuilder(int index)repeated .logproto.LabelPair labels = 3;java.util.List<? extends Logproto.LabelPairOrBuilder>getLabelsOrBuilderList()repeated .logproto.LabelPair labels = 3;java.lang.StringgetUserId()string user_id = 2;com.google.protobuf.ByteStringgetUserIdBytes()string user_id = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFromIngesterId
java.lang.String getFromIngesterId()
string from_ingester_id = 1;- Returns:
- The fromIngesterId.
-
getFromIngesterIdBytes
com.google.protobuf.ByteString getFromIngesterIdBytes()
string from_ingester_id = 1;- Returns:
- The bytes for fromIngesterId.
-
getUserId
java.lang.String getUserId()
string user_id = 2;- Returns:
- The userId.
-
getUserIdBytes
com.google.protobuf.ByteString getUserIdBytes()
string user_id = 2;- Returns:
- The bytes for userId.
-
getLabelsList
java.util.List<Logproto.LabelPair> getLabelsList()
repeated .logproto.LabelPair labels = 3;
-
getLabels
Logproto.LabelPair getLabels(int index)
repeated .logproto.LabelPair labels = 3;
-
getLabelsCount
int getLabelsCount()
repeated .logproto.LabelPair labels = 3;
-
getLabelsOrBuilderList
java.util.List<? extends Logproto.LabelPairOrBuilder> getLabelsOrBuilderList()
repeated .logproto.LabelPair labels = 3;
-
getLabelsOrBuilder
Logproto.LabelPairOrBuilder getLabelsOrBuilder(int index)
repeated .logproto.LabelPair labels = 3;
-
getChunksList
java.util.List<Logproto.Chunk> getChunksList()
repeated .logproto.Chunk chunks = 4;
-
getChunks
Logproto.Chunk getChunks(int index)
repeated .logproto.Chunk chunks = 4;
-
getChunksCount
int getChunksCount()
repeated .logproto.Chunk chunks = 4;
-
getChunksOrBuilderList
java.util.List<? extends Logproto.ChunkOrBuilder> getChunksOrBuilderList()
repeated .logproto.Chunk chunks = 4;
-
getChunksOrBuilder
Logproto.ChunkOrBuilder getChunksOrBuilder(int index)
repeated .logproto.Chunk chunks = 4;
-
-