Uses of Class
com.google.rpc.ErrorInfo.Builder
Packages that use ErrorInfo.Builder
-
Uses of ErrorInfo.Builder in com.google.rpc
Methods in com.google.rpc that return ErrorInfo.BuilderModifier and TypeMethodDescriptionErrorInfo.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ErrorInfo.Builder.clear()
ErrorInfo.Builder.clearDomain()
The logical grouping to which the "reason" belongs.ErrorInfo.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) ErrorInfo.Builder.clearMetadata()
ErrorInfo.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) ErrorInfo.Builder.clearReason()
The reason of the error.ErrorInfo.Builder.clone()
ErrorInfo.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ErrorInfo.Builder.mergeFrom
(com.google.protobuf.Message other) final ErrorInfo.Builder
ErrorInfo.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static ErrorInfo.Builder
ErrorInfo.newBuilder()
static ErrorInfo.Builder
ErrorInfo.newBuilder
(ErrorInfo prototype) ErrorInfo.newBuilderForType()
protected ErrorInfo.Builder
ErrorInfo.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ErrorInfo.Builder.putAllMetadata
(Map<String, String> values) Additional structured details about this error.ErrorInfo.Builder.putMetadata
(String key, String value) Additional structured details about this error.ErrorInfo.Builder.removeMetadata
(String key) Additional structured details about this error.The logical grouping to which the "reason" belongs.ErrorInfo.Builder.setDomainBytes
(com.google.protobuf.ByteString value) The logical grouping to which the "reason" belongs.The reason of the error.ErrorInfo.Builder.setReasonBytes
(com.google.protobuf.ByteString value) The reason of the error.ErrorInfo.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final ErrorInfo.Builder
ErrorInfo.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) ErrorInfo.toBuilder()