A B C D E F G H I J L M N O P Q R S T U V W 
All Classes All Packages

A

addAllAnnotation(Iterable<? extends DescriptorProtos.GeneratedCodeInfo.Annotation>) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
addAllChunks(Iterable<? extends Logproto.Chunk>) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.Chunk chunks = 4;
addAllDependency(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Names of files imported by this file.
addAllDroppedStreams(Iterable<? extends Logproto.DroppedStream>) - Method in class logproto.Logproto.TailResponse.Builder
repeated .logproto.DroppedStream droppedStreams = 2;
addAllEntries(Iterable<? extends Logproto.EntryAdapter>) - Method in class logproto.Logproto.StreamAdapter.Builder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addAllExtensionRange(Iterable<? extends DescriptorProtos.DescriptorProto.ExtensionRange>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addAllField(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addAllFile(Iterable<? extends DescriptorProtos.FileDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addAllGroups(Iterable<String>) - Method in class logproto.Logproto.SeriesRequest.Builder
repeated string groups = 3;
addAllLabels(Iterable<? extends Logproto.LabelPair>) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.LabelPair labels = 3;
addAllLeadingDetachedComments(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
addAllLocation(Iterable<? extends DescriptorProtos.SourceCodeInfo.Location>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
addAllMessageType(Iterable<? extends DescriptorProtos.DescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
All top-level definitions in this file.
addAllMethod(Iterable<? extends DescriptorProtos.MethodDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addAllName(Iterable<? extends DescriptorProtos.UninterpretedOption.NamePart>) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addAllNestedType(Iterable<? extends DescriptorProtos.DescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addAllOneofDecl(Iterable<? extends DescriptorProtos.OneofDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addAllPath(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the element in the original source .proto file.
addAllPath(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
Identifies which part of the FileDescriptorProto was defined at this location.
addAllPublicDependency(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Indexes of the public imported files in the dependency list above.
addAllReservedName(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
Reserved field names, which may not be used by fields in the same message.
addAllReservedName(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Reserved enum value names, which may not be reused.
addAllReservedRange(Iterable<? extends DescriptorProtos.DescriptorProto.ReservedRange>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addAllReservedRange(Iterable<? extends DescriptorProtos.EnumDescriptorProto.EnumReservedRange>) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Range of reserved numeric values.
addAllSamples(Iterable<? extends Logproto.Sample>) - Method in class logproto.Logproto.Series.Builder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
addAllSeries(Iterable<? extends Logproto.Series>) - Method in class logproto.Logproto.SampleQueryResponse.Builder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
addAllSeries(Iterable<? extends Logproto.SeriesIdentifier>) - Method in class logproto.Logproto.SeriesResponse.Builder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
addAllService(Iterable<? extends DescriptorProtos.ServiceDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addAllShards(Iterable<String>) - Method in class logproto.Logproto.QueryRequest.Builder
repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
addAllShards(Iterable<String>) - Method in class logproto.Logproto.SampleQueryRequest.Builder
repeated string shards = 4 [(.gogoproto.jsontag) = "shards,omitempty"];
addAllSpan(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column.
addAllStreams(Iterable<? extends Logproto.StreamAdapter>) - Method in class logproto.Logproto.PushRequest.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
addAllStreams(Iterable<? extends Logproto.StreamAdapter>) - Method in class logproto.Logproto.QueryResponse.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
The parser stores options it doesn't recognize here.
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
The parser stores options it doesn't recognize here.
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
The parser stores options it doesn't recognize here.
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The parser stores options it doesn't recognize here.
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
The parser stores options it doesn't recognize here.
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
The parser stores options it doesn't recognize here.
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
The parser stores options it doesn't recognize here.
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
The parser stores options it doesn't recognize here.
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
The parser stores options it doesn't recognize here.
addAllValue(Iterable<? extends DescriptorProtos.EnumValueDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addAllValues(Iterable<String>) - Method in class logproto.Logproto.LabelResponse.Builder
repeated string values = 1;
addAllWeakDependency(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Indexes of the weak imported files in the dependency list.
addAnnotation(int, DescriptorProtos.GeneratedCodeInfo.Annotation) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
addAnnotation(int, DescriptorProtos.GeneratedCodeInfo.Annotation.Builder) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
addAnnotation(DescriptorProtos.GeneratedCodeInfo.Annotation) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
addAnnotation(DescriptorProtos.GeneratedCodeInfo.Annotation.Builder) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
addAnnotationBuilder() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
addAnnotationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
addChunks(int, Logproto.Chunk) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.Chunk chunks = 4;
addChunks(int, Logproto.Chunk.Builder) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.Chunk chunks = 4;
addChunks(Logproto.Chunk) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.Chunk chunks = 4;
addChunks(Logproto.Chunk.Builder) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.Chunk chunks = 4;
addChunksBuilder() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.Chunk chunks = 4;
addChunksBuilder(int) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.Chunk chunks = 4;
addDependency(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Names of files imported by this file.
addDependencyBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Names of files imported by this file.
addDroppedStreams(int, Logproto.DroppedStream) - Method in class logproto.Logproto.TailResponse.Builder
repeated .logproto.DroppedStream droppedStreams = 2;
addDroppedStreams(int, Logproto.DroppedStream.Builder) - Method in class logproto.Logproto.TailResponse.Builder
repeated .logproto.DroppedStream droppedStreams = 2;
addDroppedStreams(Logproto.DroppedStream) - Method in class logproto.Logproto.TailResponse.Builder
repeated .logproto.DroppedStream droppedStreams = 2;
addDroppedStreams(Logproto.DroppedStream.Builder) - Method in class logproto.Logproto.TailResponse.Builder
repeated .logproto.DroppedStream droppedStreams = 2;
addDroppedStreamsBuilder() - Method in class logproto.Logproto.TailResponse.Builder
repeated .logproto.DroppedStream droppedStreams = 2;
addDroppedStreamsBuilder(int) - Method in class logproto.Logproto.TailResponse.Builder
repeated .logproto.DroppedStream droppedStreams = 2;
addEntries(int, Logproto.EntryAdapter) - Method in class logproto.Logproto.StreamAdapter.Builder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
addEntries(int, Logproto.EntryAdapter.Builder) - Method in class logproto.Logproto.StreamAdapter.Builder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
addEntries(Logproto.EntryAdapter) - Method in class logproto.Logproto.StreamAdapter.Builder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
addEntries(Logproto.EntryAdapter.Builder) - Method in class logproto.Logproto.StreamAdapter.Builder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
addEntriesBuilder() - Method in class logproto.Logproto.StreamAdapter.Builder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
addEntriesBuilder(int) - Method in class logproto.Logproto.StreamAdapter.Builder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
addEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addEnumType(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addEnumType(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addEnumType(DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addEnumType(DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addEnumTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addEnumTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addExtension(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addExtension(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addExtension(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addExtension(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ExtensionRangeOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FieldOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FileOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MessageOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MethodOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.OneofOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
addExtensionBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addExtensionBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addExtensionRangeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addExtensionRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addField(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addField(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addField(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addField(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addFieldBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addFieldBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addFile(DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addFile(DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addFileBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addFileBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addGroups(String) - Method in class logproto.Logproto.SeriesRequest.Builder
repeated string groups = 3;
addGroupsBytes(ByteString) - Method in class logproto.Logproto.SeriesRequest.Builder
repeated string groups = 3;
addLabels(int, Logproto.LabelPair) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.LabelPair labels = 3;
addLabels(int, Logproto.LabelPair.Builder) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.LabelPair labels = 3;
addLabels(Logproto.LabelPair) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.LabelPair labels = 3;
addLabels(Logproto.LabelPair.Builder) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.LabelPair labels = 3;
addLabelsBuilder() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.LabelPair labels = 3;
addLabelsBuilder(int) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.LabelPair labels = 3;
addLeadingDetachedComments(String) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
addLeadingDetachedCommentsBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
addLocation(int, DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
addLocation(int, DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
addLocation(DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
addLocation(DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
addLocationBuilder() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
addLocationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
addMessageType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
All top-level definitions in this file.
addMessageType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
All top-level definitions in this file.
addMessageType(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
All top-level definitions in this file.
addMessageType(DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
All top-level definitions in this file.
addMessageTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
All top-level definitions in this file.
addMessageTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
All top-level definitions in this file.
addMethod(int, DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethod(int, DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethod(DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethod(DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethodBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethodBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addName(int, DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addName(int, DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addName(DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addName(DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addNameBuilder() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addNameBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addNestedType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addNestedType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addNestedType(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addNestedType(DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addNestedTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addNestedTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addOneofDecl(int, DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addOneofDecl(int, DescriptorProtos.OneofDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addOneofDecl(DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addOneofDecl(DescriptorProtos.OneofDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addOneofDeclBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addOneofDeclBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addPath(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the element in the original source .proto file.
addPath(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
Identifies which part of the FileDescriptorProto was defined at this location.
addPublicDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Indexes of the public imported files in the dependency list above.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Timestamp.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.Chunk.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.DroppedStream.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.EntryAdapter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.LabelPair.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.LabelRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.LabelResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.PushRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.PushResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.QueryRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.QueryResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.Sample.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.SampleQueryRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.SampleQueryResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.Series.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.SeriesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.SeriesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.StreamAdapter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.TailersCountRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.TailersCountResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.TailRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.TailResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.TransferChunksResponse.Builder
 
addReservedName(String) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
Reserved field names, which may not be used by fields in the same message.
addReservedName(String) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Reserved enum value names, which may not be reused.
addReservedNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
Reserved field names, which may not be used by fields in the same message.
addReservedNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Reserved enum value names, which may not be reused.
addReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addReservedRange(int, DescriptorProtos.EnumDescriptorProto.EnumReservedRange) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Range of reserved numeric values.
addReservedRange(int, DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Range of reserved numeric values.
addReservedRange(DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addReservedRange(DescriptorProtos.DescriptorProto.ReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addReservedRange(DescriptorProtos.EnumDescriptorProto.EnumReservedRange) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Range of reserved numeric values.
addReservedRange(DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Range of reserved numeric values.
addReservedRangeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addReservedRangeBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Range of reserved numeric values.
addReservedRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addReservedRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Range of reserved numeric values.
addSamples(int, Logproto.Sample) - Method in class logproto.Logproto.Series.Builder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
addSamples(int, Logproto.Sample.Builder) - Method in class logproto.Logproto.Series.Builder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
addSamples(Logproto.Sample) - Method in class logproto.Logproto.Series.Builder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
addSamples(Logproto.Sample.Builder) - Method in class logproto.Logproto.Series.Builder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
addSamplesBuilder() - Method in class logproto.Logproto.Series.Builder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
addSamplesBuilder(int) - Method in class logproto.Logproto.Series.Builder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
addSeries(int, Logproto.Series) - Method in class logproto.Logproto.SampleQueryResponse.Builder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
addSeries(int, Logproto.Series.Builder) - Method in class logproto.Logproto.SampleQueryResponse.Builder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
addSeries(int, Logproto.SeriesIdentifier) - Method in class logproto.Logproto.SeriesResponse.Builder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
addSeries(int, Logproto.SeriesIdentifier.Builder) - Method in class logproto.Logproto.SeriesResponse.Builder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
addSeries(Logproto.Series) - Method in class logproto.Logproto.SampleQueryResponse.Builder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
addSeries(Logproto.Series.Builder) - Method in class logproto.Logproto.SampleQueryResponse.Builder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
addSeries(Logproto.SeriesIdentifier) - Method in class logproto.Logproto.SeriesResponse.Builder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
addSeries(Logproto.SeriesIdentifier.Builder) - Method in class logproto.Logproto.SeriesResponse.Builder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
addSeriesBuilder() - Method in class logproto.Logproto.SampleQueryResponse.Builder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
addSeriesBuilder() - Method in class logproto.Logproto.SeriesResponse.Builder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
addSeriesBuilder(int) - Method in class logproto.Logproto.SampleQueryResponse.Builder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
addSeriesBuilder(int) - Method in class logproto.Logproto.SeriesResponse.Builder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
addService(int, DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addService(int, DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addService(DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addService(DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addServiceBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addServiceBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addShards(String) - Method in class logproto.Logproto.QueryRequest.Builder
repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
addShards(String) - Method in class logproto.Logproto.SampleQueryRequest.Builder
repeated string shards = 4 [(.gogoproto.jsontag) = "shards,omitempty"];
addShardsBytes(ByteString) - Method in class logproto.Logproto.QueryRequest.Builder
repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
addShardsBytes(ByteString) - Method in class logproto.Logproto.SampleQueryRequest.Builder
repeated string shards = 4 [(.gogoproto.jsontag) = "shards,omitempty"];
addSpan(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column.
addStreams(int, Logproto.StreamAdapter) - Method in class logproto.Logproto.PushRequest.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
addStreams(int, Logproto.StreamAdapter) - Method in class logproto.Logproto.QueryResponse.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
addStreams(int, Logproto.StreamAdapter.Builder) - Method in class logproto.Logproto.PushRequest.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
addStreams(int, Logproto.StreamAdapter.Builder) - Method in class logproto.Logproto.QueryResponse.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
addStreams(Logproto.StreamAdapter) - Method in class logproto.Logproto.PushRequest.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
addStreams(Logproto.StreamAdapter) - Method in class logproto.Logproto.QueryResponse.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
addStreams(Logproto.StreamAdapter.Builder) - Method in class logproto.Logproto.PushRequest.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
addStreams(Logproto.StreamAdapter.Builder) - Method in class logproto.Logproto.QueryResponse.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
addStreamsBuilder() - Method in class logproto.Logproto.PushRequest.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
addStreamsBuilder() - Method in class logproto.Logproto.QueryResponse.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
addStreamsBuilder(int) - Method in class logproto.Logproto.PushRequest.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
addStreamsBuilder(int) - Method in class logproto.Logproto.QueryResponse.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
The parser stores options it doesn't recognize here.
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
The parser stores options it doesn't recognize here.
addValue(int, DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addValue(int, DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addValue(DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addValue(DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addValueBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addValueBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addValues(String) - Method in class logproto.Logproto.LabelResponse.Builder
repeated string values = 1;
addValuesBytes(ByteString) - Method in class logproto.Logproto.LabelResponse.Builder
repeated string values = 1;
addWeakDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Indexes of the weak imported files in the dependency list.
AGGREGATE_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
ALLOW_ALIAS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
 
ANNOTATION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 

B

BACKWARD - logproto.Logproto.Direction
BACKWARD = 1;
BACKWARD_VALUE - Static variable in enum logproto.Logproto.Direction
BACKWARD = 1;
BEGIN_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
benchgen - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
BENCHGEN_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
BENCHGEN_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
benchgenAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
bindService() - Method in class logproto.IngesterGrpc.IngesterImplBase
 
bindService() - Method in class logproto.PusherGrpc.PusherImplBase
 
bindService() - Method in class logproto.QuerierGrpc.QuerierImplBase
 
build() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
build() - Method in class com.google.protobuf.Timestamp.Builder
 
build() - Method in class logproto.Logproto.Chunk.Builder
 
build() - Method in class logproto.Logproto.DroppedStream.Builder
 
build() - Method in class logproto.Logproto.EntryAdapter.Builder
 
build() - Method in class logproto.Logproto.LabelPair.Builder
 
build() - Method in class logproto.Logproto.LabelRequest.Builder
 
build() - Method in class logproto.Logproto.LabelResponse.Builder
 
build() - Method in class logproto.Logproto.PushRequest.Builder
 
build() - Method in class logproto.Logproto.PushResponse.Builder
 
build() - Method in class logproto.Logproto.QueryRequest.Builder
 
build() - Method in class logproto.Logproto.QueryResponse.Builder
 
build() - Method in class logproto.Logproto.Sample.Builder
 
build() - Method in class logproto.Logproto.SampleQueryRequest.Builder
 
build() - Method in class logproto.Logproto.SampleQueryResponse.Builder
 
build() - Method in class logproto.Logproto.Series.Builder
 
build() - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
build() - Method in class logproto.Logproto.SeriesRequest.Builder
 
build() - Method in class logproto.Logproto.SeriesResponse.Builder
 
build() - Method in class logproto.Logproto.StreamAdapter.Builder
 
build() - Method in class logproto.Logproto.TailersCountRequest.Builder
 
build() - Method in class logproto.Logproto.TailersCountResponse.Builder
 
build() - Method in class logproto.Logproto.TailRequest.Builder
 
build() - Method in class logproto.Logproto.TailResponse.Builder
 
build() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
 
build() - Method in class logproto.Logproto.TransferChunksResponse.Builder
 
build(Channel, CallOptions) - Method in class logproto.IngesterGrpc.IngesterBlockingStub
 
build(Channel, CallOptions) - Method in class logproto.IngesterGrpc.IngesterFutureStub
 
build(Channel, CallOptions) - Method in class logproto.IngesterGrpc.IngesterStub
 
build(Channel, CallOptions) - Method in class logproto.PusherGrpc.PusherBlockingStub
 
build(Channel, CallOptions) - Method in class logproto.PusherGrpc.PusherFutureStub
 
build(Channel, CallOptions) - Method in class logproto.PusherGrpc.PusherStub
 
build(Channel, CallOptions) - Method in class logproto.QuerierGrpc.QuerierBlockingStub
 
build(Channel, CallOptions) - Method in class logproto.QuerierGrpc.QuerierFutureStub
 
build(Channel, CallOptions) - Method in class logproto.QuerierGrpc.QuerierStub
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
buildPartial() - Method in class com.google.protobuf.Timestamp.Builder
 
buildPartial() - Method in class logproto.Logproto.Chunk.Builder
 
buildPartial() - Method in class logproto.Logproto.DroppedStream.Builder
 
buildPartial() - Method in class logproto.Logproto.EntryAdapter.Builder
 
buildPartial() - Method in class logproto.Logproto.LabelPair.Builder
 
buildPartial() - Method in class logproto.Logproto.LabelRequest.Builder
 
buildPartial() - Method in class logproto.Logproto.LabelResponse.Builder
 
buildPartial() - Method in class logproto.Logproto.PushRequest.Builder
 
buildPartial() - Method in class logproto.Logproto.PushResponse.Builder
 
buildPartial() - Method in class logproto.Logproto.QueryRequest.Builder
 
buildPartial() - Method in class logproto.Logproto.QueryResponse.Builder
 
buildPartial() - Method in class logproto.Logproto.Sample.Builder
 
buildPartial() - Method in class logproto.Logproto.SampleQueryRequest.Builder
 
buildPartial() - Method in class logproto.Logproto.SampleQueryResponse.Builder
 
buildPartial() - Method in class logproto.Logproto.Series.Builder
 
buildPartial() - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
buildPartial() - Method in class logproto.Logproto.SeriesRequest.Builder
 
buildPartial() - Method in class logproto.Logproto.SeriesResponse.Builder
 
buildPartial() - Method in class logproto.Logproto.StreamAdapter.Builder
 
buildPartial() - Method in class logproto.Logproto.TailersCountRequest.Builder
 
buildPartial() - Method in class logproto.Logproto.TailersCountResponse.Builder
 
buildPartial() - Method in class logproto.Logproto.TailRequest.Builder
 
buildPartial() - Method in class logproto.Logproto.TailResponse.Builder
 
buildPartial() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
 
buildPartial() - Method in class logproto.Logproto.TransferChunksResponse.Builder
 

C

castkey - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
CASTKEY_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
casttype - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
CASTTYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
castvalue - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
CASTVALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
CC_ENABLE_ARENAS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
CC_GENERIC_SERVICES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
CHUNKS_FIELD_NUMBER - Static variable in class logproto.Logproto.TimeSeriesChunk
 
clear() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
clear() - Method in class com.google.protobuf.Timestamp.Builder
 
clear() - Method in class logproto.Logproto.Chunk.Builder
 
clear() - Method in class logproto.Logproto.DroppedStream.Builder
 
clear() - Method in class logproto.Logproto.EntryAdapter.Builder
 
clear() - Method in class logproto.Logproto.LabelPair.Builder
 
clear() - Method in class logproto.Logproto.LabelRequest.Builder
 
clear() - Method in class logproto.Logproto.LabelResponse.Builder
 
clear() - Method in class logproto.Logproto.PushRequest.Builder
 
clear() - Method in class logproto.Logproto.PushResponse.Builder
 
clear() - Method in class logproto.Logproto.QueryRequest.Builder
 
clear() - Method in class logproto.Logproto.QueryResponse.Builder
 
clear() - Method in class logproto.Logproto.Sample.Builder
 
clear() - Method in class logproto.Logproto.SampleQueryRequest.Builder
 
clear() - Method in class logproto.Logproto.SampleQueryResponse.Builder
 
clear() - Method in class logproto.Logproto.Series.Builder
 
clear() - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
clear() - Method in class logproto.Logproto.SeriesRequest.Builder
 
clear() - Method in class logproto.Logproto.SeriesResponse.Builder
 
clear() - Method in class logproto.Logproto.StreamAdapter.Builder
 
clear() - Method in class logproto.Logproto.TailersCountRequest.Builder
 
clear() - Method in class logproto.Logproto.TailersCountResponse.Builder
 
clear() - Method in class logproto.Logproto.TailRequest.Builder
 
clear() - Method in class logproto.Logproto.TailResponse.Builder
 
clear() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
 
clear() - Method in class logproto.Logproto.TransferChunksResponse.Builder
 
clearAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string aggregate_value = 8;
clearAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
Set this option to true to allow mapping different tag names to the same value.
clearAnnotation() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
clearBegin() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the starting offset in bytes in the generated code that relates to the identified object.
clearCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Enables the use of arenas for the proto messages in this file.
clearCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Should generic services be generated in each language? "Generic" services are not specific to any particular RPC system.
clearChunks() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.Chunk chunks = 4;
clearClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
Identifies if client streams multiple client messages
clearCount() - Method in class logproto.Logproto.TailersCountResponse.Builder
uint32 count = 1;
clearCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Namespace for generated classes; defaults to the package.
clearCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The ctype option instructs the C++ code generator to use a different representation of the field than it normally would.
clearData() - Method in class logproto.Logproto.Chunk.Builder
bytes data = 1;
clearDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
For numeric types, contains the original text representation of the value.
clearDelayFor() - Method in class logproto.Logproto.TailRequest.Builder
uint32 delayFor = 3;
clearDependency() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Names of files imported by this file.
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
Is this enum deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum, or it will be completely ignored; in the very least, this is a formalization for deprecating enums.
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
Is this enum value deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum value, or it will be completely ignored; in the very least, this is a formalization for deprecating enum values.
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
Is this field deprecated? Depending on the target platform, this can emit Deprecated annotations for accessors, or it will be completely ignored; in the very least, this is a formalization for deprecating fields.
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Is this file deprecated? Depending on the target platform, this can emit Deprecated annotations for everything in the file, or it will be completely ignored; in the very least, this is a formalization for deprecating files.
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Is this message deprecated? Depending on the target platform, this can emit Deprecated annotations for the message, or it will be completely ignored; in the very least, this is a formalization for deprecating messages.
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
Is this method deprecated? Depending on the target platform, this can emit Deprecated annotations for the method, or it will be completely ignored; in the very least, this is a formalization for deprecating methods.
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
Is this service deprecated? Depending on the target platform, this can emit Deprecated annotations for the service, or it will be completely ignored; in the very least, this is a formalization for deprecating services.
clearDirection() - Method in class logproto.Logproto.QueryRequest.Builder
.logproto.Direction direction = 5;
clearDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional double double_value = 6;
clearDroppedStreams() - Method in class logproto.Logproto.TailResponse.Builder
repeated .logproto.DroppedStream droppedStreams = 2;
clearEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
Exclusive.
clearEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
Exclusive.
clearEnd() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
Inclusive.
clearEnd() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the ending offset in bytes in the generated code that relates to the identified offset.
clearEnd() - Method in class logproto.Logproto.LabelRequest.Builder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
clearEnd() - Method in class logproto.Logproto.QueryRequest.Builder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
clearEnd() - Method in class logproto.Logproto.SampleQueryRequest.Builder
.google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
clearEnd() - Method in class logproto.Logproto.SeriesRequest.Builder
.google.protobuf.Timestamp end = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
clearEntries() - Method in class logproto.Logproto.StreamAdapter.Builder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
clearEnumType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
clearEnumType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
clearExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
For extensions, this is the name of the type being extended.
clearExtension() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
clearExtension() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumOptions, ?>) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions, ?>) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ExtensionRangeOptions, ?>) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FieldOptions, ?>) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FileOptions, ?>) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MessageOptions, ?>) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MethodOptions, ?>) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.OneofOptions, ?>) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions, ?>) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
clearExtensionRange() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
clearField() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Timestamp.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.Chunk.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.DroppedStream.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.EntryAdapter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.LabelPair.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.LabelRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.LabelResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.PushRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.PushResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.QueryRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.QueryResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.Sample.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.SampleQueryRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.SampleQueryResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.Series.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.SeriesRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.SeriesResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.StreamAdapter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.TailersCountRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.TailersCountResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.TailRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.TailResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class logproto.Logproto.TransferChunksResponse.Builder
 
clearFile() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
clearFrom() - Method in class logproto.Logproto.DroppedStream.Builder
.google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
clearFromIngesterId() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
string from_ingester_id = 1;
clearGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the Go package where structs generated from this .proto will be placed.
clearGroups() - Method in class logproto.Logproto.SeriesRequest.Builder
repeated string groups = 3;
clearHash() - Method in class logproto.Logproto.Sample.Builder
uint64 hash = 3 [(.gogoproto.jsontag) = "hash"];
clearIdempotencyLevel() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
clearIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.
clearInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
Input and output type names.
clearIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required bool is_extension = 2;
clearJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Deprecated.
clearJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_generic_services = 17 [default = false];
clearJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
If set true, then the Java code generator will generate a separate .java file for each top-level message, enum, and service defined in the .proto file.
clearJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
If set, all the classes from the .proto file are wrapped in a single outer class with the given name.
clearJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the Java package where classes generated from this .proto will be placed.
clearJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
If set true, then the Java2 code generator will generate code that throws an exception whenever an attempt is made to assign a non-UTF-8 byte sequence to a string field.
clearJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
JSON name of this field.
clearJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The jstype option determines the JavaScript type used for values of the field.
clearLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
clearLabels() - Method in class logproto.Logproto.DroppedStream.Builder
string labels = 3;
clearLabels() - Method in class logproto.Logproto.Series.Builder
string labels = 1 [(.gogoproto.jsontag) = "labels"];
clearLabels() - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
clearLabels() - Method in class logproto.Logproto.StreamAdapter.Builder
string labels = 1 [(.gogoproto.jsontag) = "labels"];
clearLabels() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.LabelPair labels = 3;
clearLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
Should this field be parsed lazily? Lazy applies only to message-type fields.
clearLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration.
clearLeadingDetachedComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
clearLimit() - Method in class logproto.Logproto.QueryRequest.Builder
uint32 limit = 2;
clearLimit() - Method in class logproto.Logproto.TailRequest.Builder
uint32 limit = 4;
clearLine() - Method in class logproto.Logproto.EntryAdapter.Builder
string line = 2 [(.gogoproto.jsontag) = "line"];
clearLocation() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
clearMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Whether the message is an automatically generated map entry type for the maps field.
clearMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Set true to use the old proto1 MessageSet wire format for extensions.
clearMessageType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
All top-level definitions in this file.
clearMethod() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
clearName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
file name, relative to root of source tree
clearName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
clearName() - Method in class logproto.Logproto.LabelPair.Builder
string name = 1;
clearName() - Method in class logproto.Logproto.LabelRequest.Builder
string name = 1;
clearNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required string name_part = 1;
clearNanos() - Method in class com.google.protobuf.Timestamp.Builder
Non-negative fractions of a second at nanosecond resolution.
clearNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional int64 negative_int_value = 5;
clearNestedType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
clearNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Disables the generation of the standard "descriptor()" accessor, which can conflict with a field of the same name.
clearNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional int32 number = 2;
clearNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 number = 3;
clearObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto.
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.Timestamp.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.Chunk.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.DroppedStream.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.EntryAdapter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.LabelPair.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.LabelRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.LabelResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.PushRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.PushResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.QueryRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.QueryResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.Sample.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.SampleQueryRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.SampleQueryResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.Series.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.SeriesRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.SeriesResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.StreamAdapter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.TailersCountRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.TailersCountResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.TailRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.TailResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class logproto.Logproto.TransferChunksResponse.Builder
 
clearOneofDecl() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
clearOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
If set, gives the index of a oneof in the containing type's oneof_decl list.
clearOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7;
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional .google.protobuf.ExtensionRangeOptions options = 3;
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3;
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3;
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8;
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8;
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4;
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional .google.protobuf.OneofOptions options = 2;
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3;
clearOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string output_type = 3;
clearPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
e.g.
clearPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The packed option can be enabled for repeated primitive fields to enable a more efficient representation on the wire.
clearPath() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the element in the original source .proto file.
clearPath() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
Identifies which part of the FileDescriptorProto was defined at this location.
clearPhpClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the php class prefix which is prepended to all php generated classes from this .proto.
clearPhpGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool php_generic_services = 42 [default = false];
clearPhpMetadataNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Use this option to change the namespace of php generated metadata classes.
clearPhpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Use this option to change the namespace of php generated classes.
clearPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional uint64 positive_int_value = 4;
clearProto3Optional() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
If true, this is a proto3 "optional".
clearPublicDependency() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Indexes of the public imported files in the dependency list above.
clearPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool py_generic_services = 18 [default = false];
clearQuery() - Method in class logproto.Logproto.TailRequest.Builder
string query = 1;
clearReservedName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
Reserved field names, which may not be used by fields in the same message.
clearReservedName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Reserved enum value names, which may not be reused.
clearReservedRange() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
clearReservedRange() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Range of reserved numeric values.
clearRubyPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Use this option to change the package of ruby generated classes.
clearSamples() - Method in class logproto.Logproto.Series.Builder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
clearSeconds() - Method in class com.google.protobuf.Timestamp.Builder
Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.
clearSelector() - Method in class logproto.Logproto.QueryRequest.Builder
string selector = 1;
clearSelector() - Method in class logproto.Logproto.SampleQueryRequest.Builder
string selector = 1;
clearSeries() - Method in class logproto.Logproto.SampleQueryResponse.Builder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
clearSeries() - Method in class logproto.Logproto.SeriesResponse.Builder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
clearServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
Identifies if server streams multiple server messages
clearService() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
clearShards() - Method in class logproto.Logproto.QueryRequest.Builder
repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
clearShards() - Method in class logproto.Logproto.SampleQueryRequest.Builder
repeated string shards = 4 [(.gogoproto.jsontag) = "shards,omitempty"];
clearSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
This field contains optional information about the original source code.
clearSourceFile() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the filesystem path to the original source .proto.
clearSpan() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column.
clearStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
Inclusive.
clearStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
Inclusive.
clearStart() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
Inclusive.
clearStart() - Method in class logproto.Logproto.LabelRequest.Builder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
clearStart() - Method in class logproto.Logproto.QueryRequest.Builder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
clearStart() - Method in class logproto.Logproto.SampleQueryRequest.Builder
.google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
clearStart() - Method in class logproto.Logproto.SeriesRequest.Builder
.google.protobuf.Timestamp start = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
clearStart() - Method in class logproto.Logproto.TailRequest.Builder
.google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
clearStream() - Method in class logproto.Logproto.TailResponse.Builder
.logproto.StreamAdapter stream = 1 [(.gogoproto.customtype) = "Stream"];
clearStreams() - Method in class logproto.Logproto.PushRequest.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
clearStreams() - Method in class logproto.Logproto.QueryResponse.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
clearStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional bytes string_value = 7;
clearSwiftPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined.
clearSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
The syntax of the proto file.
clearTimestamp() - Method in class logproto.Logproto.EntryAdapter.Builder
.google.protobuf.Timestamp timestamp = 1 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "ts", (.gogoproto.stdtime) = true];
clearTimestamp() - Method in class logproto.Logproto.Sample.Builder
int64 timestamp = 1 [(.gogoproto.jsontag) = "ts"];
clearTo() - Method in class logproto.Logproto.DroppedStream.Builder
.google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
clearTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string trailing_comments = 4;
clearType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
If type_name is set, this need not be set.
clearTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
For message and enum types, this is the name of the type.
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
The parser stores options it doesn't recognize here.
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
The parser stores options it doesn't recognize here.
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
The parser stores options it doesn't recognize here.
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The parser stores options it doesn't recognize here.
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
The parser stores options it doesn't recognize here.
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
The parser stores options it doesn't recognize here.
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
The parser stores options it doesn't recognize here.
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
The parser stores options it doesn't recognize here.
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
The parser stores options it doesn't recognize here.
clearUserId() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
string user_id = 2;
clearValue() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
clearValue() - Method in class logproto.Logproto.LabelPair.Builder
string value = 2;
clearValue() - Method in class logproto.Logproto.Sample.Builder
double value = 2 [(.gogoproto.jsontag) = "value"];
clearValues() - Method in class logproto.Logproto.LabelRequest.Builder
True to fetch label values, false for fetch labels names.
clearValues() - Method in class logproto.Logproto.LabelResponse.Builder
repeated string values = 1;
clearWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
For Google-internal migration only.
clearWeakDependency() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Indexes of the weak imported files in the dependency list.
CLIENT_STREAMING_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
clone() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
clone() - Method in class com.google.protobuf.Timestamp.Builder
 
clone() - Method in class logproto.Logproto.Chunk.Builder
 
clone() - Method in class logproto.Logproto.DroppedStream.Builder
 
clone() - Method in class logproto.Logproto.EntryAdapter.Builder
 
clone() - Method in class logproto.Logproto.LabelPair.Builder
 
clone() - Method in class logproto.Logproto.LabelRequest.Builder
 
clone() - Method in class logproto.Logproto.LabelResponse.Builder
 
clone() - Method in class logproto.Logproto.PushRequest.Builder
 
clone() - Method in class logproto.Logproto.PushResponse.Builder
 
clone() - Method in class logproto.Logproto.QueryRequest.Builder
 
clone() - Method in class logproto.Logproto.QueryResponse.Builder
 
clone() - Method in class logproto.Logproto.Sample.Builder
 
clone() - Method in class logproto.Logproto.SampleQueryRequest.Builder
 
clone() - Method in class logproto.Logproto.SampleQueryResponse.Builder
 
clone() - Method in class logproto.Logproto.Series.Builder
 
clone() - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
clone() - Method in class logproto.Logproto.SeriesRequest.Builder
 
clone() - Method in class logproto.Logproto.SeriesResponse.Builder
 
clone() - Method in class logproto.Logproto.StreamAdapter.Builder
 
clone() - Method in class logproto.Logproto.TailersCountRequest.Builder
 
clone() - Method in class logproto.Logproto.TailersCountResponse.Builder
 
clone() - Method in class logproto.Logproto.TailRequest.Builder
 
clone() - Method in class logproto.Logproto.TailResponse.Builder
 
clone() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
 
clone() - Method in class logproto.Logproto.TransferChunksResponse.Builder
 
CODE_SIZE - com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
etc.
CODE_SIZE_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
etc.
com.google.protobuf - package com.google.protobuf
 
compare - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
COMPARE_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
COMPARE_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
compareAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
containsLabels(String) - Method in class logproto.Logproto.SeriesIdentifier.Builder
map<string, string> labels = 1;
containsLabels(String) - Method in class logproto.Logproto.SeriesIdentifier
map<string, string> labels = 1;
containsLabels(String) - Method in interface logproto.Logproto.SeriesIdentifierOrBuilder
map<string, string> labels = 1;
CORD - com.google.protobuf.DescriptorProtos.FieldOptions.CType
CORD = 1;
CORD_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
CORD = 1;
COUNT_FIELD_NUMBER - Static variable in class logproto.Logproto.TailersCountResponse
 
CSHARP_NAMESPACE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
CTYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
customname - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
CUSTOMNAME_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
customtype - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
CUSTOMTYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 

D

DATA_FIELD_NUMBER - Static variable in class logproto.Logproto.Chunk
 
DEFAULT_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
DELAYFOR_FIELD_NUMBER - Static variable in class logproto.Logproto.TailRequest
 
DEPENDENCY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodOptions
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
description - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
DESCRIPTION_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
DESCRIPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
descriptionAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
DescriptorProtos - Class in com.google.protobuf
 
DescriptorProtos.DescriptorProto - Class in com.google.protobuf
Describes a message type.
DescriptorProtos.DescriptorProto.Builder - Class in com.google.protobuf
Describes a message type.
DescriptorProtos.DescriptorProto.ExtensionRange - Class in com.google.protobuf
Protobuf type google.protobuf.DescriptorProto.ExtensionRange
DescriptorProtos.DescriptorProto.ExtensionRange.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.DescriptorProto.ExtensionRange
DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.DescriptorProto.ReservedRange - Class in com.google.protobuf
Range of reserved tag numbers.
DescriptorProtos.DescriptorProto.ReservedRange.Builder - Class in com.google.protobuf
Range of reserved tag numbers.
DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.DescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.EnumDescriptorProto - Class in com.google.protobuf
Describes an enum type.
DescriptorProtos.EnumDescriptorProto.Builder - Class in com.google.protobuf
Describes an enum type.
DescriptorProtos.EnumDescriptorProto.EnumReservedRange - Class in com.google.protobuf
Range of reserved numeric values.
DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder - Class in com.google.protobuf
Range of reserved numeric values.
DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.EnumDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.EnumOptions - Class in com.google.protobuf
Protobuf type google.protobuf.EnumOptions
DescriptorProtos.EnumOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.EnumOptions
DescriptorProtos.EnumOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.EnumValueDescriptorProto - Class in com.google.protobuf
Describes a value within an enum.
DescriptorProtos.EnumValueDescriptorProto.Builder - Class in com.google.protobuf
Describes a value within an enum.
DescriptorProtos.EnumValueDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.EnumValueOptions - Class in com.google.protobuf
Protobuf type google.protobuf.EnumValueOptions
DescriptorProtos.EnumValueOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.EnumValueOptions
DescriptorProtos.EnumValueOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.ExtensionRangeOptions - Class in com.google.protobuf
Protobuf type google.protobuf.ExtensionRangeOptions
DescriptorProtos.ExtensionRangeOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.ExtensionRangeOptions
DescriptorProtos.ExtensionRangeOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.FieldDescriptorProto - Class in com.google.protobuf
Describes a field within a message.
DescriptorProtos.FieldDescriptorProto.Builder - Class in com.google.protobuf
Describes a field within a message.
DescriptorProtos.FieldDescriptorProto.Label - Enum in com.google.protobuf
Protobuf enum google.protobuf.FieldDescriptorProto.Label
DescriptorProtos.FieldDescriptorProto.Type - Enum in com.google.protobuf
Protobuf enum google.protobuf.FieldDescriptorProto.Type
DescriptorProtos.FieldDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.FieldOptions - Class in com.google.protobuf
Protobuf type google.protobuf.FieldOptions
DescriptorProtos.FieldOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.FieldOptions
DescriptorProtos.FieldOptions.CType - Enum in com.google.protobuf
Protobuf enum google.protobuf.FieldOptions.CType
DescriptorProtos.FieldOptions.JSType - Enum in com.google.protobuf
Protobuf enum google.protobuf.FieldOptions.JSType
DescriptorProtos.FieldOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.FileDescriptorProto - Class in com.google.protobuf
Describes a complete .proto file.
DescriptorProtos.FileDescriptorProto.Builder - Class in com.google.protobuf
Describes a complete .proto file.
DescriptorProtos.FileDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.FileDescriptorSet - Class in com.google.protobuf
The protocol compiler can output a FileDescriptorSet containing the .proto files it parses.
DescriptorProtos.FileDescriptorSet.Builder - Class in com.google.protobuf
The protocol compiler can output a FileDescriptorSet containing the .proto files it parses.
DescriptorProtos.FileDescriptorSetOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.FileOptions - Class in com.google.protobuf
Protobuf type google.protobuf.FileOptions
DescriptorProtos.FileOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.FileOptions
DescriptorProtos.FileOptions.OptimizeMode - Enum in com.google.protobuf
Generated classes can be optimized for speed or code size.
DescriptorProtos.FileOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.GeneratedCodeInfo - Class in com.google.protobuf
Describes the relationship between generated code and its original source file.
DescriptorProtos.GeneratedCodeInfo.Annotation - Class in com.google.protobuf
Protobuf type google.protobuf.GeneratedCodeInfo.Annotation
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.GeneratedCodeInfo.Annotation
DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.GeneratedCodeInfo.Builder - Class in com.google.protobuf
Describes the relationship between generated code and its original source file.
DescriptorProtos.GeneratedCodeInfoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.MessageOptions - Class in com.google.protobuf
Protobuf type google.protobuf.MessageOptions
DescriptorProtos.MessageOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.MessageOptions
DescriptorProtos.MessageOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.MethodDescriptorProto - Class in com.google.protobuf
Describes a method of a service.
DescriptorProtos.MethodDescriptorProto.Builder - Class in com.google.protobuf
Describes a method of a service.
DescriptorProtos.MethodDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.MethodOptions - Class in com.google.protobuf
Protobuf type google.protobuf.MethodOptions
DescriptorProtos.MethodOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.MethodOptions
DescriptorProtos.MethodOptions.IdempotencyLevel - Enum in com.google.protobuf
Is this method side-effect-free (or safe in HTTP parlance), or idempotent, or neither? HTTP based RPC implementation may choose GET verb for safe methods, and PUT verb for idempotent methods instead of the default POST.
DescriptorProtos.MethodOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.OneofDescriptorProto - Class in com.google.protobuf
Describes a oneof.
DescriptorProtos.OneofDescriptorProto.Builder - Class in com.google.protobuf
Describes a oneof.
DescriptorProtos.OneofDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.OneofOptions - Class in com.google.protobuf
Protobuf type google.protobuf.OneofOptions
DescriptorProtos.OneofOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.OneofOptions
DescriptorProtos.OneofOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.ServiceDescriptorProto - Class in com.google.protobuf
Describes a service.
DescriptorProtos.ServiceDescriptorProto.Builder - Class in com.google.protobuf
Describes a service.
DescriptorProtos.ServiceDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.ServiceOptions - Class in com.google.protobuf
Protobuf type google.protobuf.ServiceOptions
DescriptorProtos.ServiceOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.ServiceOptions
DescriptorProtos.ServiceOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.SourceCodeInfo - Class in com.google.protobuf
Encapsulates information about the original source file from which a FileDescriptorProto was generated.
DescriptorProtos.SourceCodeInfo.Builder - Class in com.google.protobuf
Encapsulates information about the original source file from which a FileDescriptorProto was generated.
DescriptorProtos.SourceCodeInfo.Location - Class in com.google.protobuf
Protobuf type google.protobuf.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.Location.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.LocationOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.SourceCodeInfoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.UninterpretedOption - Class in com.google.protobuf
A message representing a option the parser does not recognize.
DescriptorProtos.UninterpretedOption.Builder - Class in com.google.protobuf
A message representing a option the parser does not recognize.
DescriptorProtos.UninterpretedOption.NamePart - Class in com.google.protobuf
The name of the uninterpreted option.
DescriptorProtos.UninterpretedOption.NamePart.Builder - Class in com.google.protobuf
The name of the uninterpreted option.
DescriptorProtos.UninterpretedOption.NamePartOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.UninterpretedOptionOrBuilder - Interface in com.google.protobuf
 
DIRECTION_FIELD_NUMBER - Static variable in class logproto.Logproto.QueryRequest
 
DOUBLE_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
DROPPEDSTREAMS_FIELD_NUMBER - Static variable in class logproto.Logproto.TailResponse
 

E

embed - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
EMBED_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
END_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
END_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
END_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
END_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
END_FIELD_NUMBER - Static variable in class logproto.Logproto.LabelRequest
 
END_FIELD_NUMBER - Static variable in class logproto.Logproto.QueryRequest
 
END_FIELD_NUMBER - Static variable in class logproto.Logproto.SampleQueryRequest
 
END_FIELD_NUMBER - Static variable in class logproto.Logproto.SeriesRequest
 
ENTRIES_FIELD_NUMBER - Static variable in class logproto.Logproto.StreamAdapter
 
ENUM_CUSTOMNAME_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
ENUM_STRINGER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
ENUM_STRINGER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
ENUM_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
ENUM_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
enumCustomname - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.EnumOptions { ...
enumdecl - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.EnumOptions { ...
ENUMDECL_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
ENUMDECL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
enumdeclAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
enumStringer - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.EnumOptions { ...
enumStringerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
ENUMVALUE_CUSTOMNAME_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
enumvalueCustomname - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.EnumValueOptions { ...
equal - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
EQUAL_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
EQUAL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
equalAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
equals(Object) - Method in class com.google.protobuf.Timestamp
 
equals(Object) - Method in class logproto.Logproto.Chunk
 
equals(Object) - Method in class logproto.Logproto.DroppedStream
 
equals(Object) - Method in class logproto.Logproto.EntryAdapter
 
equals(Object) - Method in class logproto.Logproto.LabelPair
 
equals(Object) - Method in class logproto.Logproto.LabelRequest
 
equals(Object) - Method in class logproto.Logproto.LabelResponse
 
equals(Object) - Method in class logproto.Logproto.PushRequest
 
equals(Object) - Method in class logproto.Logproto.PushResponse
 
equals(Object) - Method in class logproto.Logproto.QueryRequest
 
equals(Object) - Method in class logproto.Logproto.QueryResponse
 
equals(Object) - Method in class logproto.Logproto.Sample
 
equals(Object) - Method in class logproto.Logproto.SampleQueryRequest
 
equals(Object) - Method in class logproto.Logproto.SampleQueryResponse
 
equals(Object) - Method in class logproto.Logproto.Series
 
equals(Object) - Method in class logproto.Logproto.SeriesIdentifier
 
equals(Object) - Method in class logproto.Logproto.SeriesRequest
 
equals(Object) - Method in class logproto.Logproto.SeriesResponse
 
equals(Object) - Method in class logproto.Logproto.StreamAdapter
 
equals(Object) - Method in class logproto.Logproto.TailersCountRequest
 
equals(Object) - Method in class logproto.Logproto.TailersCountResponse
 
equals(Object) - Method in class logproto.Logproto.TailRequest
 
equals(Object) - Method in class logproto.Logproto.TailResponse
 
equals(Object) - Method in class logproto.Logproto.TimeSeriesChunk
 
equals(Object) - Method in class logproto.Logproto.TransferChunksResponse
 
EXTENDEE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
EXTENSION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
EXTENSION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
EXTENSION_RANGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 

F

face - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
FACE_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
FACE_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
faceAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
FIELD_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
FILE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
 
forNumber(int) - Static method in enum logproto.Logproto.Direction
 
FORWARD - logproto.Logproto.Direction
FORWARD = 0;
FORWARD_VALUE - Static variable in enum logproto.Logproto.Direction
FORWARD = 0;
FROM_FIELD_NUMBER - Static variable in class logproto.Logproto.DroppedStream
 
FROM_INGESTER_ID_FIELD_NUMBER - Static variable in class logproto.Logproto.TimeSeriesChunk
 

G

getAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string aggregate_value = 8;
getAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional string aggregate_value = 8;
getAggregateValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional string aggregate_value = 8;
getAggregateValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string aggregate_value = 8;
getAggregateValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional string aggregate_value = 8;
getAggregateValueBytes() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional string aggregate_value = 8;
getAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
Set this option to true to allow mapping different tag names to the same value.
getAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
Set this option to true to allow mapping different tag names to the same value.
getAllowAlias() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
Set this option to true to allow mapping different tag names to the same value.
getAnnotation(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
getAnnotation(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
An Annotation connects some span of text in generated code to an element of its generating .proto file.
getAnnotation(int) - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
getAnnotationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
getAnnotationBuilderList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
getAnnotationCount() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
getAnnotationCount() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
An Annotation connects some span of text in generated code to an element of its generating .proto file.
getAnnotationCount() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
getAnnotationList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
getAnnotationList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
An Annotation connects some span of text in generated code to an element of its generating .proto file.
getAnnotationList() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
getAnnotationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
getAnnotationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
An Annotation connects some span of text in generated code to an element of its generating .proto file.
getAnnotationOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
getAnnotationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
getAnnotationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
An Annotation connects some span of text in generated code to an element of its generating .proto file.
getAnnotationOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
getBegin() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the starting offset in bytes in the generated code that relates to the identified object.
getBegin() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
Identifies the starting offset in bytes in the generated code that relates to the identified object.
getBegin() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
Identifies the starting offset in bytes in the generated code that relates to the identified object.
getCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Enables the use of arenas for the proto messages in this file.
getCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Enables the use of arenas for the proto messages in this file.
getCcEnableArenas() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Enables the use of arenas for the proto messages in this file.
getCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Should generic services be generated in each language? "Generic" services are not specific to any particular RPC system.
getCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Should generic services be generated in each language? "Generic" services are not specific to any particular RPC system.
getCcGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Should generic services be generated in each language? "Generic" services are not specific to any particular RPC system.
getChunks(int) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.Chunk chunks = 4;
getChunks(int) - Method in class logproto.Logproto.TimeSeriesChunk
repeated .logproto.Chunk chunks = 4;
getChunks(int) - Method in interface logproto.Logproto.TimeSeriesChunkOrBuilder
repeated .logproto.Chunk chunks = 4;
getChunksBuilder(int) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.Chunk chunks = 4;
getChunksBuilderList() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.Chunk chunks = 4;
getChunksCount() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.Chunk chunks = 4;
getChunksCount() - Method in class logproto.Logproto.TimeSeriesChunk
repeated .logproto.Chunk chunks = 4;
getChunksCount() - Method in interface logproto.Logproto.TimeSeriesChunkOrBuilder
repeated .logproto.Chunk chunks = 4;
getChunksList() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.Chunk chunks = 4;
getChunksList() - Method in class logproto.Logproto.TimeSeriesChunk
repeated .logproto.Chunk chunks = 4;
getChunksList() - Method in interface logproto.Logproto.TimeSeriesChunkOrBuilder
repeated .logproto.Chunk chunks = 4;
getChunksOrBuilder(int) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.Chunk chunks = 4;
getChunksOrBuilder(int) - Method in class logproto.Logproto.TimeSeriesChunk
repeated .logproto.Chunk chunks = 4;
getChunksOrBuilder(int) - Method in interface logproto.Logproto.TimeSeriesChunkOrBuilder
repeated .logproto.Chunk chunks = 4;
getChunksOrBuilderList() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.Chunk chunks = 4;
getChunksOrBuilderList() - Method in class logproto.Logproto.TimeSeriesChunk
repeated .logproto.Chunk chunks = 4;
getChunksOrBuilderList() - Method in interface logproto.Logproto.TimeSeriesChunkOrBuilder
repeated .logproto.Chunk chunks = 4;
getClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
Identifies if client streams multiple client messages
getClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
Identifies if client streams multiple client messages
getClientStreaming() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
Identifies if client streams multiple client messages
getCount() - Method in class logproto.Logproto.TailersCountResponse.Builder
uint32 count = 1;
getCount() - Method in class logproto.Logproto.TailersCountResponse
uint32 count = 1;
getCount() - Method in interface logproto.Logproto.TailersCountResponseOrBuilder
uint32 count = 1;
getCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Namespace for generated classes; defaults to the package.
getCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Namespace for generated classes; defaults to the package.
getCsharpNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Namespace for generated classes; defaults to the package.
getCsharpNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Namespace for generated classes; defaults to the package.
getCsharpNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Namespace for generated classes; defaults to the package.
getCsharpNamespaceBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Namespace for generated classes; defaults to the package.
getCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The ctype option instructs the C++ code generator to use a different representation of the field than it normally would.
getCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
The ctype option instructs the C++ code generator to use a different representation of the field than it normally would.
getCtype() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
The ctype option instructs the C++ code generator to use a different representation of the field than it normally would.
getData() - Method in class logproto.Logproto.Chunk.Builder
bytes data = 1;
getData() - Method in class logproto.Logproto.Chunk
bytes data = 1;
getData() - Method in interface logproto.Logproto.ChunkOrBuilder
bytes data = 1;
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
getDefaultInstance() - Static method in class com.google.protobuf.Timestamp
 
getDefaultInstance() - Static method in class logproto.Logproto.Chunk
 
getDefaultInstance() - Static method in class logproto.Logproto.DroppedStream
 
getDefaultInstance() - Static method in class logproto.Logproto.EntryAdapter
 
getDefaultInstance() - Static method in class logproto.Logproto.LabelPair
 
getDefaultInstance() - Static method in class logproto.Logproto.LabelRequest
 
getDefaultInstance() - Static method in class logproto.Logproto.LabelResponse
 
getDefaultInstance() - Static method in class logproto.Logproto.PushRequest
 
getDefaultInstance() - Static method in class logproto.Logproto.PushResponse
 
getDefaultInstance() - Static method in class logproto.Logproto.QueryRequest
 
getDefaultInstance() - Static method in class logproto.Logproto.QueryResponse
 
getDefaultInstance() - Static method in class logproto.Logproto.Sample
 
getDefaultInstance() - Static method in class logproto.Logproto.SampleQueryRequest
 
getDefaultInstance() - Static method in class logproto.Logproto.SampleQueryResponse
 
getDefaultInstance() - Static method in class logproto.Logproto.Series
 
getDefaultInstance() - Static method in class logproto.Logproto.SeriesIdentifier
 
getDefaultInstance() - Static method in class logproto.Logproto.SeriesRequest
 
getDefaultInstance() - Static method in class logproto.Logproto.SeriesResponse
 
getDefaultInstance() - Static method in class logproto.Logproto.StreamAdapter
 
getDefaultInstance() - Static method in class logproto.Logproto.TailersCountRequest
 
getDefaultInstance() - Static method in class logproto.Logproto.TailersCountResponse
 
getDefaultInstance() - Static method in class logproto.Logproto.TailRequest
 
getDefaultInstance() - Static method in class logproto.Logproto.TailResponse
 
getDefaultInstance() - Static method in class logproto.Logproto.TimeSeriesChunk
 
getDefaultInstance() - Static method in class logproto.Logproto.TransferChunksResponse
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Timestamp.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Timestamp
 
getDefaultInstanceForType() - Method in class logproto.Logproto.Chunk.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.Chunk
 
getDefaultInstanceForType() - Method in class logproto.Logproto.DroppedStream.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.DroppedStream
 
getDefaultInstanceForType() - Method in class logproto.Logproto.EntryAdapter.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.EntryAdapter
 
getDefaultInstanceForType() - Method in class logproto.Logproto.LabelPair.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.LabelPair
 
getDefaultInstanceForType() - Method in class logproto.Logproto.LabelRequest.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.LabelRequest
 
getDefaultInstanceForType() - Method in class logproto.Logproto.LabelResponse.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.LabelResponse
 
getDefaultInstanceForType() - Method in class logproto.Logproto.PushRequest.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.PushRequest
 
getDefaultInstanceForType() - Method in class logproto.Logproto.PushResponse.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.PushResponse
 
getDefaultInstanceForType() - Method in class logproto.Logproto.QueryRequest.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.QueryRequest
 
getDefaultInstanceForType() - Method in class logproto.Logproto.QueryResponse.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.QueryResponse
 
getDefaultInstanceForType() - Method in class logproto.Logproto.Sample.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.Sample
 
getDefaultInstanceForType() - Method in class logproto.Logproto.SampleQueryRequest.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.SampleQueryRequest
 
getDefaultInstanceForType() - Method in class logproto.Logproto.SampleQueryResponse.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.SampleQueryResponse
 
getDefaultInstanceForType() - Method in class logproto.Logproto.Series.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.Series
 
getDefaultInstanceForType() - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.SeriesIdentifier
 
getDefaultInstanceForType() - Method in class logproto.Logproto.SeriesRequest.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.SeriesRequest
 
getDefaultInstanceForType() - Method in class logproto.Logproto.SeriesResponse.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.SeriesResponse
 
getDefaultInstanceForType() - Method in class logproto.Logproto.StreamAdapter.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.StreamAdapter
 
getDefaultInstanceForType() - Method in class logproto.Logproto.TailersCountRequest.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.TailersCountRequest
 
getDefaultInstanceForType() - Method in class logproto.Logproto.TailersCountResponse.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.TailersCountResponse
 
getDefaultInstanceForType() - Method in class logproto.Logproto.TailRequest.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.TailRequest
 
getDefaultInstanceForType() - Method in class logproto.Logproto.TailResponse.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.TailResponse
 
getDefaultInstanceForType() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.TimeSeriesChunk
 
getDefaultInstanceForType() - Method in class logproto.Logproto.TransferChunksResponse.Builder
 
getDefaultInstanceForType() - Method in class logproto.Logproto.TransferChunksResponse
 
getDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
For numeric types, contains the original text representation of the value.
getDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
For numeric types, contains the original text representation of the value.
getDefaultValue() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
For numeric types, contains the original text representation of the value.
getDefaultValueBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
For numeric types, contains the original text representation of the value.
getDefaultValueBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
For numeric types, contains the original text representation of the value.
getDefaultValueBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
For numeric types, contains the original text representation of the value.
getDelayFor() - Method in class logproto.Logproto.TailRequest.Builder
uint32 delayFor = 3;
getDelayFor() - Method in class logproto.Logproto.TailRequest
uint32 delayFor = 3;
getDelayFor() - Method in interface logproto.Logproto.TailRequestOrBuilder
uint32 delayFor = 3;
getDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Names of files imported by this file.
getDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
Names of files imported by this file.
getDependency(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
Names of files imported by this file.
getDependencyBytes(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Names of files imported by this file.
getDependencyBytes(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
Names of files imported by this file.
getDependencyBytes(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
Names of files imported by this file.
getDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Names of files imported by this file.
getDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
Names of files imported by this file.
getDependencyCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
Names of files imported by this file.
getDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Names of files imported by this file.
getDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
Names of files imported by this file.
getDependencyList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
Names of files imported by this file.
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
Is this enum deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum, or it will be completely ignored; in the very least, this is a formalization for deprecating enums.
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
Is this enum deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum, or it will be completely ignored; in the very least, this is a formalization for deprecating enums.
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
Is this enum deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum, or it will be completely ignored; in the very least, this is a formalization for deprecating enums.
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
Is this enum value deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum value, or it will be completely ignored; in the very least, this is a formalization for deprecating enum values.
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
Is this enum value deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum value, or it will be completely ignored; in the very least, this is a formalization for deprecating enum values.
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
Is this enum value deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum value, or it will be completely ignored; in the very least, this is a formalization for deprecating enum values.
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
Is this field deprecated? Depending on the target platform, this can emit Deprecated annotations for accessors, or it will be completely ignored; in the very least, this is a formalization for deprecating fields.
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
Is this field deprecated? Depending on the target platform, this can emit Deprecated annotations for accessors, or it will be completely ignored; in the very least, this is a formalization for deprecating fields.
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
Is this field deprecated? Depending on the target platform, this can emit Deprecated annotations for accessors, or it will be completely ignored; in the very least, this is a formalization for deprecating fields.
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Is this file deprecated? Depending on the target platform, this can emit Deprecated annotations for everything in the file, or it will be completely ignored; in the very least, this is a formalization for deprecating files.
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Is this file deprecated? Depending on the target platform, this can emit Deprecated annotations for everything in the file, or it will be completely ignored; in the very least, this is a formalization for deprecating files.
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Is this file deprecated? Depending on the target platform, this can emit Deprecated annotations for everything in the file, or it will be completely ignored; in the very least, this is a formalization for deprecating files.
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Is this message deprecated? Depending on the target platform, this can emit Deprecated annotations for the message, or it will be completely ignored; in the very least, this is a formalization for deprecating messages.
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
Is this message deprecated? Depending on the target platform, this can emit Deprecated annotations for the message, or it will be completely ignored; in the very least, this is a formalization for deprecating messages.
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
Is this message deprecated? Depending on the target platform, this can emit Deprecated annotations for the message, or it will be completely ignored; in the very least, this is a formalization for deprecating messages.
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
Is this method deprecated? Depending on the target platform, this can emit Deprecated annotations for the method, or it will be completely ignored; in the very least, this is a formalization for deprecating methods.
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
Is this method deprecated? Depending on the target platform, this can emit Deprecated annotations for the method, or it will be completely ignored; in the very least, this is a formalization for deprecating methods.
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
Is this method deprecated? Depending on the target platform, this can emit Deprecated annotations for the method, or it will be completely ignored; in the very least, this is a formalization for deprecating methods.
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
Is this service deprecated? Depending on the target platform, this can emit Deprecated annotations for the service, or it will be completely ignored; in the very least, this is a formalization for deprecating services.
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
Is this service deprecated? Depending on the target platform, this can emit Deprecated annotations for the service, or it will be completely ignored; in the very least, this is a formalization for deprecating services.
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
Is this service deprecated? Depending on the target platform, this can emit Deprecated annotations for the service, or it will be completely ignored; in the very least, this is a formalization for deprecating services.
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
getDescriptor() - Static method in class com.google.protobuf.GoGoProtos
 
getDescriptor() - Static method in class com.google.protobuf.Timestamp.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Timestamp
 
getDescriptor() - Static method in class com.google.protobuf.TimestampProto
 
getDescriptor() - Static method in class logproto.Logproto.Chunk.Builder
 
getDescriptor() - Static method in class logproto.Logproto.Chunk
 
getDescriptor() - Static method in enum logproto.Logproto.Direction
 
getDescriptor() - Static method in class logproto.Logproto.DroppedStream.Builder
 
getDescriptor() - Static method in class logproto.Logproto.DroppedStream
 
getDescriptor() - Static method in class logproto.Logproto.EntryAdapter.Builder
 
getDescriptor() - Static method in class logproto.Logproto.EntryAdapter
 
getDescriptor() - Static method in class logproto.Logproto
 
getDescriptor() - Static method in class logproto.Logproto.LabelPair.Builder
 
getDescriptor() - Static method in class logproto.Logproto.LabelPair
 
getDescriptor() - Static method in class logproto.Logproto.LabelRequest.Builder
 
getDescriptor() - Static method in class logproto.Logproto.LabelRequest
 
getDescriptor() - Static method in class logproto.Logproto.LabelResponse.Builder
 
getDescriptor() - Static method in class logproto.Logproto.LabelResponse
 
getDescriptor() - Static method in class logproto.Logproto.PushRequest.Builder
 
getDescriptor() - Static method in class logproto.Logproto.PushRequest
 
getDescriptor() - Static method in class logproto.Logproto.PushResponse.Builder
 
getDescriptor() - Static method in class logproto.Logproto.PushResponse
 
getDescriptor() - Static method in class logproto.Logproto.QueryRequest.Builder
 
getDescriptor() - Static method in class logproto.Logproto.QueryRequest
 
getDescriptor() - Static method in class logproto.Logproto.QueryResponse.Builder
 
getDescriptor() - Static method in class logproto.Logproto.QueryResponse
 
getDescriptor() - Static method in class logproto.Logproto.Sample.Builder
 
getDescriptor() - Static method in class logproto.Logproto.Sample
 
getDescriptor() - Static method in class logproto.Logproto.SampleQueryRequest.Builder
 
getDescriptor() - Static method in class logproto.Logproto.SampleQueryRequest
 
getDescriptor() - Static method in class logproto.Logproto.SampleQueryResponse.Builder
 
getDescriptor() - Static method in class logproto.Logproto.SampleQueryResponse
 
getDescriptor() - Static method in class logproto.Logproto.Series.Builder
 
getDescriptor() - Static method in class logproto.Logproto.Series
 
getDescriptor() - Static method in class logproto.Logproto.SeriesIdentifier.Builder
 
getDescriptor() - Static method in class logproto.Logproto.SeriesIdentifier
 
getDescriptor() - Static method in class logproto.Logproto.SeriesRequest.Builder
 
getDescriptor() - Static method in class logproto.Logproto.SeriesRequest
 
getDescriptor() - Static method in class logproto.Logproto.SeriesResponse.Builder
 
getDescriptor() - Static method in class logproto.Logproto.SeriesResponse
 
getDescriptor() - Static method in class logproto.Logproto.StreamAdapter.Builder
 
getDescriptor() - Static method in class logproto.Logproto.StreamAdapter
 
getDescriptor() - Static method in class logproto.Logproto.TailersCountRequest.Builder
 
getDescriptor() - Static method in class logproto.Logproto.TailersCountRequest
 
getDescriptor() - Static method in class logproto.Logproto.TailersCountResponse.Builder
 
getDescriptor() - Static method in class logproto.Logproto.TailersCountResponse
 
getDescriptor() - Static method in class logproto.Logproto.TailRequest.Builder
 
getDescriptor() - Static method in class logproto.Logproto.TailRequest
 
getDescriptor() - Static method in class logproto.Logproto.TailResponse.Builder
 
getDescriptor() - Static method in class logproto.Logproto.TailResponse
 
getDescriptor() - Static method in class logproto.Logproto.TimeSeriesChunk.Builder
 
getDescriptor() - Static method in class logproto.Logproto.TimeSeriesChunk
 
getDescriptor() - Static method in class logproto.Logproto.TransferChunksResponse.Builder
 
getDescriptor() - Static method in class logproto.Logproto.TransferChunksResponse
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Timestamp.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.Chunk.Builder
 
getDescriptorForType() - Method in enum logproto.Logproto.Direction
 
getDescriptorForType() - Method in class logproto.Logproto.DroppedStream.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.EntryAdapter.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.LabelPair.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.LabelRequest.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.LabelResponse.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.PushRequest.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.PushResponse.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.QueryRequest.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.QueryResponse.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.Sample.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.SampleQueryRequest.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.SampleQueryResponse.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.Series.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.SeriesRequest.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.SeriesResponse.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.StreamAdapter.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.TailersCountRequest.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.TailersCountResponse.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.TailRequest.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.TailResponse.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
 
getDescriptorForType() - Method in class logproto.Logproto.TransferChunksResponse.Builder
 
getDirection() - Method in class logproto.Logproto.QueryRequest.Builder
.logproto.Direction direction = 5;
getDirection() - Method in class logproto.Logproto.QueryRequest
.logproto.Direction direction = 5;
getDirection() - Method in interface logproto.Logproto.QueryRequestOrBuilder
.logproto.Direction direction = 5;
getDirectionValue() - Method in class logproto.Logproto.QueryRequest.Builder
.logproto.Direction direction = 5;
getDirectionValue() - Method in class logproto.Logproto.QueryRequest
.logproto.Direction direction = 5;
getDirectionValue() - Method in interface logproto.Logproto.QueryRequestOrBuilder
.logproto.Direction direction = 5;
getDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional double double_value = 6;
getDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional double double_value = 6;
getDoubleValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional double double_value = 6;
getDroppedStreams(int) - Method in class logproto.Logproto.TailResponse.Builder
repeated .logproto.DroppedStream droppedStreams = 2;
getDroppedStreams(int) - Method in class logproto.Logproto.TailResponse
repeated .logproto.DroppedStream droppedStreams = 2;
getDroppedStreams(int) - Method in interface logproto.Logproto.TailResponseOrBuilder
repeated .logproto.DroppedStream droppedStreams = 2;
getDroppedStreamsBuilder(int) - Method in class logproto.Logproto.TailResponse.Builder
repeated .logproto.DroppedStream droppedStreams = 2;
getDroppedStreamsBuilderList() - Method in class logproto.Logproto.TailResponse.Builder
repeated .logproto.DroppedStream droppedStreams = 2;
getDroppedStreamsCount() - Method in class logproto.Logproto.TailResponse.Builder
repeated .logproto.DroppedStream droppedStreams = 2;
getDroppedStreamsCount() - Method in class logproto.Logproto.TailResponse
repeated .logproto.DroppedStream droppedStreams = 2;
getDroppedStreamsCount() - Method in interface logproto.Logproto.TailResponseOrBuilder
repeated .logproto.DroppedStream droppedStreams = 2;
getDroppedStreamsList() - Method in class logproto.Logproto.TailResponse.Builder
repeated .logproto.DroppedStream droppedStreams = 2;
getDroppedStreamsList() - Method in class logproto.Logproto.TailResponse
repeated .logproto.DroppedStream droppedStreams = 2;
getDroppedStreamsList() - Method in interface logproto.Logproto.TailResponseOrBuilder
repeated .logproto.DroppedStream droppedStreams = 2;
getDroppedStreamsOrBuilder(int) - Method in class logproto.Logproto.TailResponse.Builder
repeated .logproto.DroppedStream droppedStreams = 2;
getDroppedStreamsOrBuilder(int) - Method in class logproto.Logproto.TailResponse
repeated .logproto.DroppedStream droppedStreams = 2;
getDroppedStreamsOrBuilder(int) - Method in interface logproto.Logproto.TailResponseOrBuilder
repeated .logproto.DroppedStream droppedStreams = 2;
getDroppedStreamsOrBuilderList() - Method in class logproto.Logproto.TailResponse.Builder
repeated .logproto.DroppedStream droppedStreams = 2;
getDroppedStreamsOrBuilderList() - Method in class logproto.Logproto.TailResponse
repeated .logproto.DroppedStream droppedStreams = 2;
getDroppedStreamsOrBuilderList() - Method in interface logproto.Logproto.TailResponseOrBuilder
repeated .logproto.DroppedStream droppedStreams = 2;
getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
Exclusive.
getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
Exclusive.
getEnd() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
Exclusive.
getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
Exclusive.
getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
Exclusive.
getEnd() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder
Exclusive.
getEnd() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
Inclusive.
getEnd() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
Inclusive.
getEnd() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder
Inclusive.
getEnd() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the ending offset in bytes in the generated code that relates to the identified offset.
getEnd() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
Identifies the ending offset in bytes in the generated code that relates to the identified offset.
getEnd() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
Identifies the ending offset in bytes in the generated code that relates to the identified offset.
getEnd() - Method in class logproto.Logproto.LabelRequest.Builder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
getEnd() - Method in class logproto.Logproto.LabelRequest
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
getEnd() - Method in interface logproto.Logproto.LabelRequestOrBuilder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
getEnd() - Method in class logproto.Logproto.QueryRequest.Builder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEnd() - Method in class logproto.Logproto.QueryRequest
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEnd() - Method in interface logproto.Logproto.QueryRequestOrBuilder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEnd() - Method in class logproto.Logproto.SampleQueryRequest.Builder
.google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEnd() - Method in class logproto.Logproto.SampleQueryRequest
.google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEnd() - Method in interface logproto.Logproto.SampleQueryRequestOrBuilder
.google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEnd() - Method in class logproto.Logproto.SeriesRequest.Builder
.google.protobuf.Timestamp end = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEnd() - Method in class logproto.Logproto.SeriesRequest
.google.protobuf.Timestamp end = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEnd() - Method in interface logproto.Logproto.SeriesRequestOrBuilder
.google.protobuf.Timestamp end = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEndBuilder() - Method in class logproto.Logproto.LabelRequest.Builder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
getEndBuilder() - Method in class logproto.Logproto.QueryRequest.Builder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEndBuilder() - Method in class logproto.Logproto.SampleQueryRequest.Builder
.google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEndBuilder() - Method in class logproto.Logproto.SeriesRequest.Builder
.google.protobuf.Timestamp end = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEndOrBuilder() - Method in class logproto.Logproto.LabelRequest.Builder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
getEndOrBuilder() - Method in class logproto.Logproto.LabelRequest
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
getEndOrBuilder() - Method in interface logproto.Logproto.LabelRequestOrBuilder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
getEndOrBuilder() - Method in class logproto.Logproto.QueryRequest.Builder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEndOrBuilder() - Method in class logproto.Logproto.QueryRequest
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEndOrBuilder() - Method in interface logproto.Logproto.QueryRequestOrBuilder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEndOrBuilder() - Method in class logproto.Logproto.SampleQueryRequest.Builder
.google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEndOrBuilder() - Method in class logproto.Logproto.SampleQueryRequest
.google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEndOrBuilder() - Method in interface logproto.Logproto.SampleQueryRequestOrBuilder
.google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEndOrBuilder() - Method in class logproto.Logproto.SeriesRequest.Builder
.google.protobuf.Timestamp end = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEndOrBuilder() - Method in class logproto.Logproto.SeriesRequest
.google.protobuf.Timestamp end = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEndOrBuilder() - Method in interface logproto.Logproto.SeriesRequestOrBuilder
.google.protobuf.Timestamp end = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getEntries(int) - Method in class logproto.Logproto.StreamAdapter.Builder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
getEntries(int) - Method in class logproto.Logproto.StreamAdapter
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
getEntries(int) - Method in interface logproto.Logproto.StreamAdapterOrBuilder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
getEntriesBuilder(int) - Method in class logproto.Logproto.StreamAdapter.Builder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
getEntriesBuilderList() - Method in class logproto.Logproto.StreamAdapter.Builder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
getEntriesCount() - Method in class logproto.Logproto.StreamAdapter.Builder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
getEntriesCount() - Method in class logproto.Logproto.StreamAdapter
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
getEntriesCount() - Method in interface logproto.Logproto.StreamAdapterOrBuilder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
getEntriesList() - Method in class logproto.Logproto.StreamAdapter.Builder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
getEntriesList() - Method in class logproto.Logproto.StreamAdapter
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
getEntriesList() - Method in interface logproto.Logproto.StreamAdapterOrBuilder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
getEntriesOrBuilder(int) - Method in class logproto.Logproto.StreamAdapter.Builder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
getEntriesOrBuilder(int) - Method in class logproto.Logproto.StreamAdapter
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
getEntriesOrBuilder(int) - Method in interface logproto.Logproto.StreamAdapterOrBuilder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
getEntriesOrBuilderList() - Method in class logproto.Logproto.StreamAdapter.Builder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
getEntriesOrBuilderList() - Method in class logproto.Logproto.StreamAdapter
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
getEntriesOrBuilderList() - Method in interface logproto.Logproto.StreamAdapterOrBuilder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumType(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumType(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
For extensions, this is the name of the type being extended.
getExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
For extensions, this is the name of the type being extended.
getExtendee() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
For extensions, this is the name of the type being extended.
getExtendeeBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
For extensions, this is the name of the type being extended.
getExtendeeBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
For extensions, this is the name of the type being extended.
getExtendeeBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
For extensions, this is the name of the type being extended.
getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtension(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtension(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRange(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getField(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getField(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto field = 2;
getField(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFile(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFile(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
repeated .google.protobuf.FileDescriptorProto file = 1;
getFile(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFrom() - Method in class logproto.Logproto.DroppedStream.Builder
.google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getFrom() - Method in class logproto.Logproto.DroppedStream
.google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getFrom() - Method in interface logproto.Logproto.DroppedStreamOrBuilder
.google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getFromBuilder() - Method in class logproto.Logproto.DroppedStream.Builder
.google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getFromIngesterId() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
string from_ingester_id = 1;
getFromIngesterId() - Method in class logproto.Logproto.TimeSeriesChunk
string from_ingester_id = 1;
getFromIngesterId() - Method in interface logproto.Logproto.TimeSeriesChunkOrBuilder
string from_ingester_id = 1;
getFromIngesterIdBytes() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
string from_ingester_id = 1;
getFromIngesterIdBytes() - Method in class logproto.Logproto.TimeSeriesChunk
string from_ingester_id = 1;
getFromIngesterIdBytes() - Method in interface logproto.Logproto.TimeSeriesChunkOrBuilder
string from_ingester_id = 1;
getFromOrBuilder() - Method in class logproto.Logproto.DroppedStream.Builder
.google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getFromOrBuilder() - Method in class logproto.Logproto.DroppedStream
.google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getFromOrBuilder() - Method in interface logproto.Logproto.DroppedStreamOrBuilder
.google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the Go package where structs generated from this .proto will be placed.
getGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Sets the Go package where structs generated from this .proto will be placed.
getGoPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Sets the Go package where structs generated from this .proto will be placed.
getGoPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the Go package where structs generated from this .proto will be placed.
getGoPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Sets the Go package where structs generated from this .proto will be placed.
getGoPackageBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Sets the Go package where structs generated from this .proto will be placed.
getGroups(int) - Method in class logproto.Logproto.SeriesRequest.Builder
repeated string groups = 3;
getGroups(int) - Method in class logproto.Logproto.SeriesRequest
repeated string groups = 3;
getGroups(int) - Method in interface logproto.Logproto.SeriesRequestOrBuilder
repeated string groups = 3;
getGroupsBytes(int) - Method in class logproto.Logproto.SeriesRequest.Builder
repeated string groups = 3;
getGroupsBytes(int) - Method in class logproto.Logproto.SeriesRequest
repeated string groups = 3;
getGroupsBytes(int) - Method in interface logproto.Logproto.SeriesRequestOrBuilder
repeated string groups = 3;
getGroupsCount() - Method in class logproto.Logproto.SeriesRequest.Builder
repeated string groups = 3;
getGroupsCount() - Method in class logproto.Logproto.SeriesRequest
repeated string groups = 3;
getGroupsCount() - Method in interface logproto.Logproto.SeriesRequestOrBuilder
repeated string groups = 3;
getGroupsList() - Method in class logproto.Logproto.SeriesRequest.Builder
repeated string groups = 3;
getGroupsList() - Method in class logproto.Logproto.SeriesRequest
repeated string groups = 3;
getGroupsList() - Method in interface logproto.Logproto.SeriesRequestOrBuilder
repeated string groups = 3;
getHash() - Method in class logproto.Logproto.Sample.Builder
uint64 hash = 3 [(.gogoproto.jsontag) = "hash"];
getHash() - Method in class logproto.Logproto.Sample
uint64 hash = 3 [(.gogoproto.jsontag) = "hash"];
getHash() - Method in interface logproto.Logproto.SampleOrBuilder
uint64 hash = 3 [(.gogoproto.jsontag) = "hash"];
getIdempotencyLevel() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
getIdempotencyLevel() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
getIdempotencyLevel() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
getIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.
getIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.
getIdentifierValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.
getIdentifierValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.
getIdentifierValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.
getIdentifierValueBytes() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.
getInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
Input and output type names.
getInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
Input and output type names.
getInputType() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
Input and output type names.
getInputTypeBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
Input and output type names.
getInputTypeBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
Input and output type names.
getInputTypeBytes() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
Input and output type names.
getIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required bool is_extension = 2;
getIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
required bool is_extension = 2;
getIsExtension() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
required bool is_extension = 2;
getJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Deprecated.
getJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Deprecated.
getJavaGenerateEqualsAndHash() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Deprecated.
getJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_generic_services = 17 [default = false];
getJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool java_generic_services = 17 [default = false];
getJavaGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool java_generic_services = 17 [default = false];
getJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
If set true, then the Java code generator will generate a separate .java file for each top-level message, enum, and service defined in the .proto file.
getJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
If set true, then the Java code generator will generate a separate .java file for each top-level message, enum, and service defined in the .proto file.
getJavaMultipleFiles() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
If set true, then the Java code generator will generate a separate .java file for each top-level message, enum, and service defined in the .proto file.
getJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
If set, all the classes from the .proto file are wrapped in a single outer class with the given name.
getJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
If set, all the classes from the .proto file are wrapped in a single outer class with the given name.
getJavaOuterClassname() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
If set, all the classes from the .proto file are wrapped in a single outer class with the given name.
getJavaOuterClassnameBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
If set, all the classes from the .proto file are wrapped in a single outer class with the given name.
getJavaOuterClassnameBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
If set, all the classes from the .proto file are wrapped in a single outer class with the given name.
getJavaOuterClassnameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
If set, all the classes from the .proto file are wrapped in a single outer class with the given name.
getJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the Java package where classes generated from this .proto will be placed.
getJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Sets the Java package where classes generated from this .proto will be placed.
getJavaPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Sets the Java package where classes generated from this .proto will be placed.
getJavaPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the Java package where classes generated from this .proto will be placed.
getJavaPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Sets the Java package where classes generated from this .proto will be placed.
getJavaPackageBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Sets the Java package where classes generated from this .proto will be placed.
getJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
If set true, then the Java2 code generator will generate code that throws an exception whenever an attempt is made to assign a non-UTF-8 byte sequence to a string field.
getJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
If set true, then the Java2 code generator will generate code that throws an exception whenever an attempt is made to assign a non-UTF-8 byte sequence to a string field.
getJavaStringCheckUtf8() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
If set true, then the Java2 code generator will generate code that throws an exception whenever an attempt is made to assign a non-UTF-8 byte sequence to a string field.
getJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
JSON name of this field.
getJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
JSON name of this field.
getJsonName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
JSON name of this field.
getJsonNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
JSON name of this field.
getJsonNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
JSON name of this field.
getJsonNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
JSON name of this field.
getJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The jstype option determines the JavaScript type used for values of the field.
getJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
The jstype option determines the JavaScript type used for values of the field.
getJstype() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
The jstype option determines the JavaScript type used for values of the field.
getLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
getLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
getLabel() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
getLabels() - Method in class logproto.Logproto.DroppedStream.Builder
string labels = 3;
getLabels() - Method in class logproto.Logproto.DroppedStream
string labels = 3;
getLabels() - Method in interface logproto.Logproto.DroppedStreamOrBuilder
string labels = 3;
getLabels() - Method in class logproto.Logproto.Series.Builder
string labels = 1 [(.gogoproto.jsontag) = "labels"];
getLabels() - Method in class logproto.Logproto.Series
string labels = 1 [(.gogoproto.jsontag) = "labels"];
getLabels() - Method in class logproto.Logproto.SeriesIdentifier.Builder
Deprecated.
getLabels() - Method in class logproto.Logproto.SeriesIdentifier
Deprecated.
getLabels() - Method in interface logproto.Logproto.SeriesIdentifierOrBuilder
Deprecated.
getLabels() - Method in interface logproto.Logproto.SeriesOrBuilder
string labels = 1 [(.gogoproto.jsontag) = "labels"];
getLabels() - Method in class logproto.Logproto.StreamAdapter.Builder
string labels = 1 [(.gogoproto.jsontag) = "labels"];
getLabels() - Method in class logproto.Logproto.StreamAdapter
string labels = 1 [(.gogoproto.jsontag) = "labels"];
getLabels() - Method in interface logproto.Logproto.StreamAdapterOrBuilder
string labels = 1 [(.gogoproto.jsontag) = "labels"];
getLabels(int) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.LabelPair labels = 3;
getLabels(int) - Method in class logproto.Logproto.TimeSeriesChunk
repeated .logproto.LabelPair labels = 3;
getLabels(int) - Method in interface logproto.Logproto.TimeSeriesChunkOrBuilder
repeated .logproto.LabelPair labels = 3;
getLabelsBuilder(int) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.LabelPair labels = 3;
getLabelsBuilderList() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.LabelPair labels = 3;
getLabelsBytes() - Method in class logproto.Logproto.DroppedStream.Builder
string labels = 3;
getLabelsBytes() - Method in class logproto.Logproto.DroppedStream
string labels = 3;
getLabelsBytes() - Method in interface logproto.Logproto.DroppedStreamOrBuilder
string labels = 3;
getLabelsBytes() - Method in class logproto.Logproto.Series.Builder
string labels = 1 [(.gogoproto.jsontag) = "labels"];
getLabelsBytes() - Method in class logproto.Logproto.Series
string labels = 1 [(.gogoproto.jsontag) = "labels"];
getLabelsBytes() - Method in interface logproto.Logproto.SeriesOrBuilder
string labels = 1 [(.gogoproto.jsontag) = "labels"];
getLabelsBytes() - Method in class logproto.Logproto.StreamAdapter.Builder
string labels = 1 [(.gogoproto.jsontag) = "labels"];
getLabelsBytes() - Method in class logproto.Logproto.StreamAdapter
string labels = 1 [(.gogoproto.jsontag) = "labels"];
getLabelsBytes() - Method in interface logproto.Logproto.StreamAdapterOrBuilder
string labels = 1 [(.gogoproto.jsontag) = "labels"];
getLabelsCount() - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
getLabelsCount() - Method in class logproto.Logproto.SeriesIdentifier
 
getLabelsCount() - Method in interface logproto.Logproto.SeriesIdentifierOrBuilder
map<string, string> labels = 1;
getLabelsCount() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.LabelPair labels = 3;
getLabelsCount() - Method in class logproto.Logproto.TimeSeriesChunk
repeated .logproto.LabelPair labels = 3;
getLabelsCount() - Method in interface logproto.Logproto.TimeSeriesChunkOrBuilder
repeated .logproto.LabelPair labels = 3;
getLabelsList() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.LabelPair labels = 3;
getLabelsList() - Method in class logproto.Logproto.TimeSeriesChunk
repeated .logproto.LabelPair labels = 3;
getLabelsList() - Method in interface logproto.Logproto.TimeSeriesChunkOrBuilder
repeated .logproto.LabelPair labels = 3;
getLabelsMap() - Method in class logproto.Logproto.SeriesIdentifier.Builder
map<string, string> labels = 1;
getLabelsMap() - Method in class logproto.Logproto.SeriesIdentifier
map<string, string> labels = 1;
getLabelsMap() - Method in interface logproto.Logproto.SeriesIdentifierOrBuilder
map<string, string> labels = 1;
getLabelsOrBuilder(int) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.LabelPair labels = 3;
getLabelsOrBuilder(int) - Method in class logproto.Logproto.TimeSeriesChunk
repeated .logproto.LabelPair labels = 3;
getLabelsOrBuilder(int) - Method in interface logproto.Logproto.TimeSeriesChunkOrBuilder
repeated .logproto.LabelPair labels = 3;
getLabelsOrBuilderList() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.LabelPair labels = 3;
getLabelsOrBuilderList() - Method in class logproto.Logproto.TimeSeriesChunk
repeated .logproto.LabelPair labels = 3;
getLabelsOrBuilderList() - Method in interface logproto.Logproto.TimeSeriesChunkOrBuilder
repeated .logproto.LabelPair labels = 3;
getLabelsOrDefault(String, String) - Method in class logproto.Logproto.SeriesIdentifier.Builder
map<string, string> labels = 1;
getLabelsOrDefault(String, String) - Method in class logproto.Logproto.SeriesIdentifier
map<string, string> labels = 1;
getLabelsOrDefault(String, String) - Method in interface logproto.Logproto.SeriesIdentifierOrBuilder
map<string, string> labels = 1;
getLabelsOrThrow(String) - Method in class logproto.Logproto.SeriesIdentifier.Builder
map<string, string> labels = 1;
getLabelsOrThrow(String) - Method in class logproto.Logproto.SeriesIdentifier
map<string, string> labels = 1;
getLabelsOrThrow(String) - Method in interface logproto.Logproto.SeriesIdentifierOrBuilder
map<string, string> labels = 1;
getLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
Should this field be parsed lazily? Lazy applies only to message-type fields.
getLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
Should this field be parsed lazily? Lazy applies only to message-type fields.
getLazy() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
Should this field be parsed lazily? Lazy applies only to message-type fields.
getLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration.
getLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration.
getLeadingComments() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration.
getLeadingCommentsBytes() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration.
getLeadingCommentsBytes() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration.
getLeadingCommentsBytes() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration.
getLeadingDetachedComments(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
getLeadingDetachedComments(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated string leading_detached_comments = 6;
getLeadingDetachedComments(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated string leading_detached_comments = 6;
getLeadingDetachedCommentsBytes(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
getLeadingDetachedCommentsBytes(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated string leading_detached_comments = 6;
getLeadingDetachedCommentsBytes(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated string leading_detached_comments = 6;
getLeadingDetachedCommentsCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
getLeadingDetachedCommentsCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated string leading_detached_comments = 6;
getLeadingDetachedCommentsCount() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated string leading_detached_comments = 6;
getLeadingDetachedCommentsList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
getLeadingDetachedCommentsList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated string leading_detached_comments = 6;
getLeadingDetachedCommentsList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated string leading_detached_comments = 6;
getLimit() - Method in class logproto.Logproto.QueryRequest.Builder
uint32 limit = 2;
getLimit() - Method in class logproto.Logproto.QueryRequest
uint32 limit = 2;
getLimit() - Method in interface logproto.Logproto.QueryRequestOrBuilder
uint32 limit = 2;
getLimit() - Method in class logproto.Logproto.TailRequest.Builder
uint32 limit = 4;
getLimit() - Method in class logproto.Logproto.TailRequest
uint32 limit = 4;
getLimit() - Method in interface logproto.Logproto.TailRequestOrBuilder
uint32 limit = 4;
getLine() - Method in class logproto.Logproto.EntryAdapter.Builder
string line = 2 [(.gogoproto.jsontag) = "line"];
getLine() - Method in class logproto.Logproto.EntryAdapter
string line = 2 [(.gogoproto.jsontag) = "line"];
getLine() - Method in interface logproto.Logproto.EntryAdapterOrBuilder
string line = 2 [(.gogoproto.jsontag) = "line"];
getLineBytes() - Method in class logproto.Logproto.EntryAdapter.Builder
string line = 2 [(.gogoproto.jsontag) = "line"];
getLineBytes() - Method in class logproto.Logproto.EntryAdapter
string line = 2 [(.gogoproto.jsontag) = "line"];
getLineBytes() - Method in interface logproto.Logproto.EntryAdapterOrBuilder
string line = 2 [(.gogoproto.jsontag) = "line"];
getLocation(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
getLocation(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
getLocation(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
getLocationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
getLocationBuilderList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
getLocationCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
getLocationCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
getLocationCount() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
getLocationList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
getLocationList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
getLocationList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
getLocationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
getLocationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
getLocationOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
getLocationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
getLocationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
getLocationOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
getMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Whether the message is an automatically generated map entry type for the maps field.
getMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
Whether the message is an automatically generated map entry type for the maps field.
getMapEntry() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
Whether the message is an automatically generated map entry type for the maps field.
getMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Set true to use the old proto1 MessageSet wire format for extensions.
getMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
Set true to use the old proto1 MessageSet wire format for extensions.
getMessageSetWireFormat() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
Set true to use the old proto1 MessageSet wire format for extensions.
getMessageType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
All top-level definitions in this file.
getMessageType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
All top-level definitions in this file.
getMessageType(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
All top-level definitions in this file.
getMessageTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
All top-level definitions in this file.
getMessageTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
All top-level definitions in this file.
getMessageTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
All top-level definitions in this file.
getMessageTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
All top-level definitions in this file.
getMessageTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
All top-level definitions in this file.
getMessageTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
All top-level definitions in this file.
getMessageTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
All top-level definitions in this file.
getMessageTypeList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
All top-level definitions in this file.
getMessageTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
All top-level definitions in this file.
getMessageTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
All top-level definitions in this file.
getMessageTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
All top-level definitions in this file.
getMessageTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
All top-level definitions in this file.
getMessageTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
All top-level definitions in this file.
getMessageTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
All top-level definitions in this file.
getMethod(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethod(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethod(int) - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodCount() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodList() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMutableLabels() - Method in class logproto.Logproto.SeriesIdentifier.Builder
Deprecated.
getName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
optional string name = 1;
getName() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
optional string name = 1;
getName() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional string name = 1;
getName() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string name = 1;
getName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
file name, relative to root of source tree
getName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
file name, relative to root of source tree
getName() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
file name, relative to root of source tree
getName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string name = 1;
getName() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
optional string name = 1;
getName() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
optional string name = 1;
getName() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
optional string name = 1;
getName() - Method in class logproto.Logproto.LabelPair.Builder
string name = 1;
getName() - Method in class logproto.Logproto.LabelPair
string name = 1;
getName() - Method in interface logproto.Logproto.LabelPairOrBuilder
string name = 1;
getName() - Method in class logproto.Logproto.LabelRequest.Builder
string name = 1;
getName() - Method in class logproto.Logproto.LabelRequest
string name = 1;
getName() - Method in interface logproto.Logproto.LabelRequestOrBuilder
string name = 1;
getName(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getName(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getName(int) - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameBuilderList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
file name, relative to root of source tree
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
file name, relative to root of source tree
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
file name, relative to root of source tree
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class logproto.Logproto.LabelPair.Builder
string name = 1;
getNameBytes() - Method in class logproto.Logproto.LabelPair
string name = 1;
getNameBytes() - Method in interface logproto.Logproto.LabelPairOrBuilder
string name = 1;
getNameBytes() - Method in class logproto.Logproto.LabelRequest.Builder
string name = 1;
getNameBytes() - Method in class logproto.Logproto.LabelRequest
string name = 1;
getNameBytes() - Method in interface logproto.Logproto.LabelRequestOrBuilder
string name = 1;
getNameCount() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameCount() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameCount() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameList() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required string name_part = 1;
getNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
required string name_part = 1;
getNamePart() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
required string name_part = 1;
getNamePartBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required string name_part = 1;
getNamePartBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
required string name_part = 1;
getNamePartBytes() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
required string name_part = 1;
getNanos() - Method in class com.google.protobuf.Timestamp.Builder
Non-negative fractions of a second at nanosecond resolution.
getNanos() - Method in class com.google.protobuf.Timestamp
Non-negative fractions of a second at nanosecond resolution.
getNanos() - Method in interface com.google.protobuf.TimestampOrBuilder
Non-negative fractions of a second at nanosecond resolution.
getNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional int64 negative_int_value = 5;
getNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional int64 negative_int_value = 5;
getNegativeIntValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional int64 negative_int_value = 5;
getNestedType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedType(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Disables the generation of the standard "descriptor()" accessor, which can conflict with a field of the same name.
getNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
Disables the generation of the standard "descriptor()" accessor, which can conflict with a field of the same name.
getNoStandardDescriptorAccessor() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
Disables the generation of the standard "descriptor()" accessor, which can conflict with a field of the same name.
getNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional int32 number = 2;
getNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional int32 number = 2;
getNumber() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional int32 number = 2;
getNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 number = 3;
getNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional int32 number = 3;
getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
getNumber() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional int32 number = 3;
getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
getNumber() - Method in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
 
getNumber() - Method in enum logproto.Logproto.Direction
 
getObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto.
getObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto.
getObjcClassPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto.
getObjcClassPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto.
getObjcClassPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto.
getObjcClassPrefixBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto.
getOneofDecl(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDecl(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDecl(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
If set, gives the index of a oneof in the containing type's oneof_decl list.
getOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
If set, gives the index of a oneof in the containing type's oneof_decl list.
getOneofIndex() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
If set, gives the index of a oneof in the containing type's oneof_decl list.
getOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
getOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
getOptimizeFor() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional .google.protobuf.ExtensionRangeOptions options = 3;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
optional .google.protobuf.ExtensionRangeOptions options = 3;
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
optional .google.protobuf.ExtensionRangeOptions options = 3;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
optional .google.protobuf.MessageOptions options = 7;
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
optional .google.protobuf.MessageOptions options = 7;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
optional .google.protobuf.EnumOptions options = 3;
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
optional .google.protobuf.EnumOptions options = 3;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional .google.protobuf.EnumValueOptions options = 3;
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional .google.protobuf.EnumValueOptions options = 3;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldOptions options = 8;
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldOptions options = 8;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional .google.protobuf.FileOptions options = 8;
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional .google.protobuf.FileOptions options = 8;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional .google.protobuf.MethodOptions options = 4;
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional .google.protobuf.MethodOptions options = 4;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional .google.protobuf.OneofOptions options = 2;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
optional .google.protobuf.OneofOptions options = 2;
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
optional .google.protobuf.OneofOptions options = 2;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
optional .google.protobuf.ServiceOptions options = 3;
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
optional .google.protobuf.ServiceOptions options = 3;
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7;
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional .google.protobuf.ExtensionRangeOptions options = 3;
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3;
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3;
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8;
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8;
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4;
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional .google.protobuf.OneofOptions options = 2;
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional .google.protobuf.ExtensionRangeOptions options = 3;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
optional .google.protobuf.ExtensionRangeOptions options = 3;
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
optional .google.protobuf.ExtensionRangeOptions options = 3;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
optional .google.protobuf.MessageOptions options = 7;
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
optional .google.protobuf.MessageOptions options = 7;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
optional .google.protobuf.EnumOptions options = 3;
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
optional .google.protobuf.EnumOptions options = 3;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional .google.protobuf.EnumValueOptions options = 3;
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional .google.protobuf.EnumValueOptions options = 3;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldOptions options = 8;
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldOptions options = 8;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional .google.protobuf.FileOptions options = 8;
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional .google.protobuf.FileOptions options = 8;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional .google.protobuf.MethodOptions options = 4;
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional .google.protobuf.MethodOptions options = 4;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional .google.protobuf.OneofOptions options = 2;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
optional .google.protobuf.OneofOptions options = 2;
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
optional .google.protobuf.OneofOptions options = 2;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
optional .google.protobuf.ServiceOptions options = 3;
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
optional .google.protobuf.ServiceOptions options = 3;
getOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string output_type = 3;
getOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string output_type = 3;
getOutputType() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string output_type = 3;
getOutputTypeBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string output_type = 3;
getOutputTypeBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string output_type = 3;
getOutputTypeBytes() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string output_type = 3;
getPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
e.g.
getPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
e.g.
getPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
e.g.
getPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
e.g.
getPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
e.g.
getPackageBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
e.g.
getPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The packed option can be enabled for repeated primitive fields to enable a more efficient representation on the wire.
getPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
The packed option can be enabled for repeated primitive fields to enable a more efficient representation on the wire.
getPacked() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
The packed option can be enabled for repeated primitive fields to enable a more efficient representation on the wire.
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
getParserForType() - Method in class com.google.protobuf.Timestamp
 
getParserForType() - Method in class logproto.Logproto.Chunk
 
getParserForType() - Method in class logproto.Logproto.DroppedStream
 
getParserForType() - Method in class logproto.Logproto.EntryAdapter
 
getParserForType() - Method in class logproto.Logproto.LabelPair
 
getParserForType() - Method in class logproto.Logproto.LabelRequest
 
getParserForType() - Method in class logproto.Logproto.LabelResponse
 
getParserForType() - Method in class logproto.Logproto.PushRequest
 
getParserForType() - Method in class logproto.Logproto.PushResponse
 
getParserForType() - Method in class logproto.Logproto.QueryRequest
 
getParserForType() - Method in class logproto.Logproto.QueryResponse
 
getParserForType() - Method in class logproto.Logproto.Sample
 
getParserForType() - Method in class logproto.Logproto.SampleQueryRequest
 
getParserForType() - Method in class logproto.Logproto.SampleQueryResponse
 
getParserForType() - Method in class logproto.Logproto.Series
 
getParserForType() - Method in class logproto.Logproto.SeriesIdentifier
 
getParserForType() - Method in class logproto.Logproto.SeriesRequest
 
getParserForType() - Method in class logproto.Logproto.SeriesResponse
 
getParserForType() - Method in class logproto.Logproto.StreamAdapter
 
getParserForType() - Method in class logproto.Logproto.TailersCountRequest
 
getParserForType() - Method in class logproto.Logproto.TailersCountResponse
 
getParserForType() - Method in class logproto.Logproto.TailRequest
 
getParserForType() - Method in class logproto.Logproto.TailResponse
 
getParserForType() - Method in class logproto.Logproto.TimeSeriesChunk
 
getParserForType() - Method in class logproto.Logproto.TransferChunksResponse
 
getPath(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the element in the original source .proto file.
getPath(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
Identifies the element in the original source .proto file.
getPath(int) - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
Identifies the element in the original source .proto file.
getPath(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
Identifies which part of the FileDescriptorProto was defined at this location.
getPath(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
Identifies which part of the FileDescriptorProto was defined at this location.
getPath(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
Identifies which part of the FileDescriptorProto was defined at this location.
getPathCount() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the element in the original source .proto file.
getPathCount() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
Identifies the element in the original source .proto file.
getPathCount() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
Identifies the element in the original source .proto file.
getPathCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
Identifies which part of the FileDescriptorProto was defined at this location.
getPathCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
Identifies which part of the FileDescriptorProto was defined at this location.
getPathCount() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
Identifies which part of the FileDescriptorProto was defined at this location.
getPathList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the element in the original source .proto file.
getPathList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
Identifies the element in the original source .proto file.
getPathList() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
Identifies the element in the original source .proto file.
getPathList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
Identifies which part of the FileDescriptorProto was defined at this location.
getPathList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
Identifies which part of the FileDescriptorProto was defined at this location.
getPathList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
Identifies which part of the FileDescriptorProto was defined at this location.
getPhpClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the php class prefix which is prepended to all php generated classes from this .proto.
getPhpClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Sets the php class prefix which is prepended to all php generated classes from this .proto.
getPhpClassPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Sets the php class prefix which is prepended to all php generated classes from this .proto.
getPhpClassPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the php class prefix which is prepended to all php generated classes from this .proto.
getPhpClassPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Sets the php class prefix which is prepended to all php generated classes from this .proto.
getPhpClassPrefixBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Sets the php class prefix which is prepended to all php generated classes from this .proto.
getPhpGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool php_generic_services = 42 [default = false];
getPhpGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool php_generic_services = 42 [default = false];
getPhpGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool php_generic_services = 42 [default = false];
getPhpMetadataNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Use this option to change the namespace of php generated metadata classes.
getPhpMetadataNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Use this option to change the namespace of php generated metadata classes.
getPhpMetadataNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Use this option to change the namespace of php generated metadata classes.
getPhpMetadataNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Use this option to change the namespace of php generated metadata classes.
getPhpMetadataNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Use this option to change the namespace of php generated metadata classes.
getPhpMetadataNamespaceBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Use this option to change the namespace of php generated metadata classes.
getPhpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Use this option to change the namespace of php generated classes.
getPhpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Use this option to change the namespace of php generated classes.
getPhpNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Use this option to change the namespace of php generated classes.
getPhpNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Use this option to change the namespace of php generated classes.
getPhpNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Use this option to change the namespace of php generated classes.
getPhpNamespaceBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Use this option to change the namespace of php generated classes.
getPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional uint64 positive_int_value = 4;
getPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional uint64 positive_int_value = 4;
getPositiveIntValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional uint64 positive_int_value = 4;
getProto3Optional() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
If true, this is a proto3 "optional".
getProto3Optional() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
If true, this is a proto3 "optional".
getProto3Optional() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
If true, this is a proto3 "optional".
getPublicDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Indexes of the public imported files in the dependency list above.
getPublicDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
Indexes of the public imported files in the dependency list above.
getPublicDependency(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
Indexes of the public imported files in the dependency list above.
getPublicDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Indexes of the public imported files in the dependency list above.
getPublicDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
Indexes of the public imported files in the dependency list above.
getPublicDependencyCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
Indexes of the public imported files in the dependency list above.
getPublicDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Indexes of the public imported files in the dependency list above.
getPublicDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
Indexes of the public imported files in the dependency list above.
getPublicDependencyList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
Indexes of the public imported files in the dependency list above.
getPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool py_generic_services = 18 [default = false];
getPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool py_generic_services = 18 [default = false];
getPyGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool py_generic_services = 18 [default = false];
getQuery() - Method in class logproto.Logproto.TailRequest.Builder
string query = 1;
getQuery() - Method in class logproto.Logproto.TailRequest
string query = 1;
getQuery() - Method in interface logproto.Logproto.TailRequestOrBuilder
string query = 1;
getQueryBytes() - Method in class logproto.Logproto.TailRequest.Builder
string query = 1;
getQueryBytes() - Method in class logproto.Logproto.TailRequest
string query = 1;
getQueryBytes() - Method in interface logproto.Logproto.TailRequestOrBuilder
string query = 1;
getReservedName(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
Reserved field names, which may not be used by fields in the same message.
getReservedName(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
Reserved field names, which may not be used by fields in the same message.
getReservedName(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
Reserved field names, which may not be used by fields in the same message.
getReservedName(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Reserved enum value names, which may not be reused.
getReservedName(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
Reserved enum value names, which may not be reused.
getReservedName(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
Reserved enum value names, which may not be reused.
getReservedNameBytes(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
Reserved field names, which may not be used by fields in the same message.
getReservedNameBytes(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
Reserved field names, which may not be used by fields in the same message.
getReservedNameBytes(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
Reserved field names, which may not be used by fields in the same message.
getReservedNameBytes(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Reserved enum value names, which may not be reused.
getReservedNameBytes(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
Reserved enum value names, which may not be reused.
getReservedNameBytes(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
Reserved enum value names, which may not be reused.
getReservedNameCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
Reserved field names, which may not be used by fields in the same message.
getReservedNameCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
Reserved field names, which may not be used by fields in the same message.
getReservedNameCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
Reserved field names, which may not be used by fields in the same message.
getReservedNameCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Reserved enum value names, which may not be reused.
getReservedNameCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
Reserved enum value names, which may not be reused.
getReservedNameCount() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
Reserved enum value names, which may not be reused.
getReservedNameList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
Reserved field names, which may not be used by fields in the same message.
getReservedNameList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
Reserved field names, which may not be used by fields in the same message.
getReservedNameList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
Reserved field names, which may not be used by fields in the same message.
getReservedNameList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Reserved enum value names, which may not be reused.
getReservedNameList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
Reserved enum value names, which may not be reused.
getReservedNameList() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
Reserved enum value names, which may not be reused.
getReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRange(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Range of reserved numeric values.
getReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
Range of reserved numeric values.
getReservedRange(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
Range of reserved numeric values.
getReservedRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Range of reserved numeric values.
getReservedRangeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Range of reserved numeric values.
getReservedRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Range of reserved numeric values.
getReservedRangeCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
Range of reserved numeric values.
getReservedRangeCount() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
Range of reserved numeric values.
getReservedRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Range of reserved numeric values.
getReservedRangeList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
Range of reserved numeric values.
getReservedRangeList() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
Range of reserved numeric values.
getReservedRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Range of reserved numeric values.
getReservedRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
Range of reserved numeric values.
getReservedRangeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
Range of reserved numeric values.
getReservedRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Range of reserved numeric values.
getReservedRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
Range of reserved numeric values.
getReservedRangeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
Range of reserved numeric values.
getRubyPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Use this option to change the package of ruby generated classes.
getRubyPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Use this option to change the package of ruby generated classes.
getRubyPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Use this option to change the package of ruby generated classes.
getRubyPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Use this option to change the package of ruby generated classes.
getRubyPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Use this option to change the package of ruby generated classes.
getRubyPackageBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Use this option to change the package of ruby generated classes.
getSamples(int) - Method in class logproto.Logproto.Series.Builder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
getSamples(int) - Method in class logproto.Logproto.Series
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
getSamples(int) - Method in interface logproto.Logproto.SeriesOrBuilder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
getSamplesBuilder(int) - Method in class logproto.Logproto.Series.Builder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
getSamplesBuilderList() - Method in class logproto.Logproto.Series.Builder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
getSamplesCount() - Method in class logproto.Logproto.Series.Builder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
getSamplesCount() - Method in class logproto.Logproto.Series
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
getSamplesCount() - Method in interface logproto.Logproto.SeriesOrBuilder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
getSamplesList() - Method in class logproto.Logproto.Series.Builder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
getSamplesList() - Method in class logproto.Logproto.Series
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
getSamplesList() - Method in interface logproto.Logproto.SeriesOrBuilder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
getSamplesOrBuilder(int) - Method in class logproto.Logproto.Series.Builder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
getSamplesOrBuilder(int) - Method in class logproto.Logproto.Series
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
getSamplesOrBuilder(int) - Method in interface logproto.Logproto.SeriesOrBuilder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
getSamplesOrBuilderList() - Method in class logproto.Logproto.Series.Builder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
getSamplesOrBuilderList() - Method in class logproto.Logproto.Series
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
getSamplesOrBuilderList() - Method in interface logproto.Logproto.SeriesOrBuilder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
getSeconds() - Method in class com.google.protobuf.Timestamp.Builder
Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.
getSeconds() - Method in class com.google.protobuf.Timestamp
Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.
getSeconds() - Method in interface com.google.protobuf.TimestampOrBuilder
Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.
getSelector() - Method in class logproto.Logproto.QueryRequest.Builder
string selector = 1;
getSelector() - Method in class logproto.Logproto.QueryRequest
string selector = 1;
getSelector() - Method in interface logproto.Logproto.QueryRequestOrBuilder
string selector = 1;
getSelector() - Method in class logproto.Logproto.SampleQueryRequest.Builder
string selector = 1;
getSelector() - Method in class logproto.Logproto.SampleQueryRequest
string selector = 1;
getSelector() - Method in interface logproto.Logproto.SampleQueryRequestOrBuilder
string selector = 1;
getSelectorBytes() - Method in class logproto.Logproto.QueryRequest.Builder
string selector = 1;
getSelectorBytes() - Method in class logproto.Logproto.QueryRequest
string selector = 1;
getSelectorBytes() - Method in interface logproto.Logproto.QueryRequestOrBuilder
string selector = 1;
getSelectorBytes() - Method in class logproto.Logproto.SampleQueryRequest.Builder
string selector = 1;
getSelectorBytes() - Method in class logproto.Logproto.SampleQueryRequest
string selector = 1;
getSelectorBytes() - Method in interface logproto.Logproto.SampleQueryRequestOrBuilder
string selector = 1;
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
getSerializedSize() - Method in class com.google.protobuf.Timestamp
 
getSerializedSize() - Method in class logproto.Logproto.Chunk
 
getSerializedSize() - Method in class logproto.Logproto.DroppedStream
 
getSerializedSize() - Method in class logproto.Logproto.EntryAdapter
 
getSerializedSize() - Method in class logproto.Logproto.LabelPair
 
getSerializedSize() - Method in class logproto.Logproto.LabelRequest
 
getSerializedSize() - Method in class logproto.Logproto.LabelResponse
 
getSerializedSize() - Method in class logproto.Logproto.PushRequest
 
getSerializedSize() - Method in class logproto.Logproto.PushResponse
 
getSerializedSize() - Method in class logproto.Logproto.QueryRequest
 
getSerializedSize() - Method in class logproto.Logproto.QueryResponse
 
getSerializedSize() - Method in class logproto.Logproto.Sample
 
getSerializedSize() - Method in class logproto.Logproto.SampleQueryRequest
 
getSerializedSize() - Method in class logproto.Logproto.SampleQueryResponse
 
getSerializedSize() - Method in class logproto.Logproto.Series
 
getSerializedSize() - Method in class logproto.Logproto.SeriesIdentifier
 
getSerializedSize() - Method in class logproto.Logproto.SeriesRequest
 
getSerializedSize() - Method in class logproto.Logproto.SeriesResponse
 
getSerializedSize() - Method in class logproto.Logproto.StreamAdapter
 
getSerializedSize() - Method in class logproto.Logproto.TailersCountRequest
 
getSerializedSize() - Method in class logproto.Logproto.TailersCountResponse
 
getSerializedSize() - Method in class logproto.Logproto.TailRequest
 
getSerializedSize() - Method in class logproto.Logproto.TailResponse
 
getSerializedSize() - Method in class logproto.Logproto.TimeSeriesChunk
 
getSerializedSize() - Method in class logproto.Logproto.TransferChunksResponse
 
getSeries(int) - Method in class logproto.Logproto.SampleQueryResponse.Builder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
getSeries(int) - Method in class logproto.Logproto.SampleQueryResponse
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
getSeries(int) - Method in interface logproto.Logproto.SampleQueryResponseOrBuilder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
getSeries(int) - Method in class logproto.Logproto.SeriesResponse.Builder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
getSeries(int) - Method in class logproto.Logproto.SeriesResponse
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
getSeries(int) - Method in interface logproto.Logproto.SeriesResponseOrBuilder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
getSeriesBuilder(int) - Method in class logproto.Logproto.SampleQueryResponse.Builder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
getSeriesBuilder(int) - Method in class logproto.Logproto.SeriesResponse.Builder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
getSeriesBuilderList() - Method in class logproto.Logproto.SampleQueryResponse.Builder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
getSeriesBuilderList() - Method in class logproto.Logproto.SeriesResponse.Builder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
getSeriesCount() - Method in class logproto.Logproto.SampleQueryResponse.Builder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
getSeriesCount() - Method in class logproto.Logproto.SampleQueryResponse
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
getSeriesCount() - Method in interface logproto.Logproto.SampleQueryResponseOrBuilder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
getSeriesCount() - Method in class logproto.Logproto.SeriesResponse.Builder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
getSeriesCount() - Method in class logproto.Logproto.SeriesResponse
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
getSeriesCount() - Method in interface logproto.Logproto.SeriesResponseOrBuilder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
getSeriesList() - Method in class logproto.Logproto.SampleQueryResponse.Builder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
getSeriesList() - Method in class logproto.Logproto.SampleQueryResponse
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
getSeriesList() - Method in interface logproto.Logproto.SampleQueryResponseOrBuilder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
getSeriesList() - Method in class logproto.Logproto.SeriesResponse.Builder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
getSeriesList() - Method in class logproto.Logproto.SeriesResponse
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
getSeriesList() - Method in interface logproto.Logproto.SeriesResponseOrBuilder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
getSeriesOrBuilder(int) - Method in class logproto.Logproto.SampleQueryResponse.Builder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
getSeriesOrBuilder(int) - Method in class logproto.Logproto.SampleQueryResponse
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
getSeriesOrBuilder(int) - Method in interface logproto.Logproto.SampleQueryResponseOrBuilder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
getSeriesOrBuilder(int) - Method in class logproto.Logproto.SeriesResponse.Builder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
getSeriesOrBuilder(int) - Method in class logproto.Logproto.SeriesResponse
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
getSeriesOrBuilder(int) - Method in interface logproto.Logproto.SeriesResponseOrBuilder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
getSeriesOrBuilderList() - Method in class logproto.Logproto.SampleQueryResponse.Builder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
getSeriesOrBuilderList() - Method in class logproto.Logproto.SampleQueryResponse
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
getSeriesOrBuilderList() - Method in interface logproto.Logproto.SampleQueryResponseOrBuilder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
getSeriesOrBuilderList() - Method in class logproto.Logproto.SeriesResponse.Builder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
getSeriesOrBuilderList() - Method in class logproto.Logproto.SeriesResponse
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
getSeriesOrBuilderList() - Method in interface logproto.Logproto.SeriesResponseOrBuilder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
getServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
Identifies if server streams multiple server messages
getServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
Identifies if server streams multiple server messages
getServerStreaming() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
Identifies if server streams multiple server messages
getService(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getService(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getService(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceDescriptor() - Static method in class logproto.IngesterGrpc
 
getServiceDescriptor() - Static method in class logproto.PusherGrpc
 
getServiceDescriptor() - Static method in class logproto.QuerierGrpc
 
getServiceList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getShards(int) - Method in class logproto.Logproto.QueryRequest.Builder
repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
getShards(int) - Method in class logproto.Logproto.QueryRequest
repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
getShards(int) - Method in interface logproto.Logproto.QueryRequestOrBuilder
repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
getShards(int) - Method in class logproto.Logproto.SampleQueryRequest.Builder
repeated string shards = 4 [(.gogoproto.jsontag) = "shards,omitempty"];
getShards(int) - Method in class logproto.Logproto.SampleQueryRequest
repeated string shards = 4 [(.gogoproto.jsontag) = "shards,omitempty"];
getShards(int) - Method in interface logproto.Logproto.SampleQueryRequestOrBuilder
repeated string shards = 4 [(.gogoproto.jsontag) = "shards,omitempty"];
getShardsBytes(int) - Method in class logproto.Logproto.QueryRequest.Builder
repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
getShardsBytes(int) - Method in class logproto.Logproto.QueryRequest
repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
getShardsBytes(int) - Method in interface logproto.Logproto.QueryRequestOrBuilder
repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
getShardsBytes(int) - Method in class logproto.Logproto.SampleQueryRequest.Builder
repeated string shards = 4 [(.gogoproto.jsontag) = "shards,omitempty"];
getShardsBytes(int) - Method in class logproto.Logproto.SampleQueryRequest
repeated string shards = 4 [(.gogoproto.jsontag) = "shards,omitempty"];
getShardsBytes(int) - Method in interface logproto.Logproto.SampleQueryRequestOrBuilder
repeated string shards = 4 [(.gogoproto.jsontag) = "shards,omitempty"];
getShardsCount() - Method in class logproto.Logproto.QueryRequest.Builder
repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
getShardsCount() - Method in class logproto.Logproto.QueryRequest
repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
getShardsCount() - Method in interface logproto.Logproto.QueryRequestOrBuilder
repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
getShardsCount() - Method in class logproto.Logproto.SampleQueryRequest.Builder
repeated string shards = 4 [(.gogoproto.jsontag) = "shards,omitempty"];
getShardsCount() - Method in class logproto.Logproto.SampleQueryRequest
repeated string shards = 4 [(.gogoproto.jsontag) = "shards,omitempty"];
getShardsCount() - Method in interface logproto.Logproto.SampleQueryRequestOrBuilder
repeated string shards = 4 [(.gogoproto.jsontag) = "shards,omitempty"];
getShardsList() - Method in class logproto.Logproto.QueryRequest.Builder
repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
getShardsList() - Method in class logproto.Logproto.QueryRequest
repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
getShardsList() - Method in interface logproto.Logproto.QueryRequestOrBuilder
repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
getShardsList() - Method in class logproto.Logproto.SampleQueryRequest.Builder
repeated string shards = 4 [(.gogoproto.jsontag) = "shards,omitempty"];
getShardsList() - Method in class logproto.Logproto.SampleQueryRequest
repeated string shards = 4 [(.gogoproto.jsontag) = "shards,omitempty"];
getShardsList() - Method in interface logproto.Logproto.SampleQueryRequestOrBuilder
repeated string shards = 4 [(.gogoproto.jsontag) = "shards,omitempty"];
getSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
This field contains optional information about the original source code.
getSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
This field contains optional information about the original source code.
getSourceCodeInfo() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
This field contains optional information about the original source code.
getSourceCodeInfoBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
This field contains optional information about the original source code.
getSourceCodeInfoOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
This field contains optional information about the original source code.
getSourceCodeInfoOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
This field contains optional information about the original source code.
getSourceCodeInfoOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
This field contains optional information about the original source code.
getSourceFile() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the filesystem path to the original source .proto.
getSourceFile() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
Identifies the filesystem path to the original source .proto.
getSourceFile() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
Identifies the filesystem path to the original source .proto.
getSourceFileBytes() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the filesystem path to the original source .proto.
getSourceFileBytes() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
Identifies the filesystem path to the original source .proto.
getSourceFileBytes() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
Identifies the filesystem path to the original source .proto.
getSpan(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column.
getSpan(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column.
getSpan(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column.
getSpanCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column.
getSpanCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column.
getSpanCount() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column.
getSpanList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column.
getSpanList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column.
getSpanList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column.
getStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
Inclusive.
getStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
Inclusive.
getStart() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
Inclusive.
getStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
Inclusive.
getStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
Inclusive.
getStart() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder
Inclusive.
getStart() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
Inclusive.
getStart() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
Inclusive.
getStart() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder
Inclusive.
getStart() - Method in class logproto.Logproto.LabelRequest.Builder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
getStart() - Method in class logproto.Logproto.LabelRequest
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
getStart() - Method in interface logproto.Logproto.LabelRequestOrBuilder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
getStart() - Method in class logproto.Logproto.QueryRequest.Builder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStart() - Method in class logproto.Logproto.QueryRequest
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStart() - Method in interface logproto.Logproto.QueryRequestOrBuilder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStart() - Method in class logproto.Logproto.SampleQueryRequest.Builder
.google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStart() - Method in class logproto.Logproto.SampleQueryRequest
.google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStart() - Method in interface logproto.Logproto.SampleQueryRequestOrBuilder
.google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStart() - Method in class logproto.Logproto.SeriesRequest.Builder
.google.protobuf.Timestamp start = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStart() - Method in class logproto.Logproto.SeriesRequest
.google.protobuf.Timestamp start = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStart() - Method in interface logproto.Logproto.SeriesRequestOrBuilder
.google.protobuf.Timestamp start = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStart() - Method in class logproto.Logproto.TailRequest.Builder
.google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStart() - Method in class logproto.Logproto.TailRequest
.google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStart() - Method in interface logproto.Logproto.TailRequestOrBuilder
.google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStartBuilder() - Method in class logproto.Logproto.LabelRequest.Builder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
getStartBuilder() - Method in class logproto.Logproto.QueryRequest.Builder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStartBuilder() - Method in class logproto.Logproto.SampleQueryRequest.Builder
.google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStartBuilder() - Method in class logproto.Logproto.SeriesRequest.Builder
.google.protobuf.Timestamp start = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStartBuilder() - Method in class logproto.Logproto.TailRequest.Builder
.google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStartOrBuilder() - Method in class logproto.Logproto.LabelRequest.Builder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
getStartOrBuilder() - Method in class logproto.Logproto.LabelRequest
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
getStartOrBuilder() - Method in interface logproto.Logproto.LabelRequestOrBuilder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
getStartOrBuilder() - Method in class logproto.Logproto.QueryRequest.Builder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStartOrBuilder() - Method in class logproto.Logproto.QueryRequest
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStartOrBuilder() - Method in interface logproto.Logproto.QueryRequestOrBuilder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStartOrBuilder() - Method in class logproto.Logproto.SampleQueryRequest.Builder
.google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStartOrBuilder() - Method in class logproto.Logproto.SampleQueryRequest
.google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStartOrBuilder() - Method in interface logproto.Logproto.SampleQueryRequestOrBuilder
.google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStartOrBuilder() - Method in class logproto.Logproto.SeriesRequest.Builder
.google.protobuf.Timestamp start = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStartOrBuilder() - Method in class logproto.Logproto.SeriesRequest
.google.protobuf.Timestamp start = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStartOrBuilder() - Method in interface logproto.Logproto.SeriesRequestOrBuilder
.google.protobuf.Timestamp start = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStartOrBuilder() - Method in class logproto.Logproto.TailRequest.Builder
.google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStartOrBuilder() - Method in class logproto.Logproto.TailRequest
.google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStartOrBuilder() - Method in interface logproto.Logproto.TailRequestOrBuilder
.google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getStream() - Method in class logproto.Logproto.TailResponse.Builder
.logproto.StreamAdapter stream = 1 [(.gogoproto.customtype) = "Stream"];
getStream() - Method in class logproto.Logproto.TailResponse
.logproto.StreamAdapter stream = 1 [(.gogoproto.customtype) = "Stream"];
getStream() - Method in interface logproto.Logproto.TailResponseOrBuilder
.logproto.StreamAdapter stream = 1 [(.gogoproto.customtype) = "Stream"];
getStreamBuilder() - Method in class logproto.Logproto.TailResponse.Builder
.logproto.StreamAdapter stream = 1 [(.gogoproto.customtype) = "Stream"];
getStreamOrBuilder() - Method in class logproto.Logproto.TailResponse.Builder
.logproto.StreamAdapter stream = 1 [(.gogoproto.customtype) = "Stream"];
getStreamOrBuilder() - Method in class logproto.Logproto.TailResponse
.logproto.StreamAdapter stream = 1 [(.gogoproto.customtype) = "Stream"];
getStreamOrBuilder() - Method in interface logproto.Logproto.TailResponseOrBuilder
.logproto.StreamAdapter stream = 1 [(.gogoproto.customtype) = "Stream"];
getStreams(int) - Method in class logproto.Logproto.PushRequest.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
getStreams(int) - Method in class logproto.Logproto.PushRequest
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
getStreams(int) - Method in interface logproto.Logproto.PushRequestOrBuilder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
getStreams(int) - Method in class logproto.Logproto.QueryResponse.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
getStreams(int) - Method in class logproto.Logproto.QueryResponse
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
getStreams(int) - Method in interface logproto.Logproto.QueryResponseOrBuilder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
getStreamsBuilder(int) - Method in class logproto.Logproto.PushRequest.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
getStreamsBuilder(int) - Method in class logproto.Logproto.QueryResponse.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
getStreamsBuilderList() - Method in class logproto.Logproto.PushRequest.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
getStreamsBuilderList() - Method in class logproto.Logproto.QueryResponse.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
getStreamsCount() - Method in class logproto.Logproto.PushRequest.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
getStreamsCount() - Method in class logproto.Logproto.PushRequest
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
getStreamsCount() - Method in interface logproto.Logproto.PushRequestOrBuilder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
getStreamsCount() - Method in class logproto.Logproto.QueryResponse.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
getStreamsCount() - Method in class logproto.Logproto.QueryResponse
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
getStreamsCount() - Method in interface logproto.Logproto.QueryResponseOrBuilder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
getStreamsList() - Method in class logproto.Logproto.PushRequest.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
getStreamsList() - Method in class logproto.Logproto.PushRequest
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
getStreamsList() - Method in interface logproto.Logproto.PushRequestOrBuilder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
getStreamsList() - Method in class logproto.Logproto.QueryResponse.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
getStreamsList() - Method in class logproto.Logproto.QueryResponse
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
getStreamsList() - Method in interface logproto.Logproto.QueryResponseOrBuilder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
getStreamsOrBuilder(int) - Method in class logproto.Logproto.PushRequest.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
getStreamsOrBuilder(int) - Method in class logproto.Logproto.PushRequest
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
getStreamsOrBuilder(int) - Method in interface logproto.Logproto.PushRequestOrBuilder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
getStreamsOrBuilder(int) - Method in class logproto.Logproto.QueryResponse.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
getStreamsOrBuilder(int) - Method in class logproto.Logproto.QueryResponse
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
getStreamsOrBuilder(int) - Method in interface logproto.Logproto.QueryResponseOrBuilder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
getStreamsOrBuilderList() - Method in class logproto.Logproto.PushRequest.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
getStreamsOrBuilderList() - Method in class logproto.Logproto.PushRequest
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
getStreamsOrBuilderList() - Method in interface logproto.Logproto.PushRequestOrBuilder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
getStreamsOrBuilderList() - Method in class logproto.Logproto.QueryResponse.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
getStreamsOrBuilderList() - Method in class logproto.Logproto.QueryResponse
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
getStreamsOrBuilderList() - Method in interface logproto.Logproto.QueryResponseOrBuilder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
getStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional bytes string_value = 7;
getStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional bytes string_value = 7;
getStringValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional bytes string_value = 7;
getSwiftPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined.
getSwiftPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined.
getSwiftPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined.
getSwiftPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined.
getSwiftPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined.
getSwiftPrefixBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined.
getSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
The syntax of the proto file.
getSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
The syntax of the proto file.
getSyntax() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
The syntax of the proto file.
getSyntaxBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
The syntax of the proto file.
getSyntaxBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
The syntax of the proto file.
getSyntaxBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
The syntax of the proto file.
getTimestamp() - Method in class logproto.Logproto.EntryAdapter.Builder
.google.protobuf.Timestamp timestamp = 1 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "ts", (.gogoproto.stdtime) = true];
getTimestamp() - Method in class logproto.Logproto.EntryAdapter
.google.protobuf.Timestamp timestamp = 1 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "ts", (.gogoproto.stdtime) = true];
getTimestamp() - Method in interface logproto.Logproto.EntryAdapterOrBuilder
.google.protobuf.Timestamp timestamp = 1 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "ts", (.gogoproto.stdtime) = true];
getTimestamp() - Method in class logproto.Logproto.Sample.Builder
int64 timestamp = 1 [(.gogoproto.jsontag) = "ts"];
getTimestamp() - Method in class logproto.Logproto.Sample
int64 timestamp = 1 [(.gogoproto.jsontag) = "ts"];
getTimestamp() - Method in interface logproto.Logproto.SampleOrBuilder
int64 timestamp = 1 [(.gogoproto.jsontag) = "ts"];
getTimestampBuilder() - Method in class logproto.Logproto.EntryAdapter.Builder
.google.protobuf.Timestamp timestamp = 1 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "ts", (.gogoproto.stdtime) = true];
getTimestampOrBuilder() - Method in class logproto.Logproto.EntryAdapter.Builder
.google.protobuf.Timestamp timestamp = 1 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "ts", (.gogoproto.stdtime) = true];
getTimestampOrBuilder() - Method in class logproto.Logproto.EntryAdapter
.google.protobuf.Timestamp timestamp = 1 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "ts", (.gogoproto.stdtime) = true];
getTimestampOrBuilder() - Method in interface logproto.Logproto.EntryAdapterOrBuilder
.google.protobuf.Timestamp timestamp = 1 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "ts", (.gogoproto.stdtime) = true];
getTo() - Method in class logproto.Logproto.DroppedStream.Builder
.google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getTo() - Method in class logproto.Logproto.DroppedStream
.google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getTo() - Method in interface logproto.Logproto.DroppedStreamOrBuilder
.google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getToBuilder() - Method in class logproto.Logproto.DroppedStream.Builder
.google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getToOrBuilder() - Method in class logproto.Logproto.DroppedStream.Builder
.google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getToOrBuilder() - Method in class logproto.Logproto.DroppedStream
.google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getToOrBuilder() - Method in interface logproto.Logproto.DroppedStreamOrBuilder
.google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
getTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string trailing_comments = 4;
getTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
optional string trailing_comments = 4;
getTrailingComments() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
optional string trailing_comments = 4;
getTrailingCommentsBytes() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string trailing_comments = 4;
getTrailingCommentsBytes() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
optional string trailing_comments = 4;
getTrailingCommentsBytes() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
optional string trailing_comments = 4;
getType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
If type_name is set, this need not be set.
getType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
If type_name is set, this need not be set.
getType() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
If type_name is set, this need not be set.
getTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
For message and enum types, this is the name of the type.
getTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
For message and enum types, this is the name of the type.
getTypeName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
For message and enum types, this is the name of the type.
getTypeNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
For message and enum types, this is the name of the type.
getTypeNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
For message and enum types, this is the name of the type.
getTypeNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
For message and enum types, this is the name of the type.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
The parser stores options it doesn't recognize here.
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
The parser stores options it doesn't recognize here.
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
The parser stores options it doesn't recognize here.
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
getUnknownFields() - Method in class com.google.protobuf.Timestamp
 
getUnknownFields() - Method in class logproto.Logproto.Chunk
 
getUnknownFields() - Method in class logproto.Logproto.DroppedStream
 
getUnknownFields() - Method in class logproto.Logproto.EntryAdapter
 
getUnknownFields() - Method in class logproto.Logproto.LabelPair
 
getUnknownFields() - Method in class logproto.Logproto.LabelRequest
 
getUnknownFields() - Method in class logproto.Logproto.LabelResponse
 
getUnknownFields() - Method in class logproto.Logproto.PushRequest
 
getUnknownFields() - Method in class logproto.Logproto.PushResponse
 
getUnknownFields() - Method in class logproto.Logproto.QueryRequest
 
getUnknownFields() - Method in class logproto.Logproto.QueryResponse
 
getUnknownFields() - Method in class logproto.Logproto.Sample
 
getUnknownFields() - Method in class logproto.Logproto.SampleQueryRequest
 
getUnknownFields() - Method in class logproto.Logproto.SampleQueryResponse
 
getUnknownFields() - Method in class logproto.Logproto.Series
 
getUnknownFields() - Method in class logproto.Logproto.SeriesIdentifier
 
getUnknownFields() - Method in class logproto.Logproto.SeriesRequest
 
getUnknownFields() - Method in class logproto.Logproto.SeriesResponse
 
getUnknownFields() - Method in class logproto.Logproto.StreamAdapter
 
getUnknownFields() - Method in class logproto.Logproto.TailersCountRequest
 
getUnknownFields() - Method in class logproto.Logproto.TailersCountResponse
 
getUnknownFields() - Method in class logproto.Logproto.TailRequest
 
getUnknownFields() - Method in class logproto.Logproto.TailResponse
 
getUnknownFields() - Method in class logproto.Logproto.TimeSeriesChunk
 
getUnknownFields() - Method in class logproto.Logproto.TransferChunksResponse
 
getUserId() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
string user_id = 2;
getUserId() - Method in class logproto.Logproto.TimeSeriesChunk
string user_id = 2;
getUserId() - Method in interface logproto.Logproto.TimeSeriesChunkOrBuilder
string user_id = 2;
getUserIdBytes() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
string user_id = 2;
getUserIdBytes() - Method in class logproto.Logproto.TimeSeriesChunk
string user_id = 2;
getUserIdBytes() - Method in interface logproto.Logproto.TimeSeriesChunkOrBuilder
string user_id = 2;
getValue() - Method in class logproto.Logproto.LabelPair.Builder
string value = 2;
getValue() - Method in class logproto.Logproto.LabelPair
string value = 2;
getValue() - Method in interface logproto.Logproto.LabelPairOrBuilder
string value = 2;
getValue() - Method in class logproto.Logproto.Sample.Builder
double value = 2 [(.gogoproto.jsontag) = "value"];
getValue() - Method in class logproto.Logproto.Sample
double value = 2 [(.gogoproto.jsontag) = "value"];
getValue() - Method in interface logproto.Logproto.SampleOrBuilder
double value = 2 [(.gogoproto.jsontag) = "value"];
getValue(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValue(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValue(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueBytes() - Method in class logproto.Logproto.LabelPair.Builder
string value = 2;
getValueBytes() - Method in class logproto.Logproto.LabelPair
string value = 2;
getValueBytes() - Method in interface logproto.Logproto.LabelPairOrBuilder
string value = 2;
getValueCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueCount() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
 
getValueDescriptor() - Method in enum logproto.Logproto.Direction
 
getValueList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueList() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValues() - Method in class logproto.Logproto.LabelRequest.Builder
True to fetch label values, false for fetch labels names.
getValues() - Method in class logproto.Logproto.LabelRequest
True to fetch label values, false for fetch labels names.
getValues() - Method in interface logproto.Logproto.LabelRequestOrBuilder
True to fetch label values, false for fetch labels names.
getValues(int) - Method in class logproto.Logproto.LabelResponse.Builder
repeated string values = 1;
getValues(int) - Method in class logproto.Logproto.LabelResponse
repeated string values = 1;
getValues(int) - Method in interface logproto.Logproto.LabelResponseOrBuilder
repeated string values = 1;
getValuesBytes(int) - Method in class logproto.Logproto.LabelResponse.Builder
repeated string values = 1;
getValuesBytes(int) - Method in class logproto.Logproto.LabelResponse
repeated string values = 1;
getValuesBytes(int) - Method in interface logproto.Logproto.LabelResponseOrBuilder
repeated string values = 1;
getValuesCount() - Method in class logproto.Logproto.LabelResponse.Builder
repeated string values = 1;
getValuesCount() - Method in class logproto.Logproto.LabelResponse
repeated string values = 1;
getValuesCount() - Method in interface logproto.Logproto.LabelResponseOrBuilder
repeated string values = 1;
getValuesList() - Method in class logproto.Logproto.LabelResponse.Builder
repeated string values = 1;
getValuesList() - Method in class logproto.Logproto.LabelResponse
repeated string values = 1;
getValuesList() - Method in interface logproto.Logproto.LabelResponseOrBuilder
repeated string values = 1;
getWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
For Google-internal migration only.
getWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
For Google-internal migration only.
getWeak() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
For Google-internal migration only.
getWeakDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Indexes of the weak imported files in the dependency list.
getWeakDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
Indexes of the weak imported files in the dependency list.
getWeakDependency(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
Indexes of the weak imported files in the dependency list.
getWeakDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Indexes of the weak imported files in the dependency list.
getWeakDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
Indexes of the weak imported files in the dependency list.
getWeakDependencyCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
Indexes of the weak imported files in the dependency list.
getWeakDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Indexes of the weak imported files in the dependency list.
getWeakDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
Indexes of the weak imported files in the dependency list.
getWeakDependencyList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
Indexes of the weak imported files in the dependency list.
GO_PACKAGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
GOGOPROTO_IMPORT_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
gogoprotoImport - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
GoGoProtos - Class in com.google.protobuf
 
GOPROTO_ENUM_PREFIX_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_ENUM_PREFIX_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_ENUM_STRINGER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_ENUM_STRINGER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_EXTENSIONS_MAP_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_EXTENSIONS_MAP_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_GETTERS_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_GETTERS_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_REGISTRATION_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_SIZECACHE_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_SIZECACHE_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_STRINGER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_STRINGER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_UNKEYED_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_UNKEYED_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_UNRECOGNIZED_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_UNRECOGNIZED_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
goprotoEnumPrefix - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.EnumOptions { ...
goprotoEnumPrefixAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
goprotoEnumStringer - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.EnumOptions { ...
goprotoEnumStringerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
goprotoExtensionsMap - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
goprotoExtensionsMapAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
goprotoGetters - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
goprotoGettersAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
goprotoRegistration - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
goprotoSizecache - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
goprotoSizecacheAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
goprotoStringer - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
goprotoStringerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
goprotoUnkeyed - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
goprotoUnkeyedAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
goprotoUnrecognized - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
goprotoUnrecognizedAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
gostring - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
GOSTRING_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOSTRING_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
gostringAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
GROUPS_FIELD_NUMBER - Static variable in class logproto.Logproto.SeriesRequest
 

H

hasAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string aggregate_value = 8;
hasAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional string aggregate_value = 8;
hasAggregateValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional string aggregate_value = 8;
hasAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
Set this option to true to allow mapping different tag names to the same value.
hasAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
Set this option to true to allow mapping different tag names to the same value.
hasAllowAlias() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
Set this option to true to allow mapping different tag names to the same value.
hasBegin() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the starting offset in bytes in the generated code that relates to the identified object.
hasBegin() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
Identifies the starting offset in bytes in the generated code that relates to the identified object.
hasBegin() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
Identifies the starting offset in bytes in the generated code that relates to the identified object.
hasCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Enables the use of arenas for the proto messages in this file.
hasCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Enables the use of arenas for the proto messages in this file.
hasCcEnableArenas() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Enables the use of arenas for the proto messages in this file.
hasCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Should generic services be generated in each language? "Generic" services are not specific to any particular RPC system.
hasCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Should generic services be generated in each language? "Generic" services are not specific to any particular RPC system.
hasCcGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Should generic services be generated in each language? "Generic" services are not specific to any particular RPC system.
hasClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
Identifies if client streams multiple client messages
hasClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
Identifies if client streams multiple client messages
hasClientStreaming() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
Identifies if client streams multiple client messages
hasCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Namespace for generated classes; defaults to the package.
hasCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Namespace for generated classes; defaults to the package.
hasCsharpNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Namespace for generated classes; defaults to the package.
hasCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The ctype option instructs the C++ code generator to use a different representation of the field than it normally would.
hasCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
The ctype option instructs the C++ code generator to use a different representation of the field than it normally would.
hasCtype() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
The ctype option instructs the C++ code generator to use a different representation of the field than it normally would.
hasDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
For numeric types, contains the original text representation of the value.
hasDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
For numeric types, contains the original text representation of the value.
hasDefaultValue() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
For numeric types, contains the original text representation of the value.
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
Is this enum deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum, or it will be completely ignored; in the very least, this is a formalization for deprecating enums.
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
Is this enum deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum, or it will be completely ignored; in the very least, this is a formalization for deprecating enums.
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
Is this enum deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum, or it will be completely ignored; in the very least, this is a formalization for deprecating enums.
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
Is this enum value deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum value, or it will be completely ignored; in the very least, this is a formalization for deprecating enum values.
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
Is this enum value deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum value, or it will be completely ignored; in the very least, this is a formalization for deprecating enum values.
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
Is this enum value deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum value, or it will be completely ignored; in the very least, this is a formalization for deprecating enum values.
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
Is this field deprecated? Depending on the target platform, this can emit Deprecated annotations for accessors, or it will be completely ignored; in the very least, this is a formalization for deprecating fields.
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
Is this field deprecated? Depending on the target platform, this can emit Deprecated annotations for accessors, or it will be completely ignored; in the very least, this is a formalization for deprecating fields.
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
Is this field deprecated? Depending on the target platform, this can emit Deprecated annotations for accessors, or it will be completely ignored; in the very least, this is a formalization for deprecating fields.
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Is this file deprecated? Depending on the target platform, this can emit Deprecated annotations for everything in the file, or it will be completely ignored; in the very least, this is a formalization for deprecating files.
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Is this file deprecated? Depending on the target platform, this can emit Deprecated annotations for everything in the file, or it will be completely ignored; in the very least, this is a formalization for deprecating files.
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Is this file deprecated? Depending on the target platform, this can emit Deprecated annotations for everything in the file, or it will be completely ignored; in the very least, this is a formalization for deprecating files.
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Is this message deprecated? Depending on the target platform, this can emit Deprecated annotations for the message, or it will be completely ignored; in the very least, this is a formalization for deprecating messages.
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
Is this message deprecated? Depending on the target platform, this can emit Deprecated annotations for the message, or it will be completely ignored; in the very least, this is a formalization for deprecating messages.
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
Is this message deprecated? Depending on the target platform, this can emit Deprecated annotations for the message, or it will be completely ignored; in the very least, this is a formalization for deprecating messages.
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
Is this method deprecated? Depending on the target platform, this can emit Deprecated annotations for the method, or it will be completely ignored; in the very least, this is a formalization for deprecating methods.
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
Is this method deprecated? Depending on the target platform, this can emit Deprecated annotations for the method, or it will be completely ignored; in the very least, this is a formalization for deprecating methods.
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
Is this method deprecated? Depending on the target platform, this can emit Deprecated annotations for the method, or it will be completely ignored; in the very least, this is a formalization for deprecating methods.
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
Is this service deprecated? Depending on the target platform, this can emit Deprecated annotations for the service, or it will be completely ignored; in the very least, this is a formalization for deprecating services.
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
Is this service deprecated? Depending on the target platform, this can emit Deprecated annotations for the service, or it will be completely ignored; in the very least, this is a formalization for deprecating services.
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
Is this service deprecated? Depending on the target platform, this can emit Deprecated annotations for the service, or it will be completely ignored; in the very least, this is a formalization for deprecating services.
hasDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional double double_value = 6;
hasDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional double double_value = 6;
hasDoubleValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional double double_value = 6;
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
Exclusive.
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
Exclusive.
hasEnd() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
Exclusive.
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
Exclusive.
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
Exclusive.
hasEnd() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder
Exclusive.
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
Inclusive.
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
Inclusive.
hasEnd() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder
Inclusive.
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the ending offset in bytes in the generated code that relates to the identified offset.
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
Identifies the ending offset in bytes in the generated code that relates to the identified offset.
hasEnd() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
Identifies the ending offset in bytes in the generated code that relates to the identified offset.
hasEnd() - Method in class logproto.Logproto.LabelRequest.Builder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
hasEnd() - Method in class logproto.Logproto.LabelRequest
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
hasEnd() - Method in interface logproto.Logproto.LabelRequestOrBuilder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
hasEnd() - Method in class logproto.Logproto.QueryRequest.Builder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasEnd() - Method in class logproto.Logproto.QueryRequest
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasEnd() - Method in interface logproto.Logproto.QueryRequestOrBuilder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasEnd() - Method in class logproto.Logproto.SampleQueryRequest.Builder
.google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasEnd() - Method in class logproto.Logproto.SampleQueryRequest
.google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasEnd() - Method in interface logproto.Logproto.SampleQueryRequestOrBuilder
.google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasEnd() - Method in class logproto.Logproto.SeriesRequest.Builder
.google.protobuf.Timestamp end = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasEnd() - Method in class logproto.Logproto.SeriesRequest
.google.protobuf.Timestamp end = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasEnd() - Method in interface logproto.Logproto.SeriesRequestOrBuilder
.google.protobuf.Timestamp end = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
For extensions, this is the name of the type being extended.
hasExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
For extensions, this is the name of the type being extended.
hasExtendee() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
For extensions, this is the name of the type being extended.
hasFrom() - Method in class logproto.Logproto.DroppedStream.Builder
.google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasFrom() - Method in class logproto.Logproto.DroppedStream
.google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasFrom() - Method in interface logproto.Logproto.DroppedStreamOrBuilder
.google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the Go package where structs generated from this .proto will be placed.
hasGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Sets the Go package where structs generated from this .proto will be placed.
hasGoPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Sets the Go package where structs generated from this .proto will be placed.
HASH_FIELD_NUMBER - Static variable in class logproto.Logproto.Sample
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
hashCode() - Method in class com.google.protobuf.Timestamp
 
hashCode() - Method in class logproto.Logproto.Chunk
 
hashCode() - Method in class logproto.Logproto.DroppedStream
 
hashCode() - Method in class logproto.Logproto.EntryAdapter
 
hashCode() - Method in class logproto.Logproto.LabelPair
 
hashCode() - Method in class logproto.Logproto.LabelRequest
 
hashCode() - Method in class logproto.Logproto.LabelResponse
 
hashCode() - Method in class logproto.Logproto.PushRequest
 
hashCode() - Method in class logproto.Logproto.PushResponse
 
hashCode() - Method in class logproto.Logproto.QueryRequest
 
hashCode() - Method in class logproto.Logproto.QueryResponse
 
hashCode() - Method in class logproto.Logproto.Sample
 
hashCode() - Method in class logproto.Logproto.SampleQueryRequest
 
hashCode() - Method in class logproto.Logproto.SampleQueryResponse
 
hashCode() - Method in class logproto.Logproto.Series
 
hashCode() - Method in class logproto.Logproto.SeriesIdentifier
 
hashCode() - Method in class logproto.Logproto.SeriesRequest
 
hashCode() - Method in class logproto.Logproto.SeriesResponse
 
hashCode() - Method in class logproto.Logproto.StreamAdapter
 
hashCode() - Method in class logproto.Logproto.TailersCountRequest
 
hashCode() - Method in class logproto.Logproto.TailersCountResponse
 
hashCode() - Method in class logproto.Logproto.TailRequest
 
hashCode() - Method in class logproto.Logproto.TailResponse
 
hashCode() - Method in class logproto.Logproto.TimeSeriesChunk
 
hashCode() - Method in class logproto.Logproto.TransferChunksResponse
 
hasIdempotencyLevel() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
hasIdempotencyLevel() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
hasIdempotencyLevel() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
hasIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.
hasIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.
hasIdentifierValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.
hasInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
Input and output type names.
hasInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
Input and output type names.
hasInputType() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
Input and output type names.
hasIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required bool is_extension = 2;
hasIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
required bool is_extension = 2;
hasIsExtension() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
required bool is_extension = 2;
hasJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Deprecated.
hasJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Deprecated.
hasJavaGenerateEqualsAndHash() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Deprecated.
hasJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_generic_services = 17 [default = false];
hasJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool java_generic_services = 17 [default = false];
hasJavaGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool java_generic_services = 17 [default = false];
hasJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
If set true, then the Java code generator will generate a separate .java file for each top-level message, enum, and service defined in the .proto file.
hasJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
If set true, then the Java code generator will generate a separate .java file for each top-level message, enum, and service defined in the .proto file.
hasJavaMultipleFiles() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
If set true, then the Java code generator will generate a separate .java file for each top-level message, enum, and service defined in the .proto file.
hasJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
If set, all the classes from the .proto file are wrapped in a single outer class with the given name.
hasJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
If set, all the classes from the .proto file are wrapped in a single outer class with the given name.
hasJavaOuterClassname() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
If set, all the classes from the .proto file are wrapped in a single outer class with the given name.
hasJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the Java package where classes generated from this .proto will be placed.
hasJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Sets the Java package where classes generated from this .proto will be placed.
hasJavaPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Sets the Java package where classes generated from this .proto will be placed.
hasJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
If set true, then the Java2 code generator will generate code that throws an exception whenever an attempt is made to assign a non-UTF-8 byte sequence to a string field.
hasJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
If set true, then the Java2 code generator will generate code that throws an exception whenever an attempt is made to assign a non-UTF-8 byte sequence to a string field.
hasJavaStringCheckUtf8() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
If set true, then the Java2 code generator will generate code that throws an exception whenever an attempt is made to assign a non-UTF-8 byte sequence to a string field.
hasJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
JSON name of this field.
hasJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
JSON name of this field.
hasJsonName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
JSON name of this field.
hasJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The jstype option determines the JavaScript type used for values of the field.
hasJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
The jstype option determines the JavaScript type used for values of the field.
hasJstype() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
The jstype option determines the JavaScript type used for values of the field.
hasLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
hasLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
hasLabel() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
hasLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
Should this field be parsed lazily? Lazy applies only to message-type fields.
hasLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
Should this field be parsed lazily? Lazy applies only to message-type fields.
hasLazy() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
Should this field be parsed lazily? Lazy applies only to message-type fields.
hasLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration.
hasLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration.
hasLeadingComments() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration.
hasMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Whether the message is an automatically generated map entry type for the maps field.
hasMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
Whether the message is an automatically generated map entry type for the maps field.
hasMapEntry() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
Whether the message is an automatically generated map entry type for the maps field.
hasMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Set true to use the old proto1 MessageSet wire format for extensions.
hasMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
Set true to use the old proto1 MessageSet wire format for extensions.
hasMessageSetWireFormat() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
Set true to use the old proto1 MessageSet wire format for extensions.
hasName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
optional string name = 1;
hasName() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
optional string name = 1;
hasName() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional string name = 1;
hasName() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string name = 1;
hasName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
file name, relative to root of source tree
hasName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
file name, relative to root of source tree
hasName() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
file name, relative to root of source tree
hasName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string name = 1;
hasName() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
optional string name = 1;
hasName() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
optional string name = 1;
hasName() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
optional string name = 1;
hasNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required string name_part = 1;
hasNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
required string name_part = 1;
hasNamePart() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
required string name_part = 1;
hasNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional int64 negative_int_value = 5;
hasNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional int64 negative_int_value = 5;
hasNegativeIntValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional int64 negative_int_value = 5;
hasNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Disables the generation of the standard "descriptor()" accessor, which can conflict with a field of the same name.
hasNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
Disables the generation of the standard "descriptor()" accessor, which can conflict with a field of the same name.
hasNoStandardDescriptorAccessor() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
Disables the generation of the standard "descriptor()" accessor, which can conflict with a field of the same name.
hasNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional int32 number = 2;
hasNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional int32 number = 2;
hasNumber() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional int32 number = 2;
hasNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 number = 3;
hasNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional int32 number = 3;
hasNumber() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional int32 number = 3;
hasObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto.
hasObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto.
hasObjcClassPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto.
hasOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
If set, gives the index of a oneof in the containing type's oneof_decl list.
hasOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
If set, gives the index of a oneof in the containing type's oneof_decl list.
hasOneofIndex() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
If set, gives the index of a oneof in the containing type's oneof_decl list.
hasOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
hasOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
hasOptimizeFor() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional .google.protobuf.ExtensionRangeOptions options = 3;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
optional .google.protobuf.ExtensionRangeOptions options = 3;
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
optional .google.protobuf.ExtensionRangeOptions options = 3;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
optional .google.protobuf.MessageOptions options = 7;
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
optional .google.protobuf.MessageOptions options = 7;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
optional .google.protobuf.EnumOptions options = 3;
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
optional .google.protobuf.EnumOptions options = 3;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional .google.protobuf.EnumValueOptions options = 3;
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional .google.protobuf.EnumValueOptions options = 3;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldOptions options = 8;
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldOptions options = 8;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional .google.protobuf.FileOptions options = 8;
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional .google.protobuf.FileOptions options = 8;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional .google.protobuf.MethodOptions options = 4;
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional .google.protobuf.MethodOptions options = 4;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional .google.protobuf.OneofOptions options = 2;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
optional .google.protobuf.OneofOptions options = 2;
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
optional .google.protobuf.OneofOptions options = 2;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
optional .google.protobuf.ServiceOptions options = 3;
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
optional .google.protobuf.ServiceOptions options = 3;
hasOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string output_type = 3;
hasOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string output_type = 3;
hasOutputType() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string output_type = 3;
hasPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
e.g.
hasPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
e.g.
hasPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
e.g.
hasPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The packed option can be enabled for repeated primitive fields to enable a more efficient representation on the wire.
hasPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
The packed option can be enabled for repeated primitive fields to enable a more efficient representation on the wire.
hasPacked() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
The packed option can be enabled for repeated primitive fields to enable a more efficient representation on the wire.
hasPhpClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the php class prefix which is prepended to all php generated classes from this .proto.
hasPhpClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Sets the php class prefix which is prepended to all php generated classes from this .proto.
hasPhpClassPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Sets the php class prefix which is prepended to all php generated classes from this .proto.
hasPhpGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool php_generic_services = 42 [default = false];
hasPhpGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool php_generic_services = 42 [default = false];
hasPhpGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool php_generic_services = 42 [default = false];
hasPhpMetadataNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Use this option to change the namespace of php generated metadata classes.
hasPhpMetadataNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Use this option to change the namespace of php generated metadata classes.
hasPhpMetadataNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Use this option to change the namespace of php generated metadata classes.
hasPhpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Use this option to change the namespace of php generated classes.
hasPhpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Use this option to change the namespace of php generated classes.
hasPhpNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Use this option to change the namespace of php generated classes.
hasPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional uint64 positive_int_value = 4;
hasPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional uint64 positive_int_value = 4;
hasPositiveIntValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional uint64 positive_int_value = 4;
hasProto3Optional() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
If true, this is a proto3 "optional".
hasProto3Optional() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
If true, this is a proto3 "optional".
hasProto3Optional() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
If true, this is a proto3 "optional".
hasPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool py_generic_services = 18 [default = false];
hasPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool py_generic_services = 18 [default = false];
hasPyGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool py_generic_services = 18 [default = false];
hasRubyPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Use this option to change the package of ruby generated classes.
hasRubyPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Use this option to change the package of ruby generated classes.
hasRubyPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Use this option to change the package of ruby generated classes.
hasServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
Identifies if server streams multiple server messages
hasServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
Identifies if server streams multiple server messages
hasServerStreaming() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
Identifies if server streams multiple server messages
hasSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
This field contains optional information about the original source code.
hasSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
This field contains optional information about the original source code.
hasSourceCodeInfo() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
This field contains optional information about the original source code.
hasSourceFile() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the filesystem path to the original source .proto.
hasSourceFile() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
Identifies the filesystem path to the original source .proto.
hasSourceFile() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
Identifies the filesystem path to the original source .proto.
hasStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
Inclusive.
hasStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
Inclusive.
hasStart() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
Inclusive.
hasStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
Inclusive.
hasStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
Inclusive.
hasStart() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder
Inclusive.
hasStart() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
Inclusive.
hasStart() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
Inclusive.
hasStart() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder
Inclusive.
hasStart() - Method in class logproto.Logproto.LabelRequest.Builder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
hasStart() - Method in class logproto.Logproto.LabelRequest
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
hasStart() - Method in interface logproto.Logproto.LabelRequestOrBuilder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
hasStart() - Method in class logproto.Logproto.QueryRequest.Builder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasStart() - Method in class logproto.Logproto.QueryRequest
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasStart() - Method in interface logproto.Logproto.QueryRequestOrBuilder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasStart() - Method in class logproto.Logproto.SampleQueryRequest.Builder
.google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasStart() - Method in class logproto.Logproto.SampleQueryRequest
.google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasStart() - Method in interface logproto.Logproto.SampleQueryRequestOrBuilder
.google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasStart() - Method in class logproto.Logproto.SeriesRequest.Builder
.google.protobuf.Timestamp start = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasStart() - Method in class logproto.Logproto.SeriesRequest
.google.protobuf.Timestamp start = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasStart() - Method in interface logproto.Logproto.SeriesRequestOrBuilder
.google.protobuf.Timestamp start = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasStart() - Method in class logproto.Logproto.TailRequest.Builder
.google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasStart() - Method in class logproto.Logproto.TailRequest
.google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasStart() - Method in interface logproto.Logproto.TailRequestOrBuilder
.google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasStream() - Method in class logproto.Logproto.TailResponse.Builder
.logproto.StreamAdapter stream = 1 [(.gogoproto.customtype) = "Stream"];
hasStream() - Method in class logproto.Logproto.TailResponse
.logproto.StreamAdapter stream = 1 [(.gogoproto.customtype) = "Stream"];
hasStream() - Method in interface logproto.Logproto.TailResponseOrBuilder
.logproto.StreamAdapter stream = 1 [(.gogoproto.customtype) = "Stream"];
hasStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional bytes string_value = 7;
hasStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional bytes string_value = 7;
hasStringValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional bytes string_value = 7;
hasSwiftPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined.
hasSwiftPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined.
hasSwiftPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined.
hasSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
The syntax of the proto file.
hasSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
The syntax of the proto file.
hasSyntax() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
The syntax of the proto file.
hasTimestamp() - Method in class logproto.Logproto.EntryAdapter.Builder
.google.protobuf.Timestamp timestamp = 1 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "ts", (.gogoproto.stdtime) = true];
hasTimestamp() - Method in class logproto.Logproto.EntryAdapter
.google.protobuf.Timestamp timestamp = 1 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "ts", (.gogoproto.stdtime) = true];
hasTimestamp() - Method in interface logproto.Logproto.EntryAdapterOrBuilder
.google.protobuf.Timestamp timestamp = 1 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "ts", (.gogoproto.stdtime) = true];
hasTo() - Method in class logproto.Logproto.DroppedStream.Builder
.google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasTo() - Method in class logproto.Logproto.DroppedStream
.google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasTo() - Method in interface logproto.Logproto.DroppedStreamOrBuilder
.google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
hasTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string trailing_comments = 4;
hasTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
optional string trailing_comments = 4;
hasTrailingComments() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
optional string trailing_comments = 4;
hasType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
If type_name is set, this need not be set.
hasType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
If type_name is set, this need not be set.
hasType() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
If type_name is set, this need not be set.
hasTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
For message and enum types, this is the name of the type.
hasTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
For message and enum types, this is the name of the type.
hasTypeName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
For message and enum types, this is the name of the type.
hasWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
For Google-internal migration only.
hasWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
For Google-internal migration only.
hasWeak() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
For Google-internal migration only.

I

IDEMPOTENCY_LEVEL_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodOptions
 
IDEMPOTENCY_UNKNOWN - com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
IDEMPOTENCY_UNKNOWN = 0;
IDEMPOTENCY_UNKNOWN_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
IDEMPOTENCY_UNKNOWN = 0;
IDEMPOTENT - com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
idempotent, but may have side effects
IDEMPOTENT_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
idempotent, but may have side effects
IDENTIFIER_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
IngesterGrpc - Class in logproto
 
IngesterGrpc.IngesterBlockingStub - Class in logproto
 
IngesterGrpc.IngesterFutureStub - Class in logproto
 
IngesterGrpc.IngesterImplBase - Class in logproto
 
IngesterGrpc.IngesterStub - Class in logproto
 
IngesterImplBase() - Constructor for class logproto.IngesterGrpc.IngesterImplBase
 
INPUT_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Timestamp.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Timestamp
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.Chunk.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.Chunk
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.DroppedStream.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.DroppedStream
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.EntryAdapter.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.EntryAdapter
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.LabelPair.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.LabelPair
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.LabelRequest.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.LabelRequest
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.LabelResponse.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.LabelResponse
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.PushRequest.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.PushRequest
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.PushResponse.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.PushResponse
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.QueryRequest.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.QueryRequest
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.QueryResponse.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.QueryResponse
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.Sample.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.Sample
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.SampleQueryRequest.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.SampleQueryRequest
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.SampleQueryResponse.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.SampleQueryResponse
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.Series.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.Series
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.SeriesIdentifier
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.SeriesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.SeriesRequest
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.SeriesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.SeriesResponse
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.StreamAdapter.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.StreamAdapter
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.TailersCountRequest.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.TailersCountRequest
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.TailersCountResponse.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.TailersCountResponse
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.TailRequest.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.TailRequest
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.TailResponse.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.TailResponse
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.TimeSeriesChunk
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.TransferChunksResponse.Builder
 
internalGetFieldAccessorTable() - Method in class logproto.Logproto.TransferChunksResponse
 
internalGetMapField(int) - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
internalGetMapField(int) - Method in class logproto.Logproto.SeriesIdentifier
 
internalGetMutableMapField(int) - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
 
internalGetValueMap() - Static method in enum logproto.Logproto.Direction
 
IS_EXTENSION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
isInitialized() - Method in class com.google.protobuf.Timestamp.Builder
 
isInitialized() - Method in class com.google.protobuf.Timestamp
 
isInitialized() - Method in class logproto.Logproto.Chunk.Builder
 
isInitialized() - Method in class logproto.Logproto.Chunk
 
isInitialized() - Method in class logproto.Logproto.DroppedStream.Builder
 
isInitialized() - Method in class logproto.Logproto.DroppedStream
 
isInitialized() - Method in class logproto.Logproto.EntryAdapter.Builder
 
isInitialized() - Method in class logproto.Logproto.EntryAdapter
 
isInitialized() - Method in class logproto.Logproto.LabelPair.Builder
 
isInitialized() - Method in class logproto.Logproto.LabelPair
 
isInitialized() - Method in class logproto.Logproto.LabelRequest.Builder
 
isInitialized() - Method in class logproto.Logproto.LabelRequest
 
isInitialized() - Method in class logproto.Logproto.LabelResponse.Builder
 
isInitialized() - Method in class logproto.Logproto.LabelResponse
 
isInitialized() - Method in class logproto.Logproto.PushRequest.Builder
 
isInitialized() - Method in class logproto.Logproto.PushRequest
 
isInitialized() - Method in class logproto.Logproto.PushResponse.Builder
 
isInitialized() - Method in class logproto.Logproto.PushResponse
 
isInitialized() - Method in class logproto.Logproto.QueryRequest.Builder
 
isInitialized() - Method in class logproto.Logproto.QueryRequest
 
isInitialized() - Method in class logproto.Logproto.QueryResponse.Builder
 
isInitialized() - Method in class logproto.Logproto.QueryResponse
 
isInitialized() - Method in class logproto.Logproto.Sample.Builder
 
isInitialized() - Method in class logproto.Logproto.Sample
 
isInitialized() - Method in class logproto.Logproto.SampleQueryRequest.Builder
 
isInitialized() - Method in class logproto.Logproto.SampleQueryRequest
 
isInitialized() - Method in class logproto.Logproto.SampleQueryResponse.Builder
 
isInitialized() - Method in class logproto.Logproto.SampleQueryResponse
 
isInitialized() - Method in class logproto.Logproto.Series.Builder
 
isInitialized() - Method in class logproto.Logproto.Series
 
isInitialized() - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
isInitialized() - Method in class logproto.Logproto.SeriesIdentifier
 
isInitialized() - Method in class logproto.Logproto.SeriesRequest.Builder
 
isInitialized() - Method in class logproto.Logproto.SeriesRequest
 
isInitialized() - Method in class logproto.Logproto.SeriesResponse.Builder
 
isInitialized() - Method in class logproto.Logproto.SeriesResponse
 
isInitialized() - Method in class logproto.Logproto.StreamAdapter.Builder
 
isInitialized() - Method in class logproto.Logproto.StreamAdapter
 
isInitialized() - Method in class logproto.Logproto.TailersCountRequest.Builder
 
isInitialized() - Method in class logproto.Logproto.TailersCountRequest
 
isInitialized() - Method in class logproto.Logproto.TailersCountResponse.Builder
 
isInitialized() - Method in class logproto.Logproto.TailersCountResponse
 
isInitialized() - Method in class logproto.Logproto.TailRequest.Builder
 
isInitialized() - Method in class logproto.Logproto.TailRequest
 
isInitialized() - Method in class logproto.Logproto.TailResponse.Builder
 
isInitialized() - Method in class logproto.Logproto.TailResponse
 
isInitialized() - Method in class logproto.Logproto.TimeSeriesChunk.Builder
 
isInitialized() - Method in class logproto.Logproto.TimeSeriesChunk
 
isInitialized() - Method in class logproto.Logproto.TransferChunksResponse.Builder
 
isInitialized() - Method in class logproto.Logproto.TransferChunksResponse
 

J

JAVA_GENERATE_EQUALS_AND_HASH_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JAVA_GENERIC_SERVICES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JAVA_MULTIPLE_FILES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JAVA_OUTER_CLASSNAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JAVA_PACKAGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JAVA_STRING_CHECK_UTF8_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JS_NORMAL - com.google.protobuf.DescriptorProtos.FieldOptions.JSType
Use the default type.
JS_NORMAL_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
Use the default type.
JS_NUMBER - com.google.protobuf.DescriptorProtos.FieldOptions.JSType
Use JavaScript numbers.
JS_NUMBER_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
Use JavaScript numbers.
JS_STRING - com.google.protobuf.DescriptorProtos.FieldOptions.JSType
Use JavaScript strings.
JS_STRING_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
Use JavaScript strings.
JSON_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
jsontag - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
JSONTAG_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
JSTYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 

L

label(Logproto.LabelRequest) - Method in class logproto.QuerierGrpc.QuerierBlockingStub
 
label(Logproto.LabelRequest) - Method in class logproto.QuerierGrpc.QuerierFutureStub
 
label(Logproto.LabelRequest, StreamObserver<Logproto.LabelResponse>) - Method in class logproto.QuerierGrpc.QuerierImplBase
 
label(Logproto.LabelRequest, StreamObserver<Logproto.LabelResponse>) - Method in class logproto.QuerierGrpc.QuerierStub
 
LABEL_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
LABEL_OPTIONAL - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
0 is reserved for errors
LABEL_OPTIONAL_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
0 is reserved for errors
LABEL_REPEATED - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
LABEL_REPEATED = 3;
LABEL_REPEATED_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
LABEL_REPEATED = 3;
LABEL_REQUIRED - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
LABEL_REQUIRED = 2;
LABEL_REQUIRED_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
LABEL_REQUIRED = 2;
LABELS_FIELD_NUMBER - Static variable in class logproto.Logproto.DroppedStream
 
LABELS_FIELD_NUMBER - Static variable in class logproto.Logproto.Series
 
LABELS_FIELD_NUMBER - Static variable in class logproto.Logproto.SeriesIdentifier
 
LABELS_FIELD_NUMBER - Static variable in class logproto.Logproto.StreamAdapter
 
LABELS_FIELD_NUMBER - Static variable in class logproto.Logproto.TimeSeriesChunk
 
LAZY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
LEADING_COMMENTS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
LEADING_DETACHED_COMMENTS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
LIMIT_FIELD_NUMBER - Static variable in class logproto.Logproto.QueryRequest
 
LIMIT_FIELD_NUMBER - Static variable in class logproto.Logproto.TailRequest
 
LINE_FIELD_NUMBER - Static variable in class logproto.Logproto.EntryAdapter
 
LITE_RUNTIME - com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
Generate code using MessageLite and the lite runtime.
LITE_RUNTIME_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
Generate code using MessageLite and the lite runtime.
LOCATION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
logproto - package logproto
 
Logproto - Class in logproto
 
Logproto.Chunk - Class in logproto
Protobuf type logproto.Chunk
Logproto.Chunk.Builder - Class in logproto
Protobuf type logproto.Chunk
Logproto.ChunkOrBuilder - Interface in logproto
 
Logproto.Direction - Enum in logproto
Protobuf enum logproto.Direction
Logproto.DroppedStream - Class in logproto
Protobuf type logproto.DroppedStream
Logproto.DroppedStream.Builder - Class in logproto
Protobuf type logproto.DroppedStream
Logproto.DroppedStreamOrBuilder - Interface in logproto
 
Logproto.EntryAdapter - Class in logproto
Protobuf type logproto.EntryAdapter
Logproto.EntryAdapter.Builder - Class in logproto
Protobuf type logproto.EntryAdapter
Logproto.EntryAdapterOrBuilder - Interface in logproto
 
Logproto.LabelPair - Class in logproto
Protobuf type logproto.LabelPair
Logproto.LabelPair.Builder - Class in logproto
Protobuf type logproto.LabelPair
Logproto.LabelPairOrBuilder - Interface in logproto
 
Logproto.LabelRequest - Class in logproto
Protobuf type logproto.LabelRequest
Logproto.LabelRequest.Builder - Class in logproto
Protobuf type logproto.LabelRequest
Logproto.LabelRequestOrBuilder - Interface in logproto
 
Logproto.LabelResponse - Class in logproto
Protobuf type logproto.LabelResponse
Logproto.LabelResponse.Builder - Class in logproto
Protobuf type logproto.LabelResponse
Logproto.LabelResponseOrBuilder - Interface in logproto
 
Logproto.PushRequest - Class in logproto
Protobuf type logproto.PushRequest
Logproto.PushRequest.Builder - Class in logproto
Protobuf type logproto.PushRequest
Logproto.PushRequestOrBuilder - Interface in logproto
 
Logproto.PushResponse - Class in logproto
Protobuf type logproto.PushResponse
Logproto.PushResponse.Builder - Class in logproto
Protobuf type logproto.PushResponse
Logproto.PushResponseOrBuilder - Interface in logproto
 
Logproto.QueryRequest - Class in logproto
Protobuf type logproto.QueryRequest
Logproto.QueryRequest.Builder - Class in logproto
Protobuf type logproto.QueryRequest
Logproto.QueryRequestOrBuilder - Interface in logproto
 
Logproto.QueryResponse - Class in logproto
Protobuf type logproto.QueryResponse
Logproto.QueryResponse.Builder - Class in logproto
Protobuf type logproto.QueryResponse
Logproto.QueryResponseOrBuilder - Interface in logproto
 
Logproto.Sample - Class in logproto
Protobuf type logproto.Sample
Logproto.Sample.Builder - Class in logproto
Protobuf type logproto.Sample
Logproto.SampleOrBuilder - Interface in logproto
 
Logproto.SampleQueryRequest - Class in logproto
Protobuf type logproto.SampleQueryRequest
Logproto.SampleQueryRequest.Builder - Class in logproto
Protobuf type logproto.SampleQueryRequest
Logproto.SampleQueryRequestOrBuilder - Interface in logproto
 
Logproto.SampleQueryResponse - Class in logproto
Protobuf type logproto.SampleQueryResponse
Logproto.SampleQueryResponse.Builder - Class in logproto
Protobuf type logproto.SampleQueryResponse
Logproto.SampleQueryResponseOrBuilder - Interface in logproto
 
Logproto.Series - Class in logproto
Protobuf type logproto.Series
Logproto.Series.Builder - Class in logproto
Protobuf type logproto.Series
Logproto.SeriesIdentifier - Class in logproto
Protobuf type logproto.SeriesIdentifier
Logproto.SeriesIdentifier.Builder - Class in logproto
Protobuf type logproto.SeriesIdentifier
Logproto.SeriesIdentifierOrBuilder - Interface in logproto
 
Logproto.SeriesOrBuilder - Interface in logproto
 
Logproto.SeriesRequest - Class in logproto
Protobuf type logproto.SeriesRequest
Logproto.SeriesRequest.Builder - Class in logproto
Protobuf type logproto.SeriesRequest
Logproto.SeriesRequestOrBuilder - Interface in logproto
 
Logproto.SeriesResponse - Class in logproto
Protobuf type logproto.SeriesResponse
Logproto.SeriesResponse.Builder - Class in logproto
Protobuf type logproto.SeriesResponse
Logproto.SeriesResponseOrBuilder - Interface in logproto
 
Logproto.StreamAdapter - Class in logproto
Protobuf type logproto.StreamAdapter
Logproto.StreamAdapter.Builder - Class in logproto
Protobuf type logproto.StreamAdapter
Logproto.StreamAdapterOrBuilder - Interface in logproto
 
Logproto.TailersCountRequest - Class in logproto
Protobuf type logproto.TailersCountRequest
Logproto.TailersCountRequest.Builder - Class in logproto
Protobuf type logproto.TailersCountRequest
Logproto.TailersCountRequestOrBuilder - Interface in logproto
 
Logproto.TailersCountResponse - Class in logproto
Protobuf type logproto.TailersCountResponse
Logproto.TailersCountResponse.Builder - Class in logproto
Protobuf type logproto.TailersCountResponse
Logproto.TailersCountResponseOrBuilder - Interface in logproto
 
Logproto.TailRequest - Class in logproto
Protobuf type logproto.TailRequest
Logproto.TailRequest.Builder - Class in logproto
Protobuf type logproto.TailRequest
Logproto.TailRequestOrBuilder - Interface in logproto
 
Logproto.TailResponse - Class in logproto
Protobuf type logproto.TailResponse
Logproto.TailResponse.Builder - Class in logproto
Protobuf type logproto.TailResponse
Logproto.TailResponseOrBuilder - Interface in logproto
 
Logproto.TimeSeriesChunk - Class in logproto
Protobuf type logproto.TimeSeriesChunk
Logproto.TimeSeriesChunk.Builder - Class in logproto
Protobuf type logproto.TimeSeriesChunk
Logproto.TimeSeriesChunkOrBuilder - Interface in logproto
 
Logproto.TransferChunksResponse - Class in logproto
Protobuf type logproto.TransferChunksResponse
Logproto.TransferChunksResponse.Builder - Class in logproto
Protobuf type logproto.TransferChunksResponse
Logproto.TransferChunksResponseOrBuilder - Interface in logproto
 

M

MAP_ENTRY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
 
marshaler - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
MARSHALER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
MARSHALER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
marshalerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
mergeEnd(Timestamp) - Method in class logproto.Logproto.LabelRequest.Builder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
mergeEnd(Timestamp) - Method in class logproto.Logproto.QueryRequest.Builder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
mergeEnd(Timestamp) - Method in class logproto.Logproto.SampleQueryRequest.Builder
.google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
mergeEnd(Timestamp) - Method in class logproto.Logproto.SeriesRequest.Builder
.google.protobuf.Timestamp end = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Timestamp.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.Chunk.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.DroppedStream.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.EntryAdapter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.LabelPair.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.LabelRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.LabelResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.PushRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.PushResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.QueryRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.QueryResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.Sample.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.SampleQueryRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.SampleQueryResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.Series.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.SeriesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.SeriesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.StreamAdapter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.TailersCountRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.TailersCountResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.TailRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.TailResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class logproto.Logproto.TransferChunksResponse.Builder
 
mergeFrom(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
mergeFrom(DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
mergeFrom(DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
mergeFrom(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.EnumDescriptorProto.EnumReservedRange) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
mergeFrom(DescriptorProtos.EnumOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
mergeFrom(DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.EnumValueOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
mergeFrom(DescriptorProtos.ExtensionRangeOptions) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
mergeFrom(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.FieldOptions) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
mergeFrom(DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.FileDescriptorSet) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
mergeFrom(DescriptorProtos.FileOptions) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
mergeFrom(DescriptorProtos.GeneratedCodeInfo) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
mergeFrom(DescriptorProtos.GeneratedCodeInfo.Annotation) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
mergeFrom(DescriptorProtos.MessageOptions) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
mergeFrom(DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.MethodOptions) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
mergeFrom(DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.OneofOptions) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
mergeFrom(DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.ServiceOptions) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
mergeFrom(DescriptorProtos.SourceCodeInfo) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
mergeFrom(DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
mergeFrom(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
mergeFrom(DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Timestamp.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.Chunk.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.DroppedStream.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.EntryAdapter.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.LabelPair.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.LabelRequest.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.LabelResponse.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.PushRequest.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.PushResponse.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.QueryRequest.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.QueryResponse.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.Sample.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.SampleQueryRequest.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.SampleQueryResponse.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.Series.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.SeriesRequest.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.SeriesResponse.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.StreamAdapter.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.TailersCountRequest.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.TailersCountResponse.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.TailRequest.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.TailResponse.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
 
mergeFrom(Message) - Method in class logproto.Logproto.TransferChunksResponse.Builder
 
mergeFrom(Timestamp) - Method in class com.google.protobuf.Timestamp.Builder
 
mergeFrom(Timestamp) - Method in class logproto.Logproto.DroppedStream.Builder
.google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
mergeFrom(Logproto.Chunk) - Method in class logproto.Logproto.Chunk.Builder
 
mergeFrom(Logproto.DroppedStream) - Method in class logproto.Logproto.DroppedStream.Builder
 
mergeFrom(Logproto.EntryAdapter) - Method in class logproto.Logproto.EntryAdapter.Builder
 
mergeFrom(Logproto.LabelPair) - Method in class logproto.Logproto.LabelPair.Builder
 
mergeFrom(Logproto.LabelRequest) - Method in class logproto.Logproto.LabelRequest.Builder
 
mergeFrom(Logproto.LabelResponse) - Method in class logproto.Logproto.LabelResponse.Builder
 
mergeFrom(Logproto.PushRequest) - Method in class logproto.Logproto.PushRequest.Builder
 
mergeFrom(Logproto.PushResponse) - Method in class logproto.Logproto.PushResponse.Builder
 
mergeFrom(Logproto.QueryRequest) - Method in class logproto.Logproto.QueryRequest.Builder
 
mergeFrom(Logproto.QueryResponse) - Method in class logproto.Logproto.QueryResponse.Builder
 
mergeFrom(Logproto.Sample) - Method in class logproto.Logproto.Sample.Builder
 
mergeFrom(Logproto.SampleQueryRequest) - Method in class logproto.Logproto.SampleQueryRequest.Builder
 
mergeFrom(Logproto.SampleQueryResponse) - Method in class logproto.Logproto.SampleQueryResponse.Builder
 
mergeFrom(Logproto.Series) - Method in class logproto.Logproto.Series.Builder
 
mergeFrom(Logproto.SeriesIdentifier) - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
mergeFrom(Logproto.SeriesRequest) - Method in class logproto.Logproto.SeriesRequest.Builder
 
mergeFrom(Logproto.SeriesResponse) - Method in class logproto.Logproto.SeriesResponse.Builder
 
mergeFrom(Logproto.StreamAdapter) - Method in class logproto.Logproto.StreamAdapter.Builder
 
mergeFrom(Logproto.TailersCountRequest) - Method in class logproto.Logproto.TailersCountRequest.Builder
 
mergeFrom(Logproto.TailersCountResponse) - Method in class logproto.Logproto.TailersCountResponse.Builder
 
mergeFrom(Logproto.TailRequest) - Method in class logproto.Logproto.TailRequest.Builder
 
mergeFrom(Logproto.TailResponse) - Method in class logproto.Logproto.TailResponse.Builder
 
mergeFrom(Logproto.TimeSeriesChunk) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
 
mergeFrom(Logproto.TransferChunksResponse) - Method in class logproto.Logproto.TransferChunksResponse.Builder
 
mergeOptions(DescriptorProtos.EnumOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3;
mergeOptions(DescriptorProtos.EnumValueOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3;
mergeOptions(DescriptorProtos.ExtensionRangeOptions) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional .google.protobuf.ExtensionRangeOptions options = 3;
mergeOptions(DescriptorProtos.FieldOptions) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8;
mergeOptions(DescriptorProtos.FileOptions) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8;
mergeOptions(DescriptorProtos.MessageOptions) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7;
mergeOptions(DescriptorProtos.MethodOptions) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4;
mergeOptions(DescriptorProtos.OneofOptions) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional .google.protobuf.OneofOptions options = 2;
mergeOptions(DescriptorProtos.ServiceOptions) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3;
mergeSourceCodeInfo(DescriptorProtos.SourceCodeInfo) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
This field contains optional information about the original source code.
mergeStart(Timestamp) - Method in class logproto.Logproto.LabelRequest.Builder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
mergeStart(Timestamp) - Method in class logproto.Logproto.QueryRequest.Builder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
mergeStart(Timestamp) - Method in class logproto.Logproto.SampleQueryRequest.Builder
.google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
mergeStart(Timestamp) - Method in class logproto.Logproto.SeriesRequest.Builder
.google.protobuf.Timestamp start = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
mergeStart(Timestamp) - Method in class logproto.Logproto.TailRequest.Builder
.google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
mergeStream(Logproto.StreamAdapter) - Method in class logproto.Logproto.TailResponse.Builder
.logproto.StreamAdapter stream = 1 [(.gogoproto.customtype) = "Stream"];
mergeTimestamp(Timestamp) - Method in class logproto.Logproto.EntryAdapter.Builder
.google.protobuf.Timestamp timestamp = 1 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "ts", (.gogoproto.stdtime) = true];
mergeTo(Timestamp) - Method in class logproto.Logproto.DroppedStream.Builder
.google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Timestamp.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.Chunk.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.DroppedStream.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.EntryAdapter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.LabelPair.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.LabelRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.LabelResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.PushRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.PushResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.QueryRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.QueryResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.Sample.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.SampleQueryRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.SampleQueryResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.Series.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.SeriesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.SeriesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.StreamAdapter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.TailersCountRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.TailersCountResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.TailRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.TailResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.TransferChunksResponse.Builder
 
MESSAGE_SET_WIRE_FORMAT_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
 
MESSAGE_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
messagename - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
MESSAGENAME_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
MESSAGENAME_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
messagenameAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
METHOD_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
METHOD_LABEL - Static variable in class logproto.QuerierGrpc
 
METHOD_PUSH - Static variable in class logproto.PusherGrpc
 
METHOD_QUERY - Static variable in class logproto.QuerierGrpc
 
METHOD_QUERY_SAMPLE - Static variable in class logproto.QuerierGrpc
 
METHOD_SERIES - Static variable in class logproto.QuerierGrpc
 
METHOD_TAIL - Static variable in class logproto.QuerierGrpc
 
METHOD_TAILERS_COUNT - Static variable in class logproto.QuerierGrpc
 
METHOD_TRANSFER_CHUNKS - Static variable in class logproto.IngesterGrpc
 
moretags - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
MORETAGS_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 

N

NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
NAME_FIELD_NUMBER - Static variable in class logproto.Logproto.LabelPair
 
NAME_FIELD_NUMBER - Static variable in class logproto.Logproto.LabelRequest
 
NAME_PART_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
NANOS_FIELD_NUMBER - Static variable in class com.google.protobuf.Timestamp
 
NEGATIVE_INT_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
NESTED_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newBlockingStub(Channel) - Static method in class logproto.IngesterGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class logproto.PusherGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class logproto.QuerierGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
newBuilder() - Static method in class com.google.protobuf.Timestamp
 
newBuilder() - Static method in class logproto.Logproto.Chunk
 
newBuilder() - Static method in class logproto.Logproto.DroppedStream
 
newBuilder() - Static method in class logproto.Logproto.EntryAdapter
 
newBuilder() - Static method in class logproto.Logproto.LabelPair
 
newBuilder() - Static method in class logproto.Logproto.LabelRequest
 
newBuilder() - Static method in class logproto.Logproto.LabelResponse
 
newBuilder() - Static method in class logproto.Logproto.PushRequest
 
newBuilder() - Static method in class logproto.Logproto.PushResponse
 
newBuilder() - Static method in class logproto.Logproto.QueryRequest
 
newBuilder() - Static method in class logproto.Logproto.QueryResponse
 
newBuilder() - Static method in class logproto.Logproto.Sample
 
newBuilder() - Static method in class logproto.Logproto.SampleQueryRequest
 
newBuilder() - Static method in class logproto.Logproto.SampleQueryResponse
 
newBuilder() - Static method in class logproto.Logproto.Series
 
newBuilder() - Static method in class logproto.Logproto.SeriesIdentifier
 
newBuilder() - Static method in class logproto.Logproto.SeriesRequest
 
newBuilder() - Static method in class logproto.Logproto.SeriesResponse
 
newBuilder() - Static method in class logproto.Logproto.StreamAdapter
 
newBuilder() - Static method in class logproto.Logproto.TailersCountRequest
 
newBuilder() - Static method in class logproto.Logproto.TailersCountResponse
 
newBuilder() - Static method in class logproto.Logproto.TailRequest
 
newBuilder() - Static method in class logproto.Logproto.TailResponse
 
newBuilder() - Static method in class logproto.Logproto.TimeSeriesChunk
 
newBuilder() - Static method in class logproto.Logproto.TransferChunksResponse
 
newBuilder(DescriptorProtos.DescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newBuilder(DescriptorProtos.DescriptorProto.ExtensionRange) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
newBuilder(DescriptorProtos.DescriptorProto.ReservedRange) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
newBuilder(DescriptorProtos.EnumDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
newBuilder(DescriptorProtos.EnumDescriptorProto.EnumReservedRange) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
newBuilder(DescriptorProtos.EnumOptions) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
newBuilder(DescriptorProtos.EnumValueDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
newBuilder(DescriptorProtos.EnumValueOptions) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
newBuilder(DescriptorProtos.ExtensionRangeOptions) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
newBuilder(DescriptorProtos.FieldDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
newBuilder(DescriptorProtos.FieldOptions) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
newBuilder(DescriptorProtos.FileDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
newBuilder(DescriptorProtos.FileDescriptorSet) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
newBuilder(DescriptorProtos.FileOptions) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
newBuilder(DescriptorProtos.GeneratedCodeInfo) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
newBuilder(DescriptorProtos.GeneratedCodeInfo.Annotation) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
newBuilder(DescriptorProtos.MessageOptions) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
newBuilder(DescriptorProtos.MethodDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
newBuilder(DescriptorProtos.MethodOptions) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
newBuilder(DescriptorProtos.OneofDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
newBuilder(DescriptorProtos.OneofOptions) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
newBuilder(DescriptorProtos.ServiceDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
newBuilder(DescriptorProtos.ServiceOptions) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
newBuilder(DescriptorProtos.SourceCodeInfo) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
newBuilder(DescriptorProtos.SourceCodeInfo.Location) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
newBuilder(DescriptorProtos.UninterpretedOption) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
newBuilder(DescriptorProtos.UninterpretedOption.NamePart) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
newBuilder(Timestamp) - Static method in class com.google.protobuf.Timestamp
 
newBuilder(Logproto.Chunk) - Static method in class logproto.Logproto.Chunk
 
newBuilder(Logproto.DroppedStream) - Static method in class logproto.Logproto.DroppedStream
 
newBuilder(Logproto.EntryAdapter) - Static method in class logproto.Logproto.EntryAdapter
 
newBuilder(Logproto.LabelPair) - Static method in class logproto.Logproto.LabelPair
 
newBuilder(Logproto.LabelRequest) - Static method in class logproto.Logproto.LabelRequest
 
newBuilder(Logproto.LabelResponse) - Static method in class logproto.Logproto.LabelResponse
 
newBuilder(Logproto.PushRequest) - Static method in class logproto.Logproto.PushRequest
 
newBuilder(Logproto.PushResponse) - Static method in class logproto.Logproto.PushResponse
 
newBuilder(Logproto.QueryRequest) - Static method in class logproto.Logproto.QueryRequest
 
newBuilder(Logproto.QueryResponse) - Static method in class logproto.Logproto.QueryResponse
 
newBuilder(Logproto.Sample) - Static method in class logproto.Logproto.Sample
 
newBuilder(Logproto.SampleQueryRequest) - Static method in class logproto.Logproto.SampleQueryRequest
 
newBuilder(Logproto.SampleQueryResponse) - Static method in class logproto.Logproto.SampleQueryResponse
 
newBuilder(Logproto.Series) - Static method in class logproto.Logproto.Series
 
newBuilder(Logproto.SeriesIdentifier) - Static method in class logproto.Logproto.SeriesIdentifier
 
newBuilder(Logproto.SeriesRequest) - Static method in class logproto.Logproto.SeriesRequest
 
newBuilder(Logproto.SeriesResponse) - Static method in class logproto.Logproto.SeriesResponse
 
newBuilder(Logproto.StreamAdapter) - Static method in class logproto.Logproto.StreamAdapter
 
newBuilder(Logproto.TailersCountRequest) - Static method in class logproto.Logproto.TailersCountRequest
 
newBuilder(Logproto.TailersCountResponse) - Static method in class logproto.Logproto.TailersCountResponse
 
newBuilder(Logproto.TailRequest) - Static method in class logproto.Logproto.TailRequest
 
newBuilder(Logproto.TailResponse) - Static method in class logproto.Logproto.TailResponse
 
newBuilder(Logproto.TimeSeriesChunk) - Static method in class logproto.Logproto.TimeSeriesChunk
 
newBuilder(Logproto.TransferChunksResponse) - Static method in class logproto.Logproto.TransferChunksResponse
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
newBuilderForType() - Method in class com.google.protobuf.Timestamp
 
newBuilderForType() - Method in class logproto.Logproto.Chunk
 
newBuilderForType() - Method in class logproto.Logproto.DroppedStream
 
newBuilderForType() - Method in class logproto.Logproto.EntryAdapter
 
newBuilderForType() - Method in class logproto.Logproto.LabelPair
 
newBuilderForType() - Method in class logproto.Logproto.LabelRequest
 
newBuilderForType() - Method in class logproto.Logproto.LabelResponse
 
newBuilderForType() - Method in class logproto.Logproto.PushRequest
 
newBuilderForType() - Method in class logproto.Logproto.PushResponse
 
newBuilderForType() - Method in class logproto.Logproto.QueryRequest
 
newBuilderForType() - Method in class logproto.Logproto.QueryResponse
 
newBuilderForType() - Method in class logproto.Logproto.Sample
 
newBuilderForType() - Method in class logproto.Logproto.SampleQueryRequest
 
newBuilderForType() - Method in class logproto.Logproto.SampleQueryResponse
 
newBuilderForType() - Method in class logproto.Logproto.Series
 
newBuilderForType() - Method in class logproto.Logproto.SeriesIdentifier
 
newBuilderForType() - Method in class logproto.Logproto.SeriesRequest
 
newBuilderForType() - Method in class logproto.Logproto.SeriesResponse
 
newBuilderForType() - Method in class logproto.Logproto.StreamAdapter
 
newBuilderForType() - Method in class logproto.Logproto.TailersCountRequest
 
newBuilderForType() - Method in class logproto.Logproto.TailersCountResponse
 
newBuilderForType() - Method in class logproto.Logproto.TailRequest
 
newBuilderForType() - Method in class logproto.Logproto.TailResponse
 
newBuilderForType() - Method in class logproto.Logproto.TimeSeriesChunk
 
newBuilderForType() - Method in class logproto.Logproto.TransferChunksResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Timestamp
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.Chunk
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.DroppedStream
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.EntryAdapter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.LabelPair
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.LabelRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.LabelResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.PushRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.PushResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.QueryRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.QueryResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.Sample
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.SampleQueryRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.SampleQueryResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.Series
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.SeriesIdentifier
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.SeriesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.SeriesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.StreamAdapter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.TailersCountRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.TailersCountResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.TailRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.TailResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.TimeSeriesChunk
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class logproto.Logproto.TransferChunksResponse
 
newFutureStub(Channel) - Static method in class logproto.IngesterGrpc
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
newFutureStub(Channel) - Static method in class logproto.PusherGrpc
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
newFutureStub(Channel) - Static method in class logproto.QuerierGrpc
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Timestamp
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.Chunk
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.DroppedStream
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.EntryAdapter
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.LabelPair
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.LabelRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.LabelResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.PushRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.PushResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.QueryRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.QueryResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.Sample
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.SampleQueryRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.SampleQueryResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.Series
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.SeriesIdentifier
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.SeriesRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.SeriesResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.StreamAdapter
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.TailersCountRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.TailersCountResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.TailRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.TailResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.TimeSeriesChunk
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class logproto.Logproto.TransferChunksResponse
 
newStub(Channel) - Static method in class logproto.IngesterGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class logproto.PusherGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class logproto.QuerierGrpc
Creates a new async stub that supports all call types for the service
NO_SIDE_EFFECTS - com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
implies idempotent
NO_SIDE_EFFECTS_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
implies idempotent
NO_STANDARD_DESCRIPTOR_ACCESSOR_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
 
nullable - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
NULLABLE_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
NUMBER_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
NUMBER_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 

O

OBJC_CLASS_PREFIX_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
ONEOF_DECL_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
ONEOF_INDEX_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
onlyone - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
ONLYONE_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
ONLYONE_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
onlyoneAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
OPTIMIZE_FOR_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
OUTPUT_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 

P

PACKAGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
PACKED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Timestamp
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.Chunk
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.DroppedStream
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.EntryAdapter
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.LabelPair
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.LabelRequest
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.LabelResponse
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.PushRequest
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.PushResponse
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.QueryRequest
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.QueryResponse
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.Sample
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.SampleQueryRequest
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.SampleQueryResponse
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.Series
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.SeriesIdentifier
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.SeriesRequest
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.SeriesResponse
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.StreamAdapter
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.TailersCountRequest
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.TailersCountResponse
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.TailRequest
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.TailResponse
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.TimeSeriesChunk
 
parseDelimitedFrom(InputStream) - Static method in class logproto.Logproto.TransferChunksResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.Chunk
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.DroppedStream
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.EntryAdapter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.LabelPair
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.LabelRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.LabelResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.PushRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.PushResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.QueryRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.QueryResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.Sample
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.SampleQueryRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.SampleQueryResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.Series
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.SeriesIdentifier
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.SeriesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.SeriesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.StreamAdapter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailersCountRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailersCountResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.TimeSeriesChunk
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.TransferChunksResponse
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(byte[]) - Static method in class logproto.Logproto.Chunk
 
parseFrom(byte[]) - Static method in class logproto.Logproto.DroppedStream
 
parseFrom(byte[]) - Static method in class logproto.Logproto.EntryAdapter
 
parseFrom(byte[]) - Static method in class logproto.Logproto.LabelPair
 
parseFrom(byte[]) - Static method in class logproto.Logproto.LabelRequest
 
parseFrom(byte[]) - Static method in class logproto.Logproto.LabelResponse
 
parseFrom(byte[]) - Static method in class logproto.Logproto.PushRequest
 
parseFrom(byte[]) - Static method in class logproto.Logproto.PushResponse
 
parseFrom(byte[]) - Static method in class logproto.Logproto.QueryRequest
 
parseFrom(byte[]) - Static method in class logproto.Logproto.QueryResponse
 
parseFrom(byte[]) - Static method in class logproto.Logproto.Sample
 
parseFrom(byte[]) - Static method in class logproto.Logproto.SampleQueryRequest
 
parseFrom(byte[]) - Static method in class logproto.Logproto.SampleQueryResponse
 
parseFrom(byte[]) - Static method in class logproto.Logproto.Series
 
parseFrom(byte[]) - Static method in class logproto.Logproto.SeriesIdentifier
 
parseFrom(byte[]) - Static method in class logproto.Logproto.SeriesRequest
 
parseFrom(byte[]) - Static method in class logproto.Logproto.SeriesResponse
 
parseFrom(byte[]) - Static method in class logproto.Logproto.StreamAdapter
 
parseFrom(byte[]) - Static method in class logproto.Logproto.TailersCountRequest
 
parseFrom(byte[]) - Static method in class logproto.Logproto.TailersCountResponse
 
parseFrom(byte[]) - Static method in class logproto.Logproto.TailRequest
 
parseFrom(byte[]) - Static method in class logproto.Logproto.TailResponse
 
parseFrom(byte[]) - Static method in class logproto.Logproto.TimeSeriesChunk
 
parseFrom(byte[]) - Static method in class logproto.Logproto.TransferChunksResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.Chunk
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.DroppedStream
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.EntryAdapter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.LabelPair
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.LabelRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.LabelResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.PushRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.PushResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.QueryRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.QueryResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.Sample
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.SampleQueryRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.SampleQueryResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.Series
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.SeriesIdentifier
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.SeriesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.SeriesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.StreamAdapter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.TailersCountRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.TailersCountResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.TailRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.TailResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.TimeSeriesChunk
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class logproto.Logproto.TransferChunksResponse
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(ByteString) - Static method in class logproto.Logproto.Chunk
 
parseFrom(ByteString) - Static method in class logproto.Logproto.DroppedStream
 
parseFrom(ByteString) - Static method in class logproto.Logproto.EntryAdapter
 
parseFrom(ByteString) - Static method in class logproto.Logproto.LabelPair
 
parseFrom(ByteString) - Static method in class logproto.Logproto.LabelRequest
 
parseFrom(ByteString) - Static method in class logproto.Logproto.LabelResponse
 
parseFrom(ByteString) - Static method in class logproto.Logproto.PushRequest
 
parseFrom(ByteString) - Static method in class logproto.Logproto.PushResponse
 
parseFrom(ByteString) - Static method in class logproto.Logproto.QueryRequest
 
parseFrom(ByteString) - Static method in class logproto.Logproto.QueryResponse
 
parseFrom(ByteString) - Static method in class logproto.Logproto.Sample
 
parseFrom(ByteString) - Static method in class logproto.Logproto.SampleQueryRequest
 
parseFrom(ByteString) - Static method in class logproto.Logproto.SampleQueryResponse
 
parseFrom(ByteString) - Static method in class logproto.Logproto.Series
 
parseFrom(ByteString) - Static method in class logproto.Logproto.SeriesIdentifier
 
parseFrom(ByteString) - Static method in class logproto.Logproto.SeriesRequest
 
parseFrom(ByteString) - Static method in class logproto.Logproto.SeriesResponse
 
parseFrom(ByteString) - Static method in class logproto.Logproto.StreamAdapter
 
parseFrom(ByteString) - Static method in class logproto.Logproto.TailersCountRequest
 
parseFrom(ByteString) - Static method in class logproto.Logproto.TailersCountResponse
 
parseFrom(ByteString) - Static method in class logproto.Logproto.TailRequest
 
parseFrom(ByteString) - Static method in class logproto.Logproto.TailResponse
 
parseFrom(ByteString) - Static method in class logproto.Logproto.TimeSeriesChunk
 
parseFrom(ByteString) - Static method in class logproto.Logproto.TransferChunksResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.Chunk
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.DroppedStream
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.EntryAdapter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.LabelPair
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.LabelRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.LabelResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.PushRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.PushResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.QueryRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.QueryResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.Sample
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.SampleQueryRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.SampleQueryResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.Series
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.SeriesIdentifier
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.SeriesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.SeriesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.StreamAdapter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailersCountRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailersCountResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.TimeSeriesChunk
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class logproto.Logproto.TransferChunksResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.Chunk
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.DroppedStream
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.EntryAdapter
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.LabelPair
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.LabelRequest
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.LabelResponse
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.PushRequest
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.PushResponse
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.QueryRequest
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.QueryResponse
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.Sample
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.SampleQueryRequest
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.SampleQueryResponse
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.Series
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.SeriesIdentifier
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.SeriesRequest
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.SeriesResponse
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.StreamAdapter
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.TailersCountRequest
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.TailersCountResponse
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.TailRequest
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.TailResponse
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.TimeSeriesChunk
 
parseFrom(CodedInputStream) - Static method in class logproto.Logproto.TransferChunksResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.Chunk
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.DroppedStream
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.EntryAdapter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.LabelPair
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.LabelRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.LabelResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.PushRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.PushResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.QueryRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.QueryResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.Sample
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.SampleQueryRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.SampleQueryResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.Series
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.SeriesIdentifier
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.SeriesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.SeriesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.StreamAdapter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailersCountRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailersCountResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.TimeSeriesChunk
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.TransferChunksResponse
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(InputStream) - Static method in class logproto.Logproto.Chunk
 
parseFrom(InputStream) - Static method in class logproto.Logproto.DroppedStream
 
parseFrom(InputStream) - Static method in class logproto.Logproto.EntryAdapter
 
parseFrom(InputStream) - Static method in class logproto.Logproto.LabelPair
 
parseFrom(InputStream) - Static method in class logproto.Logproto.LabelRequest
 
parseFrom(InputStream) - Static method in class logproto.Logproto.LabelResponse
 
parseFrom(InputStream) - Static method in class logproto.Logproto.PushRequest
 
parseFrom(InputStream) - Static method in class logproto.Logproto.PushResponse
 
parseFrom(InputStream) - Static method in class logproto.Logproto.QueryRequest
 
parseFrom(InputStream) - Static method in class logproto.Logproto.QueryResponse
 
parseFrom(InputStream) - Static method in class logproto.Logproto.Sample
 
parseFrom(InputStream) - Static method in class logproto.Logproto.SampleQueryRequest
 
parseFrom(InputStream) - Static method in class logproto.Logproto.SampleQueryResponse
 
parseFrom(InputStream) - Static method in class logproto.Logproto.Series
 
parseFrom(InputStream) - Static method in class logproto.Logproto.SeriesIdentifier
 
parseFrom(InputStream) - Static method in class logproto.Logproto.SeriesRequest
 
parseFrom(InputStream) - Static method in class logproto.Logproto.SeriesResponse
 
parseFrom(InputStream) - Static method in class logproto.Logproto.StreamAdapter
 
parseFrom(InputStream) - Static method in class logproto.Logproto.TailersCountRequest
 
parseFrom(InputStream) - Static method in class logproto.Logproto.TailersCountResponse
 
parseFrom(InputStream) - Static method in class logproto.Logproto.TailRequest
 
parseFrom(InputStream) - Static method in class logproto.Logproto.TailResponse
 
parseFrom(InputStream) - Static method in class logproto.Logproto.TimeSeriesChunk
 
parseFrom(InputStream) - Static method in class logproto.Logproto.TransferChunksResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.Chunk
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.DroppedStream
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.EntryAdapter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.LabelPair
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.LabelRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.LabelResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.PushRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.PushResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.QueryRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.QueryResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.Sample
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.SampleQueryRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.SampleQueryResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.Series
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.SeriesIdentifier
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.SeriesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.SeriesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.StreamAdapter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailersCountRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailersCountResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.TimeSeriesChunk
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class logproto.Logproto.TransferChunksResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.Chunk
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.DroppedStream
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.EntryAdapter
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.LabelPair
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.LabelRequest
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.LabelResponse
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.PushRequest
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.PushResponse
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.QueryRequest
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.QueryResponse
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.Sample
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.SampleQueryRequest
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.SampleQueryResponse
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.Series
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.SeriesIdentifier
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.SeriesRequest
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.SeriesResponse
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.StreamAdapter
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.TailersCountRequest
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.TailersCountResponse
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.TailRequest
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.TailResponse
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.TimeSeriesChunk
 
parseFrom(ByteBuffer) - Static method in class logproto.Logproto.TransferChunksResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.Chunk
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.DroppedStream
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.EntryAdapter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.LabelPair
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.LabelRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.LabelResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.PushRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.PushResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.QueryRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.QueryResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.Sample
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.SampleQueryRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.SampleQueryResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.Series
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.SeriesIdentifier
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.SeriesRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.SeriesResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.StreamAdapter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailersCountRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailersCountResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.TailResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.TimeSeriesChunk
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class logproto.Logproto.TransferChunksResponse
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parser() - Static method in class com.google.protobuf.Timestamp
 
parser() - Static method in class logproto.Logproto.Chunk
 
parser() - Static method in class logproto.Logproto.DroppedStream
 
parser() - Static method in class logproto.Logproto.EntryAdapter
 
parser() - Static method in class logproto.Logproto.LabelPair
 
parser() - Static method in class logproto.Logproto.LabelRequest
 
parser() - Static method in class logproto.Logproto.LabelResponse
 
parser() - Static method in class logproto.Logproto.PushRequest
 
parser() - Static method in class logproto.Logproto.PushResponse
 
parser() - Static method in class logproto.Logproto.QueryRequest
 
parser() - Static method in class logproto.Logproto.QueryResponse
 
parser() - Static method in class logproto.Logproto.Sample
 
parser() - Static method in class logproto.Logproto.SampleQueryRequest
 
parser() - Static method in class logproto.Logproto.SampleQueryResponse
 
parser() - Static method in class logproto.Logproto.Series
 
parser() - Static method in class logproto.Logproto.SeriesIdentifier
 
parser() - Static method in class logproto.Logproto.SeriesRequest
 
parser() - Static method in class logproto.Logproto.SeriesResponse
 
parser() - Static method in class logproto.Logproto.StreamAdapter
 
parser() - Static method in class logproto.Logproto.TailersCountRequest
 
parser() - Static method in class logproto.Logproto.TailersCountResponse
 
parser() - Static method in class logproto.Logproto.TailRequest
 
parser() - Static method in class logproto.Logproto.TailResponse
 
parser() - Static method in class logproto.Logproto.TimeSeriesChunk
 
parser() - Static method in class logproto.Logproto.TransferChunksResponse
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueOptions
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.MethodOptions
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.OneofOptions
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceOptions
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
Deprecated.
PATH_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
PATH_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
PHP_CLASS_PREFIX_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
PHP_GENERIC_SERVICES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
PHP_METADATA_NAMESPACE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
PHP_NAMESPACE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
populate - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
POPULATE_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
POPULATE_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
populateAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
POSITIVE_INT_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
PROTO3_OPTIONAL_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
protosizer - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
PROTOSIZER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
PROTOSIZER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
protosizerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
PUBLIC_DEPENDENCY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
push(Logproto.PushRequest) - Method in class logproto.PusherGrpc.PusherBlockingStub
 
push(Logproto.PushRequest) - Method in class logproto.PusherGrpc.PusherFutureStub
 
push(Logproto.PushRequest, StreamObserver<Logproto.PushResponse>) - Method in class logproto.PusherGrpc.PusherImplBase
 
push(Logproto.PushRequest, StreamObserver<Logproto.PushResponse>) - Method in class logproto.PusherGrpc.PusherStub
 
PusherGrpc - Class in logproto
 
PusherGrpc.PusherBlockingStub - Class in logproto
 
PusherGrpc.PusherFutureStub - Class in logproto
 
PusherGrpc.PusherImplBase - Class in logproto
 
PusherGrpc.PusherStub - Class in logproto
 
PusherImplBase() - Constructor for class logproto.PusherGrpc.PusherImplBase
 
putAllLabels(Map<String, String>) - Method in class logproto.Logproto.SeriesIdentifier.Builder
map<string, string> labels = 1;
putLabels(String, String) - Method in class logproto.Logproto.SeriesIdentifier.Builder
map<string, string> labels = 1;
PY_GENERIC_SERVICES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 

Q

QuerierGrpc - Class in logproto
 
QuerierGrpc.QuerierBlockingStub - Class in logproto
 
QuerierGrpc.QuerierFutureStub - Class in logproto
 
QuerierGrpc.QuerierImplBase - Class in logproto
 
QuerierGrpc.QuerierStub - Class in logproto
 
QuerierImplBase() - Constructor for class logproto.QuerierGrpc.QuerierImplBase
 
query(Logproto.QueryRequest) - Method in class logproto.QuerierGrpc.QuerierBlockingStub
 
query(Logproto.QueryRequest, StreamObserver<Logproto.QueryResponse>) - Method in class logproto.QuerierGrpc.QuerierImplBase
 
query(Logproto.QueryRequest, StreamObserver<Logproto.QueryResponse>) - Method in class logproto.QuerierGrpc.QuerierStub
 
QUERY_FIELD_NUMBER - Static variable in class logproto.Logproto.TailRequest
 
querySample(Logproto.SampleQueryRequest) - Method in class logproto.QuerierGrpc.QuerierBlockingStub
 
querySample(Logproto.SampleQueryRequest, StreamObserver<Logproto.SampleQueryResponse>) - Method in class logproto.QuerierGrpc.QuerierImplBase
 
querySample(Logproto.SampleQueryRequest, StreamObserver<Logproto.SampleQueryResponse>) - Method in class logproto.QuerierGrpc.QuerierStub
 

R

registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.GoGoProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.TimestampProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class logproto.Logproto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.GoGoProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.TimestampProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class logproto.Logproto
 
removeAnnotation(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
removeChunks(int) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.Chunk chunks = 4;
removeDroppedStreams(int) - Method in class logproto.Logproto.TailResponse.Builder
repeated .logproto.DroppedStream droppedStreams = 2;
removeEntries(int) - Method in class logproto.Logproto.StreamAdapter.Builder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
removeEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
removeEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
removeExtension(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
removeExtension(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
removeExtensionRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
removeField(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
removeFile(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
removeLabels(int) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.LabelPair labels = 3;
removeLabels(String) - Method in class logproto.Logproto.SeriesIdentifier.Builder
map<string, string> labels = 1;
removeLocation(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
removeMessageType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
All top-level definitions in this file.
removeMethod(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
removeName(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
removeNestedType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
removeOneofDecl(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
removeReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
removeReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Range of reserved numeric values.
removeSamples(int) - Method in class logproto.Logproto.Series.Builder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
removeSeries(int) - Method in class logproto.Logproto.SampleQueryResponse.Builder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
removeSeries(int) - Method in class logproto.Logproto.SeriesResponse.Builder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
removeService(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
removeStreams(int) - Method in class logproto.Logproto.PushRequest.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
removeStreams(int) - Method in class logproto.Logproto.QueryResponse.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
The parser stores options it doesn't recognize here.
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
The parser stores options it doesn't recognize here.
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
The parser stores options it doesn't recognize here.
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The parser stores options it doesn't recognize here.
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
The parser stores options it doesn't recognize here.
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
The parser stores options it doesn't recognize here.
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
The parser stores options it doesn't recognize here.
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
The parser stores options it doesn't recognize here.
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
The parser stores options it doesn't recognize here.
removeValue(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
RESERVED_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
RESERVED_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
RESERVED_RANGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
RESERVED_RANGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
RUBY_PACKAGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 

S

SAMPLES_FIELD_NUMBER - Static variable in class logproto.Logproto.Series
 
SECONDS_FIELD_NUMBER - Static variable in class com.google.protobuf.Timestamp
 
SELECTOR_FIELD_NUMBER - Static variable in class logproto.Logproto.QueryRequest
 
SELECTOR_FIELD_NUMBER - Static variable in class logproto.Logproto.SampleQueryRequest
 
series(Logproto.SeriesRequest) - Method in class logproto.QuerierGrpc.QuerierBlockingStub
 
series(Logproto.SeriesRequest) - Method in class logproto.QuerierGrpc.QuerierFutureStub
 
series(Logproto.SeriesRequest, StreamObserver<Logproto.SeriesResponse>) - Method in class logproto.QuerierGrpc.QuerierImplBase
 
series(Logproto.SeriesRequest, StreamObserver<Logproto.SeriesResponse>) - Method in class logproto.QuerierGrpc.QuerierStub
 
SERIES_FIELD_NUMBER - Static variable in class logproto.Logproto.SampleQueryResponse
 
SERIES_FIELD_NUMBER - Static variable in class logproto.Logproto.SeriesResponse
 
SERVER_STREAMING_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
SERVICE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
SERVICE_NAME - Static variable in class logproto.IngesterGrpc
 
SERVICE_NAME - Static variable in class logproto.PusherGrpc
 
SERVICE_NAME - Static variable in class logproto.QuerierGrpc
 
setAggregateValue(String) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string aggregate_value = 8;
setAggregateValueBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string aggregate_value = 8;
setAllowAlias(boolean) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
Set this option to true to allow mapping different tag names to the same value.
setAnnotation(int, DescriptorProtos.GeneratedCodeInfo.Annotation) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
setAnnotation(int, DescriptorProtos.GeneratedCodeInfo.Annotation.Builder) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
An Annotation connects some span of text in generated code to an element of its generating .proto file.
setBegin(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the starting offset in bytes in the generated code that relates to the identified object.
setCcEnableArenas(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Enables the use of arenas for the proto messages in this file.
setCcGenericServices(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Should generic services be generated in each language? "Generic" services are not specific to any particular RPC system.
setChunks(int, Logproto.Chunk) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.Chunk chunks = 4;
setChunks(int, Logproto.Chunk.Builder) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.Chunk chunks = 4;
setClientStreaming(boolean) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
Identifies if client streams multiple client messages
setCount(int) - Method in class logproto.Logproto.TailersCountResponse.Builder
uint32 count = 1;
setCsharpNamespace(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Namespace for generated classes; defaults to the package.
setCsharpNamespaceBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Namespace for generated classes; defaults to the package.
setCtype(DescriptorProtos.FieldOptions.CType) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The ctype option instructs the C++ code generator to use a different representation of the field than it normally would.
setData(ByteString) - Method in class logproto.Logproto.Chunk.Builder
bytes data = 1;
setDefaultValue(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
For numeric types, contains the original text representation of the value.
setDefaultValueBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
For numeric types, contains the original text representation of the value.
setDelayFor(int) - Method in class logproto.Logproto.TailRequest.Builder
uint32 delayFor = 3;
setDependency(int, String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Names of files imported by this file.
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
Is this enum deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum, or it will be completely ignored; in the very least, this is a formalization for deprecating enums.
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
Is this enum value deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum value, or it will be completely ignored; in the very least, this is a formalization for deprecating enum values.
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
Is this field deprecated? Depending on the target platform, this can emit Deprecated annotations for accessors, or it will be completely ignored; in the very least, this is a formalization for deprecating fields.
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Is this file deprecated? Depending on the target platform, this can emit Deprecated annotations for everything in the file, or it will be completely ignored; in the very least, this is a formalization for deprecating files.
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Is this message deprecated? Depending on the target platform, this can emit Deprecated annotations for the message, or it will be completely ignored; in the very least, this is a formalization for deprecating messages.
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
Is this method deprecated? Depending on the target platform, this can emit Deprecated annotations for the method, or it will be completely ignored; in the very least, this is a formalization for deprecating methods.
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
Is this service deprecated? Depending on the target platform, this can emit Deprecated annotations for the service, or it will be completely ignored; in the very least, this is a formalization for deprecating services.
setDirection(Logproto.Direction) - Method in class logproto.Logproto.QueryRequest.Builder
.logproto.Direction direction = 5;
setDirectionValue(int) - Method in class logproto.Logproto.QueryRequest.Builder
.logproto.Direction direction = 5;
setDoubleValue(double) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional double double_value = 6;
setDroppedStreams(int, Logproto.DroppedStream) - Method in class logproto.Logproto.TailResponse.Builder
repeated .logproto.DroppedStream droppedStreams = 2;
setDroppedStreams(int, Logproto.DroppedStream.Builder) - Method in class logproto.Logproto.TailResponse.Builder
repeated .logproto.DroppedStream droppedStreams = 2;
setEnd(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
Exclusive.
setEnd(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
Exclusive.
setEnd(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
Inclusive.
setEnd(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the ending offset in bytes in the generated code that relates to the identified offset.
setEnd(Timestamp) - Method in class logproto.Logproto.LabelRequest.Builder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
setEnd(Timestamp) - Method in class logproto.Logproto.QueryRequest.Builder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
setEnd(Timestamp) - Method in class logproto.Logproto.SampleQueryRequest.Builder
.google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
setEnd(Timestamp) - Method in class logproto.Logproto.SeriesRequest.Builder
.google.protobuf.Timestamp end = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
setEnd(Timestamp.Builder) - Method in class logproto.Logproto.LabelRequest.Builder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
setEnd(Timestamp.Builder) - Method in class logproto.Logproto.QueryRequest.Builder
.google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
setEnd(Timestamp.Builder) - Method in class logproto.Logproto.SampleQueryRequest.Builder
.google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
setEnd(Timestamp.Builder) - Method in class logproto.Logproto.SeriesRequest.Builder
.google.protobuf.Timestamp end = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
setEntries(int, Logproto.EntryAdapter) - Method in class logproto.Logproto.StreamAdapter.Builder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
setEntries(int, Logproto.EntryAdapter.Builder) - Method in class logproto.Logproto.StreamAdapter.Builder
repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
setEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
setEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
setEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
setEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
setExtendee(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
For extensions, this is the name of the type being extended.
setExtendeeBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
For extensions, this is the name of the type being extended.
setExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
setExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
setExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
setExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumOptions, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumOptions, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ExtensionRangeOptions, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ExtensionRangeOptions, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FieldOptions, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FieldOptions, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FileOptions, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FileOptions, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MessageOptions, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MessageOptions, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MethodOptions, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MethodOptions, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.OneofOptions, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.OneofOptions, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
setExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
setExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
setField(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
setField(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Timestamp.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.Chunk.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.DroppedStream.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.EntryAdapter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.LabelPair.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.LabelRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.LabelResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.PushRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.PushResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.QueryRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.QueryResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.Sample.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.SampleQueryRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.SampleQueryResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.Series.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.SeriesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.SeriesResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.StreamAdapter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.TailersCountRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.TailersCountResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.TailRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.TailResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class logproto.Logproto.TransferChunksResponse.Builder
 
setFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
setFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
setFrom(Timestamp) - Method in class logproto.Logproto.DroppedStream.Builder
.google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
setFrom(Timestamp.Builder) - Method in class logproto.Logproto.DroppedStream.Builder
.google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
setFromIngesterId(String) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
string from_ingester_id = 1;
setFromIngesterIdBytes(ByteString) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
string from_ingester_id = 1;
setGoPackage(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the Go package where structs generated from this .proto will be placed.
setGoPackageBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the Go package where structs generated from this .proto will be placed.
setGroups(int, String) - Method in class logproto.Logproto.SeriesRequest.Builder
repeated string groups = 3;
setHash(long) - Method in class logproto.Logproto.Sample.Builder
uint64 hash = 3 [(.gogoproto.jsontag) = "hash"];
setIdempotencyLevel(DescriptorProtos.MethodOptions.IdempotencyLevel) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
setIdentifierValue(String) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.
setIdentifierValueBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.
setInputType(String) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
Input and output type names.
setInputTypeBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
Input and output type names.
setIsExtension(boolean) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required bool is_extension = 2;
setJavaGenerateEqualsAndHash(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Deprecated.
setJavaGenericServices(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_generic_services = 17 [default = false];
setJavaMultipleFiles(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
If set true, then the Java code generator will generate a separate .java file for each top-level message, enum, and service defined in the .proto file.
setJavaOuterClassname(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
If set, all the classes from the .proto file are wrapped in a single outer class with the given name.
setJavaOuterClassnameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
If set, all the classes from the .proto file are wrapped in a single outer class with the given name.
setJavaPackage(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the Java package where classes generated from this .proto will be placed.
setJavaPackageBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the Java package where classes generated from this .proto will be placed.
setJavaStringCheckUtf8(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
If set true, then the Java2 code generator will generate code that throws an exception whenever an attempt is made to assign a non-UTF-8 byte sequence to a string field.
setJsonName(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
JSON name of this field.
setJsonNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
JSON name of this field.
setJstype(DescriptorProtos.FieldOptions.JSType) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The jstype option determines the JavaScript type used for values of the field.
setLabel(DescriptorProtos.FieldDescriptorProto.Label) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
setLabels(int, Logproto.LabelPair) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.LabelPair labels = 3;
setLabels(int, Logproto.LabelPair.Builder) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
repeated .logproto.LabelPair labels = 3;
setLabels(String) - Method in class logproto.Logproto.DroppedStream.Builder
string labels = 3;
setLabels(String) - Method in class logproto.Logproto.Series.Builder
string labels = 1 [(.gogoproto.jsontag) = "labels"];
setLabels(String) - Method in class logproto.Logproto.StreamAdapter.Builder
string labels = 1 [(.gogoproto.jsontag) = "labels"];
setLabelsBytes(ByteString) - Method in class logproto.Logproto.DroppedStream.Builder
string labels = 3;
setLabelsBytes(ByteString) - Method in class logproto.Logproto.Series.Builder
string labels = 1 [(.gogoproto.jsontag) = "labels"];
setLabelsBytes(ByteString) - Method in class logproto.Logproto.StreamAdapter.Builder
string labels = 1 [(.gogoproto.jsontag) = "labels"];
setLazy(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
Should this field be parsed lazily? Lazy applies only to message-type fields.
setLeadingComments(String) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration.
setLeadingCommentsBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration.
setLeadingDetachedComments(int, String) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
setLimit(int) - Method in class logproto.Logproto.QueryRequest.Builder
uint32 limit = 2;
setLimit(int) - Method in class logproto.Logproto.TailRequest.Builder
uint32 limit = 4;
setLine(String) - Method in class logproto.Logproto.EntryAdapter.Builder
string line = 2 [(.gogoproto.jsontag) = "line"];
setLineBytes(ByteString) - Method in class logproto.Logproto.EntryAdapter.Builder
string line = 2 [(.gogoproto.jsontag) = "line"];
setLocation(int, DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
setLocation(int, DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
setMapEntry(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Whether the message is an automatically generated map entry type for the maps field.
setMessageSetWireFormat(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Set true to use the old proto1 MessageSet wire format for extensions.
setMessageType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
All top-level definitions in this file.
setMessageType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
All top-level definitions in this file.
setMethod(int, DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
setMethod(int, DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
setName(int, DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
setName(int, DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
setName(String) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
file name, relative to root of source tree
setName(String) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional string name = 1;
setName(String) - Method in class logproto.Logproto.LabelPair.Builder
string name = 1;
setName(String) - Method in class logproto.Logproto.LabelRequest.Builder
string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
file name, relative to root of source tree
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class logproto.Logproto.LabelPair.Builder
string name = 1;
setNameBytes(ByteString) - Method in class logproto.Logproto.LabelRequest.Builder
string name = 1;
setNamePart(String) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required string name_part = 1;
setNamePartBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required string name_part = 1;
setNanos(int) - Method in class com.google.protobuf.Timestamp.Builder
Non-negative fractions of a second at nanosecond resolution.
setNegativeIntValue(long) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional int64 negative_int_value = 5;
setNestedType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
setNestedType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
setNoStandardDescriptorAccessor(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Disables the generation of the standard "descriptor()" accessor, which can conflict with a field of the same name.
setNumber(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional int32 number = 2;
setNumber(int) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 number = 3;
setObjcClassPrefix(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto.
setObjcClassPrefixBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto.
setOneofDecl(int, DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
setOneofDecl(int, DescriptorProtos.OneofDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
setOneofIndex(int) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
If set, gives the index of a oneof in the containing type's oneof_decl list.
setOptimizeFor(DescriptorProtos.FileOptions.OptimizeMode) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
setOptions(DescriptorProtos.EnumOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3;
setOptions(DescriptorProtos.EnumOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3;
setOptions(DescriptorProtos.EnumValueOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3;
setOptions(DescriptorProtos.EnumValueOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3;
setOptions(DescriptorProtos.ExtensionRangeOptions) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional .google.protobuf.ExtensionRangeOptions options = 3;
setOptions(DescriptorProtos.ExtensionRangeOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional .google.protobuf.ExtensionRangeOptions options = 3;
setOptions(DescriptorProtos.FieldOptions) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8;
setOptions(DescriptorProtos.FieldOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8;
setOptions(DescriptorProtos.FileOptions) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8;
setOptions(DescriptorProtos.FileOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8;
setOptions(DescriptorProtos.MessageOptions) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7;
setOptions(DescriptorProtos.MessageOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7;
setOptions(DescriptorProtos.MethodOptions) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4;
setOptions(DescriptorProtos.MethodOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4;
setOptions(DescriptorProtos.OneofOptions) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional .google.protobuf.OneofOptions options = 2;
setOptions(DescriptorProtos.OneofOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional .google.protobuf.OneofOptions options = 2;
setOptions(DescriptorProtos.ServiceOptions) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3;
setOptions(DescriptorProtos.ServiceOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3;
setOutputType(String) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string output_type = 3;
setOutputTypeBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string output_type = 3;
setPackage(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
e.g.
setPackageBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
e.g.
setPacked(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The packed option can be enabled for repeated primitive fields to enable a more efficient representation on the wire.
setPath(int, int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the element in the original source .proto file.
setPath(int, int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
Identifies which part of the FileDescriptorProto was defined at this location.
setPhpClassPrefix(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the php class prefix which is prepended to all php generated classes from this .proto.
setPhpClassPrefixBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Sets the php class prefix which is prepended to all php generated classes from this .proto.
setPhpGenericServices(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool php_generic_services = 42 [default = false];
setPhpMetadataNamespace(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Use this option to change the namespace of php generated metadata classes.
setPhpMetadataNamespaceBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Use this option to change the namespace of php generated metadata classes.
setPhpNamespace(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Use this option to change the namespace of php generated classes.
setPhpNamespaceBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Use this option to change the namespace of php generated classes.
setPositiveIntValue(long) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional uint64 positive_int_value = 4;
setProto3Optional(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
If true, this is a proto3 "optional".
setPublicDependency(int, int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Indexes of the public imported files in the dependency list above.
setPyGenericServices(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool py_generic_services = 18 [default = false];
setQuery(String) - Method in class logproto.Logproto.TailRequest.Builder
string query = 1;
setQueryBytes(ByteString) - Method in class logproto.Logproto.TailRequest.Builder
string query = 1;
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.Timestamp.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.Chunk.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.DroppedStream.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.EntryAdapter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.LabelPair.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.LabelRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.LabelResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.PushRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.PushResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.QueryRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.QueryResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.Sample.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.SampleQueryRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.SampleQueryResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.Series.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.SeriesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.SeriesResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.StreamAdapter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.TailersCountRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.TailersCountResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.TailRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.TailResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class logproto.Logproto.TransferChunksResponse.Builder
 
setReservedName(int, String) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
Reserved field names, which may not be used by fields in the same message.
setReservedName(int, String) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Reserved enum value names, which may not be reused.
setReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
setReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
setReservedRange(int, DescriptorProtos.EnumDescriptorProto.EnumReservedRange) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Range of reserved numeric values.
setReservedRange(int, DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Range of reserved numeric values.
setRubyPackage(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Use this option to change the package of ruby generated classes.
setRubyPackageBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Use this option to change the package of ruby generated classes.
setSamples(int, Logproto.Sample) - Method in class logproto.Logproto.Series.Builder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
setSamples(int, Logproto.Sample.Builder) - Method in class logproto.Logproto.Series.Builder
repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
setSeconds(long) - Method in class com.google.protobuf.Timestamp.Builder
Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.
setSelector(String) - Method in class logproto.Logproto.QueryRequest.Builder
string selector = 1;
setSelector(String) - Method in class logproto.Logproto.SampleQueryRequest.Builder
string selector = 1;
setSelectorBytes(ByteString) - Method in class logproto.Logproto.QueryRequest.Builder
string selector = 1;
setSelectorBytes(ByteString) - Method in class logproto.Logproto.SampleQueryRequest.Builder
string selector = 1;
setSeries(int, Logproto.Series) - Method in class logproto.Logproto.SampleQueryResponse.Builder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
setSeries(int, Logproto.Series.Builder) - Method in class logproto.Logproto.SampleQueryResponse.Builder
repeated .logproto.Series series = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Series"];
setSeries(int, Logproto.SeriesIdentifier) - Method in class logproto.Logproto.SeriesResponse.Builder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
setSeries(int, Logproto.SeriesIdentifier.Builder) - Method in class logproto.Logproto.SeriesResponse.Builder
repeated .logproto.SeriesIdentifier series = 1 [(.gogoproto.nullable) = false];
setServerStreaming(boolean) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
Identifies if server streams multiple server messages
setService(int, DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
setService(int, DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
setShards(int, String) - Method in class logproto.Logproto.QueryRequest.Builder
repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
setShards(int, String) - Method in class logproto.Logproto.SampleQueryRequest.Builder
repeated string shards = 4 [(.gogoproto.jsontag) = "shards,omitempty"];
setSourceCodeInfo(DescriptorProtos.SourceCodeInfo) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
This field contains optional information about the original source code.
setSourceCodeInfo(DescriptorProtos.SourceCodeInfo.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
This field contains optional information about the original source code.
setSourceFile(String) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the filesystem path to the original source .proto.
setSourceFileBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Identifies the filesystem path to the original source .proto.
setSpan(int, int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column.
setStart(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
Inclusive.
setStart(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
Inclusive.
setStart(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
Inclusive.
setStart(Timestamp) - Method in class logproto.Logproto.LabelRequest.Builder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
setStart(Timestamp) - Method in class logproto.Logproto.QueryRequest.Builder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
setStart(Timestamp) - Method in class logproto.Logproto.SampleQueryRequest.Builder
.google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
setStart(Timestamp) - Method in class logproto.Logproto.SeriesRequest.Builder
.google.protobuf.Timestamp start = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
setStart(Timestamp) - Method in class logproto.Logproto.TailRequest.Builder
.google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
setStart(Timestamp.Builder) - Method in class logproto.Logproto.LabelRequest.Builder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];
setStart(Timestamp.Builder) - Method in class logproto.Logproto.QueryRequest.Builder
.google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
setStart(Timestamp.Builder) - Method in class logproto.Logproto.SampleQueryRequest.Builder
.google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
setStart(Timestamp.Builder) - Method in class logproto.Logproto.SeriesRequest.Builder
.google.protobuf.Timestamp start = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
setStart(Timestamp.Builder) - Method in class logproto.Logproto.TailRequest.Builder
.google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
setStream(Logproto.StreamAdapter) - Method in class logproto.Logproto.TailResponse.Builder
.logproto.StreamAdapter stream = 1 [(.gogoproto.customtype) = "Stream"];
setStream(Logproto.StreamAdapter.Builder) - Method in class logproto.Logproto.TailResponse.Builder
.logproto.StreamAdapter stream = 1 [(.gogoproto.customtype) = "Stream"];
setStreams(int, Logproto.StreamAdapter) - Method in class logproto.Logproto.PushRequest.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
setStreams(int, Logproto.StreamAdapter) - Method in class logproto.Logproto.QueryResponse.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
setStreams(int, Logproto.StreamAdapter.Builder) - Method in class logproto.Logproto.PushRequest.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.customtype) = "Stream", (.gogoproto.jsontag) = "streams"];
setStreams(int, Logproto.StreamAdapter.Builder) - Method in class logproto.Logproto.QueryResponse.Builder
repeated .logproto.StreamAdapter streams = 1 [(.gogoproto.nullable) = true, (.gogoproto.customtype) = "Stream"];
setStringValue(ByteString) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional bytes string_value = 7;
setSwiftPrefix(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined.
setSwiftPrefixBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined.
setSyntax(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
The syntax of the proto file.
setSyntaxBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
The syntax of the proto file.
setTimestamp(long) - Method in class logproto.Logproto.Sample.Builder
int64 timestamp = 1 [(.gogoproto.jsontag) = "ts"];
setTimestamp(Timestamp) - Method in class logproto.Logproto.EntryAdapter.Builder
.google.protobuf.Timestamp timestamp = 1 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "ts", (.gogoproto.stdtime) = true];
setTimestamp(Timestamp.Builder) - Method in class logproto.Logproto.EntryAdapter.Builder
.google.protobuf.Timestamp timestamp = 1 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "ts", (.gogoproto.stdtime) = true];
setTo(Timestamp) - Method in class logproto.Logproto.DroppedStream.Builder
.google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
setTo(Timestamp.Builder) - Method in class logproto.Logproto.DroppedStream.Builder
.google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
setTrailingComments(String) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string trailing_comments = 4;
setTrailingCommentsBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string trailing_comments = 4;
setType(DescriptorProtos.FieldDescriptorProto.Type) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
If type_name is set, this need not be set.
setTypeName(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
For message and enum types, this is the name of the type.
setTypeNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
For message and enum types, this is the name of the type.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
The parser stores options it doesn't recognize here.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
The parser stores options it doesn't recognize here.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
The parser stores options it doesn't recognize here.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The parser stores options it doesn't recognize here.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
The parser stores options it doesn't recognize here.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
The parser stores options it doesn't recognize here.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
The parser stores options it doesn't recognize here.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
The parser stores options it doesn't recognize here.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
The parser stores options it doesn't recognize here.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
The parser stores options it doesn't recognize here.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
The parser stores options it doesn't recognize here.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
The parser stores options it doesn't recognize here.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
The parser stores options it doesn't recognize here.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
The parser stores options it doesn't recognize here.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
The parser stores options it doesn't recognize here.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
The parser stores options it doesn't recognize here.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
The parser stores options it doesn't recognize here.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
The parser stores options it doesn't recognize here.
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Timestamp.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.Chunk.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.DroppedStream.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.EntryAdapter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.LabelPair.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.LabelRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.LabelResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.PushRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.PushResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.QueryRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.QueryResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.Sample.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.SampleQueryRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.SampleQueryResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.Series.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.SeriesIdentifier.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.SeriesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.SeriesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.StreamAdapter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.TailersCountRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.TailersCountResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.TailRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.TailResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class logproto.Logproto.TransferChunksResponse.Builder
 
setUserId(String) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
string user_id = 2;
setUserIdBytes(ByteString) - Method in class logproto.Logproto.TimeSeriesChunk.Builder
string user_id = 2;
setValue(double) - Method in class logproto.Logproto.Sample.Builder
double value = 2 [(.gogoproto.jsontag) = "value"];
setValue(int, DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
setValue(int, DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
setValue(String) - Method in class logproto.Logproto.LabelPair.Builder
string value = 2;
setValueBytes(ByteString) - Method in class logproto.Logproto.LabelPair.Builder
string value = 2;
setValues(boolean) - Method in class logproto.Logproto.LabelRequest.Builder
True to fetch label values, false for fetch labels names.
setValues(int, String) - Method in class logproto.Logproto.LabelResponse.Builder
repeated string values = 1;
setWeak(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
For Google-internal migration only.
setWeakDependency(int, int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Indexes of the weak imported files in the dependency list.
SHARDS_FIELD_NUMBER - Static variable in class logproto.Logproto.QueryRequest
 
SHARDS_FIELD_NUMBER - Static variable in class logproto.Logproto.SampleQueryRequest
 
sizer - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
SIZER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
SIZER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
sizerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
SOURCE_CODE_INFO_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
SOURCE_FILE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
SPAN_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
SPEED - com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
Generate complete code for parsing, serialization,
SPEED_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
Generate complete code for parsing, serialization,
STABLE_MARSHALER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
STABLE_MARSHALER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
stableMarshaler - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
stableMarshalerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
START_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
START_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
START_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
START_FIELD_NUMBER - Static variable in class logproto.Logproto.LabelRequest
 
START_FIELD_NUMBER - Static variable in class logproto.Logproto.QueryRequest
 
START_FIELD_NUMBER - Static variable in class logproto.Logproto.SampleQueryRequest
 
START_FIELD_NUMBER - Static variable in class logproto.Logproto.SeriesRequest
 
START_FIELD_NUMBER - Static variable in class logproto.Logproto.TailRequest
 
stdduration - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
STDDURATION_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
stdtime - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
STDTIME_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
STREAM_FIELD_NUMBER - Static variable in class logproto.Logproto.TailResponse
 
STREAMS_FIELD_NUMBER - Static variable in class logproto.Logproto.PushRequest
 
STREAMS_FIELD_NUMBER - Static variable in class logproto.Logproto.QueryResponse
 
STRING - com.google.protobuf.DescriptorProtos.FieldOptions.CType
Default mode.
STRING_PIECE - com.google.protobuf.DescriptorProtos.FieldOptions.CType
STRING_PIECE = 2;
STRING_PIECE_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
STRING_PIECE = 2;
STRING_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
Default mode.
STRING_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
stringer - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
STRINGER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
STRINGER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
stringerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
SWIFT_PREFIX_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
SYNTAX_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 

T

tail(Logproto.TailRequest) - Method in class logproto.QuerierGrpc.QuerierBlockingStub
 
tail(Logproto.TailRequest, StreamObserver<Logproto.TailResponse>) - Method in class logproto.QuerierGrpc.QuerierImplBase
 
tail(Logproto.TailRequest, StreamObserver<Logproto.TailResponse>) - Method in class logproto.QuerierGrpc.QuerierStub
 
tailersCount(Logproto.TailersCountRequest) - Method in class logproto.QuerierGrpc.QuerierBlockingStub
 
tailersCount(Logproto.TailersCountRequest) - Method in class logproto.QuerierGrpc.QuerierFutureStub
 
tailersCount(Logproto.TailersCountRequest, StreamObserver<Logproto.TailersCountResponse>) - Method in class logproto.QuerierGrpc.QuerierImplBase
 
tailersCount(Logproto.TailersCountRequest, StreamObserver<Logproto.TailersCountResponse>) - Method in class logproto.QuerierGrpc.QuerierStub
 
testgen - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
TESTGEN_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
TESTGEN_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
testgenAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
Timestamp - Class in com.google.protobuf
A Timestamp represents a point in time independent of any time zone or local calendar, encoded as a count of seconds and fractions of seconds at nanosecond resolution.
TIMESTAMP_FIELD_NUMBER - Static variable in class logproto.Logproto.EntryAdapter
 
TIMESTAMP_FIELD_NUMBER - Static variable in class logproto.Logproto.Sample
 
Timestamp.Builder - Class in com.google.protobuf
A Timestamp represents a point in time independent of any time zone or local calendar, encoded as a count of seconds and fractions of seconds at nanosecond resolution.
TimestampOrBuilder - Interface in com.google.protobuf
 
TimestampProto - Class in com.google.protobuf
 
TO_FIELD_NUMBER - Static variable in class logproto.Logproto.DroppedStream
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
toBuilder() - Method in class com.google.protobuf.Timestamp
 
toBuilder() - Method in class logproto.Logproto.Chunk
 
toBuilder() - Method in class logproto.Logproto.DroppedStream
 
toBuilder() - Method in class logproto.Logproto.EntryAdapter
 
toBuilder() - Method in class logproto.Logproto.LabelPair
 
toBuilder() - Method in class logproto.Logproto.LabelRequest
 
toBuilder() - Method in class logproto.Logproto.LabelResponse
 
toBuilder() - Method in class logproto.Logproto.PushRequest
 
toBuilder() - Method in class logproto.Logproto.PushResponse
 
toBuilder() - Method in class logproto.Logproto.QueryRequest
 
toBuilder() - Method in class logproto.Logproto.QueryResponse
 
toBuilder() - Method in class logproto.Logproto.Sample
 
toBuilder() - Method in class logproto.Logproto.SampleQueryRequest
 
toBuilder() - Method in class logproto.Logproto.SampleQueryResponse
 
toBuilder() - Method in class logproto.Logproto.Series
 
toBuilder() - Method in class logproto.Logproto.SeriesIdentifier
 
toBuilder() - Method in class logproto.Logproto.SeriesRequest
 
toBuilder() - Method in class logproto.Logproto.SeriesResponse
 
toBuilder() - Method in class logproto.Logproto.StreamAdapter
 
toBuilder() - Method in class logproto.Logproto.TailersCountRequest
 
toBuilder() - Method in class logproto.Logproto.TailersCountResponse
 
toBuilder() - Method in class logproto.Logproto.TailRequest
 
toBuilder() - Method in class logproto.Logproto.TailResponse
 
toBuilder() - Method in class logproto.Logproto.TimeSeriesChunk
 
toBuilder() - Method in class logproto.Logproto.TransferChunksResponse
 
TRAILING_COMMENTS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
transferChunks(StreamObserver<Logproto.TransferChunksResponse>) - Method in class logproto.IngesterGrpc.IngesterImplBase
 
transferChunks(StreamObserver<Logproto.TransferChunksResponse>) - Method in class logproto.IngesterGrpc.IngesterStub
 
TYPE_BOOL - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_BOOL = 8;
TYPE_BOOL_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_BOOL = 8;
TYPE_BYTES - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
New in version 2.
TYPE_BYTES_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
New in version 2.
TYPE_DOUBLE - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
0 is reserved for errors.
TYPE_DOUBLE_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
0 is reserved for errors.
TYPE_ENUM - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_ENUM = 14;
TYPE_ENUM_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_ENUM = 14;
TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
TYPE_FIXED32 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_FIXED32 = 7;
TYPE_FIXED32_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_FIXED32 = 7;
TYPE_FIXED64 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_FIXED64 = 6;
TYPE_FIXED64_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_FIXED64 = 6;
TYPE_FLOAT - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_FLOAT = 2;
TYPE_FLOAT_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_FLOAT = 2;
TYPE_GROUP - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Tag-delimited aggregate.
TYPE_GROUP_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Tag-delimited aggregate.
TYPE_INT32 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Not ZigZag encoded.
TYPE_INT32_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Not ZigZag encoded.
TYPE_INT64 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Not ZigZag encoded.
TYPE_INT64_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Not ZigZag encoded.
TYPE_MESSAGE - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Length-delimited aggregate.
TYPE_MESSAGE_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Length-delimited aggregate.
TYPE_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
TYPE_SFIXED32 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_SFIXED32 = 15;
TYPE_SFIXED32_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_SFIXED32 = 15;
TYPE_SFIXED64 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_SFIXED64 = 16;
TYPE_SFIXED64_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_SFIXED64 = 16;
TYPE_SINT32 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Uses ZigZag encoding.
TYPE_SINT32_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Uses ZigZag encoding.
TYPE_SINT64 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Uses ZigZag encoding.
TYPE_SINT64_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Uses ZigZag encoding.
TYPE_STRING - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_STRING = 9;
TYPE_STRING_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_STRING = 9;
TYPE_UINT32 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_UINT32 = 13;
TYPE_UINT32_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_UINT32 = 13;
TYPE_UINT64 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_UINT64 = 4;
TYPE_UINT64_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_UINT64 = 4;
typedecl - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
TYPEDECL_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
TYPEDECL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
typedeclAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...

U

UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.OneofOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
unmarshaler - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
UNMARSHALER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
UNMARSHALER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
unmarshalerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
UNRECOGNIZED - logproto.Logproto.Direction
 
UNSAFE_MARSHALER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
UNSAFE_MARSHALER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
UNSAFE_UNMARSHALER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
UNSAFE_UNMARSHALER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
unsafeMarshaler - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
unsafeMarshalerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
unsafeUnmarshaler - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
unsafeUnmarshalerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
USER_ID_FIELD_NUMBER - Static variable in class logproto.Logproto.TimeSeriesChunk
 

V

VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
VALUE_FIELD_NUMBER - Static variable in class logproto.Logproto.LabelPair
 
VALUE_FIELD_NUMBER - Static variable in class logproto.Logproto.Sample
 
valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
Deprecated.
valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Deprecated.
valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
Deprecated.
valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
Deprecated.
valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
Deprecated.
valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
Deprecated.
valueOf(int) - Static method in enum logproto.Logproto.Direction
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum logproto.Logproto.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum logproto.Logproto.Direction
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum logproto.Logproto.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_FIELD_NUMBER - Static variable in class logproto.Logproto.LabelRequest
 
VALUES_FIELD_NUMBER - Static variable in class logproto.Logproto.LabelResponse
 
VERBOSE_EQUAL_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
VERBOSE_EQUAL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
verboseEqual - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
verboseEqualAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...

W

WEAK_DEPENDENCY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
WEAK_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
wktpointer - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
WKTPOINTER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Timestamp
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.Chunk
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.DroppedStream
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.EntryAdapter
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.LabelPair
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.LabelRequest
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.LabelResponse
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.PushRequest
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.PushResponse
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.QueryRequest
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.QueryResponse
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.Sample
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.SampleQueryRequest
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.SampleQueryResponse
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.Series
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.SeriesIdentifier
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.SeriesRequest
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.SeriesResponse
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.StreamAdapter
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.TailersCountRequest
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.TailersCountResponse
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.TailRequest
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.TailResponse
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.TimeSeriesChunk
 
writeTo(CodedOutputStream) - Method in class logproto.Logproto.TransferChunksResponse
 
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes All Packages