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 AnyAny.DEFAULT_INSTANCEprivate AnyOption.Builder.value_private AnyOption.value_Fields in com.google.protobuf with type parameters of type AnyModifier and TypeFieldDescriptionAny.PARSERprivate SingleFieldBuilder<Any, Any.Builder, AnyOrBuilder> Option.Builder.valueBuilder_Methods in com.google.protobuf that return AnyModifier and TypeMethodDescriptionAny.Builder.build()Any.Builder.buildPartial()static AnyAny.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 AnyAny.parseDelimitedFrom(InputStream input) static AnyAny.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static AnyAny.parseFrom(byte[] data) static AnyAny.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static AnyAny.parseFrom(ByteString data) static AnyAny.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static AnyAny.parseFrom(CodedInputStream input) static AnyAny.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static AnyAny.parseFrom(InputStream input) static AnyAny.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static AnyAny.parseFrom(ByteBuffer data) static AnyAny.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type AnyModifier and TypeMethodDescriptionAny.getParserForType()private SingleFieldBuilder<Any, Any.Builder, AnyOrBuilder> Option.Builder.internalGetValueFieldBuilder()The option's value packed in an Any message.Any.parser()Methods in com.google.protobuf with parameters of type AnyModifier and TypeMethodDescriptionprivate voidAny.Builder.buildPartial0(Any result) Option.Builder.mergeValue(Any value) The option's value packed in an Any message.static Any.BuilderAny.newBuilder(Any prototype) The option's value packed in an Any message.