class |
AbstractMessage |
A partial implementation of the Message interface which implements as many methods of
that interface as possible in terms of other methods.
|
static class |
AbstractMessage.Builder<BuilderType extends AbstractMessage.Builder<BuilderType>> |
A partial implementation of the Message.Builder interface which implements as many
methods of that interface as possible in terms of other methods.
|
static class |
DescriptorProtos.DescriptorProto |
Describes a message type.
|
static class |
DescriptorProtos.DescriptorProto.Builder |
Describes a message type.
|
static class |
DescriptorProtos.DescriptorProto.ExtensionRange |
Protobuf type google.protobuf.DescriptorProto.ExtensionRange
|
static class |
DescriptorProtos.DescriptorProto.ExtensionRange.Builder |
Protobuf type google.protobuf.DescriptorProto.ExtensionRange
|
static class |
DescriptorProtos.DescriptorProto.ReservedRange |
Range of reserved tag numbers.
|
static class |
DescriptorProtos.DescriptorProto.ReservedRange.Builder |
Range of reserved tag numbers.
|
static class |
DescriptorProtos.EnumDescriptorProto |
Describes an enum type.
|
static class |
DescriptorProtos.EnumDescriptorProto.Builder |
Describes an enum type.
|
static class |
DescriptorProtos.EnumDescriptorProto.EnumReservedRange |
Range of reserved numeric values.
|
static class |
DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder |
Range of reserved numeric values.
|
static class |
DescriptorProtos.EnumOptions |
Protobuf type google.protobuf.EnumOptions
|
static class |
DescriptorProtos.EnumOptions.Builder |
Protobuf type google.protobuf.EnumOptions
|
static class |
DescriptorProtos.EnumValueDescriptorProto |
Describes a value within an enum.
|
static class |
DescriptorProtos.EnumValueDescriptorProto.Builder |
Describes a value within an enum.
|
static class |
DescriptorProtos.EnumValueOptions |
Protobuf type google.protobuf.EnumValueOptions
|
static class |
DescriptorProtos.EnumValueOptions.Builder |
Protobuf type google.protobuf.EnumValueOptions
|
static class |
DescriptorProtos.ExtensionRangeOptions |
Protobuf type google.protobuf.ExtensionRangeOptions
|
static class |
DescriptorProtos.ExtensionRangeOptions.Builder |
Protobuf type google.protobuf.ExtensionRangeOptions
|
static class |
DescriptorProtos.FieldDescriptorProto |
Describes a field within a message.
|
static class |
DescriptorProtos.FieldDescriptorProto.Builder |
Describes a field within a message.
|
static class |
DescriptorProtos.FieldOptions |
Protobuf type google.protobuf.FieldOptions
|
static class |
DescriptorProtos.FieldOptions.Builder |
Protobuf type google.protobuf.FieldOptions
|
static class |
DescriptorProtos.FileDescriptorProto |
Describes a complete .proto file.
|
static class |
DescriptorProtos.FileDescriptorProto.Builder |
Describes a complete .proto file.
|
static class |
DescriptorProtos.FileDescriptorSet |
The protocol compiler can output a FileDescriptorSet containing the .proto
files it parses.
|
static class |
DescriptorProtos.FileDescriptorSet.Builder |
The protocol compiler can output a FileDescriptorSet containing the .proto
files it parses.
|
static class |
DescriptorProtos.FileOptions |
Protobuf type google.protobuf.FileOptions
|
static class |
DescriptorProtos.FileOptions.Builder |
Protobuf type google.protobuf.FileOptions
|
static class |
DescriptorProtos.GeneratedCodeInfo |
Describes the relationship between generated code and its original source
file.
|
static class |
DescriptorProtos.GeneratedCodeInfo.Annotation |
Protobuf type google.protobuf.GeneratedCodeInfo.Annotation
|
static class |
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder |
Protobuf type google.protobuf.GeneratedCodeInfo.Annotation
|
static class |
DescriptorProtos.GeneratedCodeInfo.Builder |
Describes the relationship between generated code and its original source
file.
|
static class |
DescriptorProtos.MessageOptions |
Protobuf type google.protobuf.MessageOptions
|
static class |
DescriptorProtos.MessageOptions.Builder |
Protobuf type google.protobuf.MessageOptions
|
static class |
DescriptorProtos.MethodDescriptorProto |
Describes a method of a service.
|
static class |
DescriptorProtos.MethodDescriptorProto.Builder |
Describes a method of a service.
|
static class |
DescriptorProtos.MethodOptions |
Protobuf type google.protobuf.MethodOptions
|
static class |
DescriptorProtos.MethodOptions.Builder |
Protobuf type google.protobuf.MethodOptions
|
static class |
DescriptorProtos.OneofDescriptorProto |
Describes a oneof.
|
static class |
DescriptorProtos.OneofDescriptorProto.Builder |
Describes a oneof.
|
static class |
DescriptorProtos.OneofOptions |
Protobuf type google.protobuf.OneofOptions
|
static class |
DescriptorProtos.OneofOptions.Builder |
Protobuf type google.protobuf.OneofOptions
|
static class |
DescriptorProtos.ServiceDescriptorProto |
Describes a service.
|
static class |
DescriptorProtos.ServiceDescriptorProto.Builder |
Describes a service.
|
static class |
DescriptorProtos.ServiceOptions |
Protobuf type google.protobuf.ServiceOptions
|
static class |
DescriptorProtos.ServiceOptions.Builder |
Protobuf type google.protobuf.ServiceOptions
|
static class |
DescriptorProtos.SourceCodeInfo |
Encapsulates information about the original source file from which a
FileDescriptorProto was generated.
|
static class |
DescriptorProtos.SourceCodeInfo.Builder |
Encapsulates information about the original source file from which a
FileDescriptorProto was generated.
|
static class |
DescriptorProtos.SourceCodeInfo.Location |
Protobuf type google.protobuf.SourceCodeInfo.Location
|
static class |
DescriptorProtos.SourceCodeInfo.Location.Builder |
Protobuf type google.protobuf.SourceCodeInfo.Location
|
static class |
DescriptorProtos.UninterpretedOption |
A message representing a option the parser does not recognize.
|
static class |
DescriptorProtos.UninterpretedOption.Builder |
A message representing a option the parser does not recognize.
|
static class |
DescriptorProtos.UninterpretedOption.NamePart |
The name of the uninterpreted option.
|
static class |
DescriptorProtos.UninterpretedOption.NamePart.Builder |
The name of the uninterpreted option.
|
class |
DynamicMessage |
|
static class |
DynamicMessage.Builder |
|
class |
GeneratedMessage |
All generated protocol message classes extend this class.
|
static class |
GeneratedMessage.Builder<BuilderType extends GeneratedMessage.Builder<BuilderType>> |
|
static class |
GeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>> |
Generated message builders for message types that contain extension ranges
subclass this.
|
static class |
GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage> |
Generated message classes for message types that contain extension ranges
subclass this.
|
class |
GeneratedMessageV3 |
All generated protocol message classes extend this class.
|
static class |
GeneratedMessageV3.Builder<BuilderType extends GeneratedMessageV3.Builder<BuilderType>> |
|
static class |
GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>> |
Generated message builders for message types that contain extension ranges
subclass this.
|
static class |
GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage> |
Generated message classes for message types that contain extension ranges
subclass this.
|
class |
MapEntry<K,V> |
Implements MapEntry messages.
|
static class |
MapEntry.Builder<K,V> |
|