| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
OperationErrors |
OperationErrors.clone() |
OperationErrors |
Operation.getError()
If errors occurred during processing of this operation, this field will be populated.
|
OperationErrors |
OperationErrors.set(String fieldName,
Object value) |
OperationErrors |
OperationErrors.setErrors(List<OperationError> errors)
The list of errors encountered while processing this operation.
|
OperationErrors |
OperationErrors.setKind(String kind)
This is always *sql#operationErrors*.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.setError(OperationErrors error)
If errors occurred during processing of this operation, this field will be populated.
|
Copyright © 2011–2021 Google. All rights reserved.