Modifier and Type | Method and Description |
---|---|
static void |
KafkaEgress.registerAllExtensions(ExtensionRegistry registry) |
static void |
KinesisEgress.registerAllExtensions(ExtensionRegistry registry) |
Modifier and Type | Method and Description |
---|---|
static void |
RequestReply.registerAllExtensions(ExtensionRegistry registry) |
Modifier and Type | Method and Description |
---|---|
ExtensionRegistry |
Descriptors.FileDescriptor.InternalDescriptorAssigner.assignDescriptors(Descriptors.FileDescriptor root) |
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.FileDescriptor descriptor,
ExtensionRegistry registry)
This method is to be called by generated code only.
|
static void |
TextFormat.merge(java.lang.CharSequence input,
ExtensionRegistry extensionRegistry,
Message.Builder builder)
Parse a text-format message from
input and merge the contents into builder . |
void |
TextFormat.Parser.merge(java.lang.CharSequence input,
ExtensionRegistry extensionRegistry,
Message.Builder builder)
Parse a text-format message from
input and merge the contents into builder . |
static void |
TextFormat.merge(java.lang.Readable input,
ExtensionRegistry extensionRegistry,
Message.Builder builder)
Parse a text-format message from
input and merge the contents into builder . |
void |
TextFormat.Parser.merge(java.lang.Readable input,
ExtensionRegistry extensionRegistry,
Message.Builder builder)
Parse a text-format message from
input and merge the contents into builder . |
static <T extends Message> |
TextFormat.parse(java.lang.CharSequence input,
ExtensionRegistry extensionRegistry,
java.lang.Class<T> protoClass)
Parse a text-format message from
input . |
static DynamicMessage |
DynamicMessage.parseFrom(Descriptors.Descriptor type,
byte[] data,
ExtensionRegistry extensionRegistry)
Parse
data as a message of the given type and return it. |
static DynamicMessage |
DynamicMessage.parseFrom(Descriptors.Descriptor type,
ByteString data,
ExtensionRegistry extensionRegistry)
Parse
data as a message of the given type and return it. |
static DynamicMessage |
DynamicMessage.parseFrom(Descriptors.Descriptor type,
CodedInputStream input,
ExtensionRegistry extensionRegistry)
Parse a message of the given type from the given input stream.
|
static DynamicMessage |
DynamicMessage.parseFrom(Descriptors.Descriptor type,
java.io.InputStream input,
ExtensionRegistry extensionRegistry)
Parse a message of the given type from
input and return it. |
static void |
TypeProto.registerAllExtensions(ExtensionRegistry registry) |
static void |
TimestampProto.registerAllExtensions(ExtensionRegistry registry) |
static void |
WrappersProto.registerAllExtensions(ExtensionRegistry registry) |
static void |
DescriptorProtos.registerAllExtensions(ExtensionRegistry registry) |
static void |
AnyProto.registerAllExtensions(ExtensionRegistry registry) |
static void |
EmptyProto.registerAllExtensions(ExtensionRegistry registry) |
static void |
FieldMaskProto.registerAllExtensions(ExtensionRegistry registry) |
static void |
SourceContextProto.registerAllExtensions(ExtensionRegistry registry) |
static void |
StructProto.registerAllExtensions(ExtensionRegistry registry) |
static void |
DurationProto.registerAllExtensions(ExtensionRegistry registry) |
static void |
ApiProto.registerAllExtensions(ExtensionRegistry registry) |
Modifier and Type | Method and Description |
---|---|
static void |
PluginProtos.registerAllExtensions(ExtensionRegistry registry) |
Modifier and Type | Method and Description |
---|---|
static void |
Types.registerAllExtensions(ExtensionRegistry registry) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.