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 StatusAuditLog.Builder. getStatus()The status of the overall operation.StatusAuditLog. getStatus()The status of the overall operation.StatusAuditLogOrBuilder. getStatus()The status of the overall operation.Methods in com.google.cloud.audit with parameters of type Status Modifier and Type Method Description AuditLog.BuilderAuditLog.Builder. mergeStatus(Status value)The status of the overall operation.AuditLog.BuilderAuditLog.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 StatusOperation.Builder. getError()The error result of the operation in case of failure or cancellation.StatusOperation. getError()The error result of the operation in case of failure or cancellation.StatusOperationOrBuilder. 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.BuilderOperation.Builder. mergeError(Status value)The error result of the operation in case of failure or cancellation.Operation.BuilderOperation.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 StatusStatus.Builder. build()StatusStatus.Builder. buildPartial()static StatusStatus. getDefaultInstance()StatusStatus.Builder. getDefaultInstanceForType()StatusStatus. getDefaultInstanceForType()static StatusStatus. parseDelimitedFrom(InputStream input)static StatusStatus. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatusStatus. parseFrom(byte[] data)static StatusStatus. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatusStatus. parseFrom(com.google.protobuf.ByteString data)static StatusStatus. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatusStatus. parseFrom(com.google.protobuf.CodedInputStream input)static StatusStatus. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatusStatus. parseFrom(InputStream input)static StatusStatus. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatusStatus. parseFrom(ByteBuffer data)static StatusStatus. parseFrom(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.BuilderStatus.Builder. mergeFrom(Status other)static Status.BuilderStatus. newBuilder(Status prototype)
-