Uses of Class
com.google.protobuf.ExtensionRegistry
-
Packages that use ExtensionRegistry Package Description com.google.protobuf com.google.protobuf.compiler com.google.rpc dev.cel.bundle dev.cel.common.internal dev.cel.expr dev.cel.runtime -
-
Uses of ExtensionRegistry in com.google.protobuf
Methods in com.google.protobuf that return ExtensionRegistry Modifier and Type Method Description ExtensionRegistryDescriptors.FileDescriptor.InternalDescriptorAssigner. assignDescriptors(Descriptors.FileDescriptor root)Deprecated.static ExtensionRegistryExtensionRegistry. getEmptyRegistry()Get the unmodifiable singleton empty instance.ExtensionRegistryExtensionRegistry. getUnmodifiable()Returns an unmodifiable view of the registry.static ExtensionRegistryExtensionRegistry. newInstance()Construct a new, empty instance.Methods in com.google.protobuf with parameters of type ExtensionRegistry Modifier and Type Method Description static voidDescriptors.FileDescriptor. internalUpdateFileDescriptor(Descriptors.FileDescriptor descriptor, ExtensionRegistry registry)This method is to be called by generated code only.static voidTextFormat. merge(java.lang.CharSequence input, ExtensionRegistry extensionRegistry, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder.static voidTextFormat. merge(java.lang.Readable input, ExtensionRegistry extensionRegistry, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder.voidTextFormat.Parser. merge(java.lang.CharSequence input, ExtensionRegistry extensionRegistry, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder.voidTextFormat.Parser. merge(java.lang.Readable input, ExtensionRegistry extensionRegistry, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder.static <T extends Message>
TTextFormat. parse(java.lang.CharSequence input, ExtensionRegistry extensionRegistry, java.lang.Class<T> protoClass)Parse a text-format message frominput.static DynamicMessageDynamicMessage. parseFrom(Descriptors.Descriptor type, byte[] data, ExtensionRegistry extensionRegistry)Parsedataas a message of the given type and return it.static DynamicMessageDynamicMessage. parseFrom(Descriptors.Descriptor type, ByteString data, ExtensionRegistry extensionRegistry)Parsedataas a message of the given type and return it.static DynamicMessageDynamicMessage. parseFrom(Descriptors.Descriptor type, CodedInputStream input, ExtensionRegistry extensionRegistry)Parse a message of the given type from the given input stream.static DynamicMessageDynamicMessage. parseFrom(Descriptors.Descriptor type, java.io.InputStream input, ExtensionRegistry extensionRegistry)Parse a message of the given type frominputand return it.static voidAnyProto. registerAllExtensions(ExtensionRegistry registry)static voidApiProto. registerAllExtensions(ExtensionRegistry registry)static voidDescriptorProtos. registerAllExtensions(ExtensionRegistry registry)static voidDurationProto. registerAllExtensions(ExtensionRegistry registry)static voidEmptyProto. registerAllExtensions(ExtensionRegistry registry)static voidFieldMaskProto. registerAllExtensions(ExtensionRegistry registry)static voidSourceContextProto. registerAllExtensions(ExtensionRegistry registry)static voidStructProto. registerAllExtensions(ExtensionRegistry registry)static voidTimestampProto. registerAllExtensions(ExtensionRegistry registry)static voidTypeProto. registerAllExtensions(ExtensionRegistry registry)static voidWrappersProto. registerAllExtensions(ExtensionRegistry registry) -
Uses of ExtensionRegistry in com.google.protobuf.compiler
Methods in com.google.protobuf.compiler with parameters of type ExtensionRegistry Modifier and Type Method Description static voidPluginProtos. registerAllExtensions(ExtensionRegistry registry) -
Uses of ExtensionRegistry in com.google.rpc
Methods in com.google.rpc with parameters of type ExtensionRegistry Modifier and Type Method Description static voidStatusProto. registerAllExtensions(ExtensionRegistry registry) -
Uses of ExtensionRegistry in dev.cel.bundle
Methods in dev.cel.bundle with parameters of type ExtensionRegistry Modifier and Type Method Description CelBuilderCelBuilder. setExtensionRegistry(ExtensionRegistry extensionRegistry)Sets a proto ExtensionRegistry to assist with unpacking Any messages containing a proto2 extension field. -
Uses of ExtensionRegistry in dev.cel.common.internal
Methods in dev.cel.common.internal that return ExtensionRegistry Modifier and Type Method Description ExtensionRegistryCelDescriptorPool. getExtensionRegistry()Retrieves the registered extension registry.ExtensionRegistryCombinedDescriptorPool. getExtensionRegistry()ExtensionRegistryDefaultDescriptorPool. getExtensionRegistry()Methods in dev.cel.common.internal with parameters of type ExtensionRegistry Modifier and Type Method Description static DefaultDescriptorPoolDefaultDescriptorPool. create(CelDescriptors celDescriptors, ExtensionRegistry extensionRegistry) -
Uses of ExtensionRegistry in dev.cel.expr
Methods in dev.cel.expr with parameters of type ExtensionRegistry Modifier and Type Method Description static voidDeclProto. registerAllExtensions(ExtensionRegistry registry)static voidEvalProto. registerAllExtensions(ExtensionRegistry registry)static voidExplainProto. registerAllExtensions(ExtensionRegistry registry)static voidSyntaxProto. registerAllExtensions(ExtensionRegistry registry)static voidValueProto. registerAllExtensions(ExtensionRegistry registry) -
Uses of ExtensionRegistry in dev.cel.runtime
Methods in dev.cel.runtime with parameters of type ExtensionRegistry Modifier and Type Method Description CelRuntimeBuilderCelRuntimeBuilder. setExtensionRegistry(ExtensionRegistry extensionRegistry)Sets a proto ExtensionRegistry to assist with unpacking Any messages containing a proto2 extension field.CelRuntimeBuilderCelRuntimeLegacyImpl.Builder. setExtensionRegistry(ExtensionRegistry extensionRegistry)
-