| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Message
Abstract interface implemented by Protocol Message builders.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractMessage
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 |
AbstractMessageLite
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
Protobuf type
google.protobuf.DescriptorProto
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.DescriptorProto.ExtensionRange
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.EnumDescriptorProto
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.EnumOptions
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.EnumValueDescriptorProto
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.EnumValueOptions
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.FieldDescriptorProto
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.FieldOptions
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.FileDescriptorProto
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.FileDescriptorSet
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.FileOptions
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.MessageOptions
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.MethodDescriptorProto
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.MethodOptions
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.OneofDescriptorProto
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.ServiceDescriptorProto
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.ServiceOptions
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.SourceCodeInfo
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.SourceCodeInfo.Location
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.UninterpretedOption
|
static class |
DescriptorProtos
Protobuf type
google.protobuf.UninterpretedOption.NamePart
|
static class |
DynamicMessage
Builder for
DynamicMessages.
|
static class |
GeneratedMessage
|
static class |
GeneratedMessage
Generated message builders for message types that contain extension ranges subclass this.
|
static class |
GeneratedMessageLite
|
static class |
GeneratedMessageLite
Lite equivalent of
GeneratedMessage.ExtendableBuilder.
|
static class |
UnknownFieldSet
Builder for
UnknownFieldSets.
|
| Modifier and Type | Method and Description |
|---|---|
MessageLite |
MessageLite.Builder.clear()
Resets all fields to their default values.
|
MessageLite |
MessageLite.Builder.clone()
Clones the Builder.
|
MessageLite |
Descriptors.FieldDescriptor.internalMergeFrom(MessageLite
For internal use only.
|
MessageLite |
MessageLite.Builder.mergeFrom(byte[] data)
Parse
data as a message of this type and merge it with the message being built.
|
MessageLite |
MessageLite.Builder.mergeFrom(byte[] data, ExtensionRegistryLite
Parse
data as a message of this type and merge it with the message being built.
|
MessageLite |
MessageLite.Builder.mergeFrom(byte[] data, int off, int len)
Parse
data as a message of this type and merge it with the message being built.
|
MessageLite |
MessageLite.Builder.mergeFrom(byte[] data, int off, int len, ExtensionRegistryLite
Parse
data as a message of this type and merge it with the message being built.
|
MessageLite |
MessageLite.Builder.mergeFrom(ByteString
Parse
data as a message of this type and merge it with the message being built.
|
MessageLite |
MessageLite.Builder.mergeFrom(ByteString
Parse
data as a message of this type and merge it with the message being built.
|
MessageLite |
MessageLite.Builder.mergeFrom(CodedInputStream
Parses a message of this type from the input and merges it with this message.
|
MessageLite |
MessageLite.Builder.mergeFrom(CodedInputStream
Like
mergeFrom(CodedInputStream), but also parses extensions.
|
MessageLite |
MessageLite.Builder.mergeFrom(InputStream
Parse a message of this type from
input and merge it with the message being built.
|
MessageLite |
MessageLite.Builder.mergeFrom(InputStream
Parse a message of this type from
input and merge it with the message being built.
|
MessageLite |
MessageLite.newBuilderForType()
Constructs a new builder for a message of the same type as this message.
|
MessageLite |
MessageLite.toBuilder()
Constructs a builder initialized with the current message.
|
| Modifier and Type | Method and Description |
|---|---|
MessageLite |
Descriptors.FieldDescriptor.internalMergeFrom(MessageLite
For internal use only.
|
void |
CodedInputStream.readGroup(int fieldNumber, MessageLite
Read a
group field value from the stream.
|
void |
CodedInputStream.readMessage(MessageLite
Read an embedded message field value from the stream.
|
void |
CodedInputStream.readUnknownGroup(int fieldNumber, MessageLite
Deprecated.
UnknownFieldSet.Builder now implements MessageLite.Builder, so you can just call
CodedInputStream.
|