| Package | Description |
|---|---|
| com.google.protobuf |
| 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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.Builder.addRepeatedField(Descriptors
Like
setRepeatedField, but appends the value as a new element.
|
Message |
Message.Builder.clear()
|
Message |
Message.Builder.clearField(Descriptors
Clears the field.
|
Message |
Message.Builder.clearOneof(Descriptors
Clears the oneof.
|
Message |
Message.Builder.clone()
|
Message |
GeneratedMessage.Builder.getFieldBuilder(Descriptors
|
Message |
Message.Builder.getFieldBuilder(Descriptors
Get a nested builder instance for the given field.
|
Message |
AbstractMessage.Builder.getFieldBuilder(Descriptors
|
Message |
DynamicMessage.Builder.getFieldBuilder(Descriptors
|
Message |
Message.Builder.mergeFrom(byte[] data)
|
Message |
Message.Builder.mergeFrom(byte[] data, ExtensionRegistryLite
|
Message |
Message.Builder.mergeFrom(byte[] data, int off, int len)
|
Message |
Message.Builder.mergeFrom(byte[] data, int off, int len, ExtensionRegistryLite
|
Message |
Message.Builder.mergeFrom(ByteString
|
Message |
Message.Builder.mergeFrom(ByteString
|
Message |
Message.Builder.mergeFrom(CodedInputStream
|
Message |
Message.Builder.mergeFrom(CodedInputStream
|
Message |
Message.Builder.mergeFrom(InputStream
|
Message |
Message.Builder.mergeFrom(InputStream
|
Message |
Message.Builder.mergeFrom(Message
Merge
other into the message being built.
|
Message |
Message.Builder.mergeUnknownFields(UnknownFieldSet
Merge some unknown fields into the
UnknownFieldSet for this message.
|
Message |
GeneratedMessage.Builder.newBuilderForField(Descriptors
|
Message |
Message.Builder.newBuilderForField(Descriptors
Create a Builder for messages of the appropriate type for the given field.
|
Message |
Message.newBuilderForType()
|
protected abstract Message |
GeneratedMessage.newBuilderForType(GeneratedMessage
|
Message |
Message.Builder.setField(Descriptors
Sets a field to the given value.
|
Message |
Message.Builder.setRepeatedField(Descriptors
Sets an element of a repeated field to the given value.
|
Message |
Message.Builder.setUnknownFields(UnknownFieldSet
Set the
UnknownFieldSet for this message.
|
Message |
Message.toBuilder()
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TextFormat.merge(CharSequence
Parse a text-format message from
input and merge the contents into
builder.
|
void |
TextFormat.Parser.merge(CharSequence
Parse a text-format message from
input and merge the contents into
builder.
|
static void |
TextFormat.merge(CharSequence
Parse a text-format message from
input and merge the contents into
builder.
|
void |
TextFormat.Parser.merge(CharSequence
Parse a text-format message from
input and merge the contents into
builder.
|
static void |
TextFormat.merge(Readable
Parse a text-format message from
input and merge the contents into
builder.
|
void |
TextFormat.Parser.merge(Readable
Parse a text-format message from
input and merge the contents into
builder.
|
static void |
TextFormat.merge(Readable
Parse a text-format message from
input and merge the contents into
builder.
|
void |
TextFormat.Parser.merge(Readable
Parse a text-format message from
input and merge the contents into
builder.
|