Uses of Class
com.google.protobuf.Any
Packages that use Any
-
Uses of Any in com.google.protobuf
Fields in com.google.protobuf declared as AnyModifier and TypeFieldDescriptionprivate static final Any
Any.DEFAULT_INSTANCE
private Any
Option.Builder.value_
private Any
Option.value_
Fields in com.google.protobuf with type parameters of type AnyModifier and TypeFieldDescriptionAny.PARSER
private SingleFieldBuilderV3
<Any, Any.Builder, AnyOrBuilder> Option.Builder.valueBuilder_
Methods in com.google.protobuf that return AnyModifier and TypeMethodDescriptionAny.Builder.build()
Any.Builder.buildPartial()
static Any
Any.getDefaultInstance()
Any.Builder.getDefaultInstanceForType()
Option.Builder.getValue()
The option's value packed in an Any message.Option.getValue()
The option's value packed in an Any message.OptionOrBuilder.getValue()
The option's value packed in an Any message.Any.pack
(T message) Packs a message using the given type URL prefix.static Any
Any.parseDelimitedFrom
(InputStream input) static Any
Any.parseDelimitedFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) static Any
Any.parseFrom
(byte[] data) static Any
Any.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Any
Any.parseFrom
(ByteString data) static Any
Any.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Any
Any.parseFrom
(CodedInputStream input) static Any
Any.parseFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static Any
Any.parseFrom
(InputStream input) static Any
Any.parseFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) static Any
Any.parseFrom
(ByteBuffer data) static Any
Any.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type AnyModifier and TypeMethodDescriptionAny.getParserForType()
private SingleFieldBuilderV3
<Any, Any.Builder, AnyOrBuilder> Option.Builder.getValueFieldBuilder()
The option's value packed in an Any message.Any.parser()
Methods in com.google.protobuf with parameters of type AnyModifier and TypeMethodDescriptionOption.Builder.mergeValue
(Any value) The option's value packed in an Any message.static Any.Builder
Any.newBuilder
(Any prototype) The option's value packed in an Any message.