Uses of Class
com.google.protobuf.generated.Any
Packages that use Any
-
Uses of Any in com.google.protobuf.generated
Methods in com.google.protobuf.generated that return AnyModifier and TypeMethodDescriptionAny.Builder.build()
Any.Builder.buildPartial()
static Any
Any.getDefaultInstance()
Any.Builder.getDefaultInstanceForType()
static <T extends com.google.protobuf.Message>
AnyAny.pack
(T message) static <T extends com.google.protobuf.Message>
AnyPacks a message using the given type URL prefix.static Any
Any.parseDelimitedFrom
(InputStream input) static Any
Any.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Any
Any.parseFrom
(byte[] data) static Any
Any.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Any
Any.parseFrom
(com.google.protobuf.ByteString data) static Any
Any.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Any
Any.parseFrom
(com.google.protobuf.CodedInputStream input) static Any
Any.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Any
Any.parseFrom
(InputStream input) static Any
Any.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Any
Any.parseFrom
(ByteBuffer data) static Any
Any.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf.generated that return types with arguments of type AnyModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Any> Any.getParserForType()
static com.google.protobuf.Parser
<Any> Any.parser()
Methods in com.google.protobuf.generated with parameters of type Any -
Uses of Any in com.google.rpc
Methods in com.google.rpc that return AnyModifier and TypeMethodDescriptionStatus.Builder.getDetails
(int index) A list of messages that carry the error details.Status.getDetails
(int index) A list of messages that carry the error details.StatusOrBuilder.getDetails
(int index) A list of messages that carry the error details.Methods in com.google.rpc that return types with arguments of type AnyModifier and TypeMethodDescriptionStatus.Builder.getDetailsList()
A list of messages that carry the error details.Status.getDetailsList()
A list of messages that carry the error details.StatusOrBuilder.getDetailsList()
A list of messages that carry the error details.Methods in com.google.rpc with parameters of type AnyModifier and TypeMethodDescriptionStatus.Builder.addDetails
(int index, Any value) A list of messages that carry the error details.Status.Builder.addDetails
(Any value) A list of messages that carry the error details.Status.Builder.setDetails
(int index, Any value) A list of messages that carry the error details.Method parameters in com.google.rpc with type arguments of type AnyModifier and TypeMethodDescriptionStatus.Builder.addAllDetails
(Iterable<? extends Any> values) A list of messages that carry the error details.