Uses of Interface
com.google.rpc.StatusOrBuilder
-
Packages that use StatusOrBuilder Package Description com.google.cloud.audit com.google.longrunning com.google.rpc -
-
Uses of StatusOrBuilder in com.google.cloud.audit
Methods in com.google.cloud.audit that return StatusOrBuilder Modifier and Type Method Description StatusOrBuilder
AuditLog.Builder. getStatusOrBuilder()
The status of the overall operation.StatusOrBuilder
AuditLog. getStatusOrBuilder()
The status of the overall operation.StatusOrBuilder
AuditLogOrBuilder. getStatusOrBuilder()
The status of the overall operation. -
Uses of StatusOrBuilder in com.google.longrunning
Methods in com.google.longrunning that return StatusOrBuilder Modifier and Type Method Description StatusOrBuilder
Operation.Builder. getErrorOrBuilder()
The error result of the operation in case of failure or cancellation.StatusOrBuilder
Operation. getErrorOrBuilder()
The error result of the operation in case of failure or cancellation.StatusOrBuilder
OperationOrBuilder. getErrorOrBuilder()
The error result of the operation in case of failure or cancellation. -
Uses of StatusOrBuilder in com.google.rpc
Classes in com.google.rpc that implement StatusOrBuilder Modifier and Type Class Description class
Status
The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs.static class
Status.Builder
The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs.
-