Uses of Class
com.google.rpc.ErrorInfo.Builder
Packages that use ErrorInfo.Builder
-
Uses of ErrorInfo.Builder in com.google.rpc
Subclasses with type arguments of type ErrorInfo.Builder in com.google.rpcModifier and TypeClassDescriptionstatic final classDescribes the cause of the error with structured details.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.BuilderErrorInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ErrorInfo.BuilderErrorInfo.newBuilder()static ErrorInfo.BuilderErrorInfo.newBuilder(ErrorInfo prototype) ErrorInfo.newBuilderForType()protected ErrorInfo.BuilderErrorInfo.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.BuilderErrorInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ErrorInfo.toBuilder()