Uses of Class
com.google.rpc.Status.Builder
Packages that use Status.Builder
-
Uses of Status.Builder in com.google.cloud.audit
Methods in com.google.cloud.audit that return Status.BuilderModifier and TypeMethodDescriptionAuditLog.Builder.getStatusBuilder()
The status of the overall operation.Methods in com.google.cloud.audit with parameters of type Status.BuilderModifier and TypeMethodDescriptionAuditLog.Builder.setStatus
(Status.Builder builderForValue) The status of the overall operation. -
Uses of Status.Builder in com.google.longrunning
Methods in com.google.longrunning that return Status.BuilderModifier and TypeMethodDescriptionOperation.Builder.getErrorBuilder()
The error result of the operation in case of failure or cancellation.Methods in com.google.longrunning with parameters of type Status.BuilderModifier and TypeMethodDescriptionOperation.Builder.setError
(Status.Builder builderForValue) The error result of the operation in case of failure or cancellation. -
Uses of Status.Builder in com.google.rpc
Methods in com.google.rpc that return Status.BuilderModifier and TypeMethodDescriptionStatus.Builder.addAllDetails
(Iterable<? extends com.google.protobuf.Any> values) A list of messages that carry the error details.Status.Builder.addDetails
(int index, com.google.protobuf.Any value) A list of messages that carry the error details.Status.Builder.addDetails
(int index, com.google.protobuf.Any.Builder builderForValue) A list of messages that carry the error details.Status.Builder.addDetails
(com.google.protobuf.Any value) A list of messages that carry the error details.Status.Builder.addDetails
(com.google.protobuf.Any.Builder builderForValue) A list of messages that carry the error details.Status.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Status.Builder.clear()
Status.Builder.clearCode()
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].Status.Builder.clearDetails()
A list of messages that carry the error details.Status.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Status.Builder.clearMessage()
A developer-facing error message, which should be in English.Status.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Status.Builder.clone()
Status.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Status.Builder.mergeFrom
(com.google.protobuf.Message other) final Status.Builder
Status.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Status.Builder
Status.newBuilder()
static Status.Builder
Status.newBuilder
(Status prototype) Status.newBuilderForType()
protected Status.Builder
Status.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Status.Builder.removeDetails
(int index) A list of messages that carry the error details.Status.Builder.setCode
(int value) The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].Status.Builder.setDetails
(int index, com.google.protobuf.Any value) A list of messages that carry the error details.Status.Builder.setDetails
(int index, com.google.protobuf.Any.Builder builderForValue) A list of messages that carry the error details.Status.Builder.setMessage
(String value) A developer-facing error message, which should be in English.Status.Builder.setMessageBytes
(com.google.protobuf.ByteString value) A developer-facing error message, which should be in English.Status.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Status.Builder
Status.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Status.toBuilder()