Uses of Class
com.google.protobuf.Any
-
-
Uses of Any in com.google.protobuf
Methods in com.google.protobuf that return Any Modifier and Type Method Description static AnyAny. getDefaultInstance()AnyOption.Builder. getValue()The option's value packed in an Any message.AnyOption. getValue()The option's value packed in an Any message.AnyOptionOrBuilder. 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 Any Modifier and Type Method Description static Parser<Any>Any. parser()Methods in com.google.protobuf with parameters of type Any Modifier and Type Method Description Option.BuilderOption.Builder. mergeValue(Any value)The option's value packed in an Any message.static Any.BuilderAny. newBuilder(Any prototype)Option.BuilderOption.Builder. setValue(Any value)The option's value packed in an Any message.
-