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.value_Fields in com.google.protobuf with type parameters of type AnyMethods in com.google.protobuf that return AnyModifier and TypeMethodDescriptionstatic AnyAny.getDefaultInstance()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.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 AnyMethods in com.google.protobuf with parameters of type AnyModifier and TypeMethodDescriptionOption.Builder.mergeValue(Any value) The option's value packed in an Any message.private voidOption.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.private voidThe option's value packed in an Any message.