Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
Status |
Status.clone() |
Status |
EncryptionInfo.getEncryptionStatus()
Output only.
|
Status |
Operation.getError()
The error result of the operation in case of failure or cancellation.
|
Status |
BatchWriteResponse.getStatus()
An `OK` status indicates success.
|
Status |
ExecuteBatchDmlResponse.getStatus()
If all DML statements are executed successfully, the status is `OK`.
|
Status |
Status.set(String fieldName,
Object value) |
Status |
Status.setCode(Integer code)
The status code, which should be an enum value of google.rpc.Code.
|
Status |
Status.setDetails(List<Map<String,Object>> details)
A list of messages that carry the error details.
|
Status |
Status.setMessage(String message)
A developer-facing error message, which should be in English.
|
Modifier and Type | Method and Description |
---|---|
EncryptionInfo |
EncryptionInfo.setEncryptionStatus(Status encryptionStatus)
Output only.
|
Operation |
Operation.setError(Status error)
The error result of the operation in case of failure or cancellation.
|
BatchWriteResponse |
BatchWriteResponse.setStatus(Status status)
An `OK` status indicates success.
|
ExecuteBatchDmlResponse |
ExecuteBatchDmlResponse.setStatus(Status status)
If all DML statements are executed successfully, the status is `OK`.
|
Copyright © 2011–2025 Google. All rights reserved.