Uses of Class
com.google.rpc.Status
-
Packages that use Status Package Description com.google.cloud.audit com.google.longrunning com.google.rpc -
-
Uses of Status in com.google.cloud.audit
Methods in com.google.cloud.audit that return Status Modifier and Type Method Description Status
AuditLog.Builder. getStatus()
The status of the overall operation.Status
AuditLog. getStatus()
The status of the overall operation.Status
AuditLogOrBuilder. getStatus()
The status of the overall operation.Methods in com.google.cloud.audit with parameters of type Status Modifier and Type Method Description AuditLog.Builder
AuditLog.Builder. mergeStatus(Status value)
The status of the overall operation.AuditLog.Builder
AuditLog.Builder. setStatus(Status value)
The status of the overall operation. -
Uses of Status in com.google.longrunning
Methods in com.google.longrunning that return Status Modifier and Type Method Description Status
Operation.Builder. getError()
The error result of the operation in case of failure or cancellation.Status
Operation. getError()
The error result of the operation in case of failure or cancellation.Status
OperationOrBuilder. getError()
The error result of the operation in case of failure or cancellation.Methods in com.google.longrunning with parameters of type Status Modifier and Type Method Description Operation.Builder
Operation.Builder. mergeError(Status value)
The error result of the operation in case of failure or cancellation.Operation.Builder
Operation.Builder. setError(Status value)
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 Status Modifier and Type Method Description Status
Status.Builder. build()
Status
Status.Builder. buildPartial()
static Status
Status. getDefaultInstance()
Status
Status.Builder. getDefaultInstanceForType()
Status
Status. getDefaultInstanceForType()
static Status
Status. parseDelimitedFrom(java.io.InputStream input)
static Status
Status. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static Status
Status. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Status
Status. parseFrom(java.nio.ByteBuffer data)
static Status
Status. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.rpc that return types with arguments of type Status Modifier and Type Method Description com.google.protobuf.Parser<Status>
Status. getParserForType()
static com.google.protobuf.Parser<Status>
Status. parser()
Methods in com.google.rpc with parameters of type Status Modifier and Type Method Description Status.Builder
Status.Builder. mergeFrom(Status other)
static Status.Builder
Status. newBuilder(Status prototype)
-