Uses of Class
com.google.protobuf.Any
Packages that use Any
-
Uses of Any in com.google.protobuf
Methods in com.google.protobuf that return AnyModifier and TypeMethodDescriptionAny.Builder.build()Any.Builder.buildPartial()static AnyAny.getDefaultInstance()Any.Builder.getDefaultInstanceForType()Option.Builder.getValue().google.protobuf.Any value = 2 [json_name = "value"];Option.getValue().google.protobuf.Any value = 2 [json_name = "value"];OptionOrBuilder.getValue().google.protobuf.Any value = 2 [json_name = "value"];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 AnyMethods in com.google.protobuf with parameters of type AnyModifier and TypeMethodDescriptionOption.Builder.mergeValue(Any value) .google.protobuf.Any value = 2 [json_name = "value"];static Any.BuilderAny.newBuilder(Any prototype) .google.protobuf.Any value = 2 [json_name = "value"];