Uses of Class
com.google.protobuf.generated.Any.Builder
Packages that use Any.Builder
-
Uses of Any.Builder in com.google.protobuf.generated
Subclasses with type arguments of type Any.Builder in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic final class
`Any` contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.Methods in com.google.protobuf.generated that return Any.BuilderModifier and TypeMethodDescriptionAny.Builder.clear()
Any.Builder.clearTypeUrl()
A URL/resource name that uniquely identifies the type of the serialized protocol buffer message.Any.Builder.clearValue()
Must be a valid serialized protocol buffer of the above specified type.Any.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Any.Builder.mergeFrom
(com.google.protobuf.Message other) static Any.Builder
Any.newBuilder()
static Any.Builder
Any.newBuilder
(Any prototype) Any.newBuilderForType()
protected Any.Builder
Any.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Any.Builder.setTypeUrl
(String value) A URL/resource name that uniquely identifies the type of the serialized protocol buffer message.Any.Builder.setTypeUrlBytes
(com.google.protobuf.ByteString value) A URL/resource name that uniquely identifies the type of the serialized protocol buffer message.Any.Builder.setValue
(com.google.protobuf.ByteString value) Must be a valid serialized protocol buffer of the above specified type.Any.toBuilder()
-
Uses of Any.Builder in com.google.rpc
Methods in com.google.rpc that return Any.BuilderModifier and TypeMethodDescriptionStatus.Builder.addDetailsBuilder()
A list of messages that carry the error details.Status.Builder.addDetailsBuilder
(int index) A list of messages that carry the error details.Status.Builder.getDetailsBuilder
(int index) A list of messages that carry the error details.Methods in com.google.rpc that return types with arguments of type Any.BuilderModifier and TypeMethodDescriptionStatus.Builder.getDetailsBuilderList()
A list of messages that carry the error details.Methods in com.google.rpc with parameters of type Any.BuilderModifier and TypeMethodDescriptionStatus.Builder.addDetails
(int index, Any.Builder builderForValue) A list of messages that carry the error details.Status.Builder.addDetails
(Any.Builder builderForValue) A list of messages that carry the error details.Status.Builder.setDetails
(int index, Any.Builder builderForValue) A list of messages that carry the error details.