Uses of Interface
com.google.protobuf.generated.AnyOrBuilder
Packages that use AnyOrBuilder
-
Uses of AnyOrBuilder in com.google.protobuf.generated
Classes in com.google.protobuf.generated that implement AnyOrBuilderModifier and TypeClassDescriptionfinal class
`Any` contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.static final class
`Any` contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message. -
Uses of AnyOrBuilder in com.google.rpc
Methods in com.google.rpc that return AnyOrBuilderModifier and TypeMethodDescriptionStatus.Builder.getDetailsOrBuilder
(int index) A list of messages that carry the error details.Status.getDetailsOrBuilder
(int index) A list of messages that carry the error details.StatusOrBuilder.getDetailsOrBuilder
(int index) A list of messages that carry the error details.Methods in com.google.rpc that return types with arguments of type AnyOrBuilderModifier and TypeMethodDescriptionList
<? extends AnyOrBuilder> Status.Builder.getDetailsOrBuilderList()
A list of messages that carry the error details.List
<? extends AnyOrBuilder> Status.getDetailsOrBuilderList()
A list of messages that carry the error details.List
<? extends AnyOrBuilder> StatusOrBuilder.getDetailsOrBuilderList()
A list of messages that carry the error details.