Modifier and Type | Class and Description |
---|---|
static class |
AbstractMessage.Builder<BuilderType extends AbstractMessage.Builder>
A partial implementation of the
Message.Builder interface which
implements as many methods of that interface as possible in terms of
other methods. |
Modifier and Type | Class and Description |
---|---|
static class |
DescriptorProtos.DescriptorProto.Builder
Protobuf type
google.protobuf.DescriptorProto
Describes a message type. |
static class |
DescriptorProtos.DescriptorProto.ExtensionRange.Builder
Protobuf type
google.protobuf.DescriptorProto.ExtensionRange |
static class |
DescriptorProtos.EnumDescriptorProto.Builder
Protobuf type
google.protobuf.EnumDescriptorProto
Describes an enum type. |
static class |
DescriptorProtos.EnumOptions.Builder
Protobuf type
google.protobuf.EnumOptions |
static class |
DescriptorProtos.EnumValueDescriptorProto.Builder
Protobuf type
google.protobuf.EnumValueDescriptorProto
Describes a value within an enum. |
static class |
DescriptorProtos.EnumValueOptions.Builder
Protobuf type
google.protobuf.EnumValueOptions |
static class |
DescriptorProtos.FieldDescriptorProto.Builder
Protobuf type
google.protobuf.FieldDescriptorProto
Describes a field within a message. |
static class |
DescriptorProtos.FieldOptions.Builder
Protobuf type
google.protobuf.FieldOptions |
static class |
DescriptorProtos.FileDescriptorProto.Builder
Protobuf type
google.protobuf.FileDescriptorProto
Describes a complete .proto file. |
static class |
DescriptorProtos.FileDescriptorSet.Builder
Protobuf type
google.protobuf.FileDescriptorSet
The protocol compiler can output a FileDescriptorSet containing the .proto
files it parses. |
static class |
DescriptorProtos.FileOptions.Builder
Protobuf type
google.protobuf.FileOptions |
static class |
DescriptorProtos.MessageOptions.Builder
Protobuf type
google.protobuf.MessageOptions |
static class |
DescriptorProtos.MethodDescriptorProto.Builder
Protobuf type
google.protobuf.MethodDescriptorProto
Describes a method of a service. |
static class |
DescriptorProtos.MethodOptions.Builder
Protobuf type
google.protobuf.MethodOptions |
static class |
DescriptorProtos.OneofDescriptorProto.Builder
Protobuf type
google.protobuf.OneofDescriptorProto
Describes a oneof. |
static class |
DescriptorProtos.ServiceDescriptorProto.Builder
Protobuf type
google.protobuf.ServiceDescriptorProto
Describes a service. |
static class |
DescriptorProtos.ServiceOptions.Builder
Protobuf type
google.protobuf.ServiceOptions |
static class |
DescriptorProtos.SourceCodeInfo.Builder
Protobuf type
google.protobuf.SourceCodeInfo
Encapsulates information about the original source file from which a
FileDescriptorProto was generated. |
static class |
DescriptorProtos.SourceCodeInfo.Location.Builder
Protobuf type
google.protobuf.SourceCodeInfo.Location |
static class |
DescriptorProtos.UninterpretedOption.Builder
Protobuf type
google.protobuf.UninterpretedOption
A message representing a option the parser does not recognize. |
static class |
DescriptorProtos.UninterpretedOption.NamePart.Builder
Protobuf type
google.protobuf.UninterpretedOption.NamePart
The name of the uninterpreted option. |
static class |
DynamicMessage.Builder
Builder for
DynamicMessage s. |
static class |
GeneratedMessage.Builder<BuilderType extends GeneratedMessage.Builder> |
static class |
GeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder>
Generated message builders for message types that contain extension ranges
subclass this.
|
Copyright © 2008–2016. All rights reserved.