| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Method and Description |
|---|---|
ExtensionRegistry |
Descriptors.FileDescriptor.InternalDescriptorAssigner.assignDescriptors(Descriptors
|
static ExtensionRegistry |
ExtensionRegistry.getEmptyRegistry()
Get the unmodifiable singleton empty instance.
|
ExtensionRegistry |
ExtensionRegistry.getUnmodifiable()
Returns an unmodifiable view of the registry.
|
static ExtensionRegistry |
ExtensionRegistry.newInstance()
Construct a new, empty instance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Descriptors.FileDescriptor.internalUpdateFileDescriptor(Descriptors
This method is to be called by generated code only.
|
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 DynamicMessage |
DynamicMessage.parseFrom(Descriptors
Parse
data as a message of the given type and return it.
|
static DynamicMessage |
DynamicMessage.parseFrom(Descriptors
Parse
data as a message of the given type and return it.
|
static DynamicMessage |
DynamicMessage.parseFrom(Descriptors
Parse a message of the given type from the given input stream.
|
static DynamicMessage |
DynamicMessage.parseFrom(Descriptors
Parse a message of the given type from
input and return it.
|
static void |
DescriptorProtos.registerAllExtensions(ExtensionRegistry
|