Uses of Class
com.google.rpc.Status
Packages that use Status
-
Uses of Status in com.google.cloud.audit
Methods in com.google.cloud.audit that return StatusModifier and TypeMethodDescriptionAuditLog.Builder.getStatus()
The status of the overall operation.AuditLog.getStatus()
The status of the overall operation.AuditLogOrBuilder.getStatus()
The status of the overall operation.Methods in com.google.cloud.audit with parameters of type StatusModifier and TypeMethodDescriptionAuditLog.Builder.mergeStatus
(Status value) The status of the overall operation.The status of the overall operation. -
Uses of Status in com.google.longrunning
Methods in com.google.longrunning that return StatusModifier and TypeMethodDescriptionOperation.Builder.getError()
The error result of the operation in case of failure or cancellation.Operation.getError()
The error result of the operation in case of failure or cancellation.OperationOrBuilder.getError()
The error result of the operation in case of failure or cancellation.Methods in com.google.longrunning with parameters of type StatusModifier and TypeMethodDescriptionOperation.Builder.mergeError
(Status value) The error result of the operation in case of failure or cancellation.The error result of the operation in case of failure or cancellation. -
Uses of Status in com.google.rpc
Methods in com.google.rpc that return StatusModifier and TypeMethodDescriptionStatus.Builder.build()
Status.Builder.buildPartial()
static Status
Status.getDefaultInstance()
Status.Builder.getDefaultInstanceForType()
Status.getDefaultInstanceForType()
static Status
Status.parseDelimitedFrom
(InputStream input) static Status
Status.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Status
Status.parseFrom
(byte[] data) static Status
Status.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Status
Status.parseFrom
(com.google.protobuf.ByteString data) static Status
Status.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Status
Status.parseFrom
(com.google.protobuf.CodedInputStream input) static Status
Status.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Status
Status.parseFrom
(InputStream input) static Status
Status.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Status
Status.parseFrom
(ByteBuffer data) static Status
Status.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.rpc that return types with arguments of type StatusModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Status> Status.getParserForType()
static com.google.protobuf.Parser
<Status> Status.parser()
Methods in com.google.rpc with parameters of type Status