| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.clone() |
Operation |
Operation.set(java.lang.String fieldName,
java.lang.Object value) |
Operation |
Operation.setErrorMessage(java.lang.String errorMessage)
If an error has occurred, a textual description of the error.
|
Operation |
Operation.setName(java.lang.String name)
The server-assigned ID for this operation.
|
Operation |
Operation.setOperationType(java.lang.String operationType)
The operation type.
|
Operation |
Operation.setStatus(java.lang.String status)
The current status of the operation.
|
Operation |
Operation.setTarget(java.lang.String target)
[Optional] The URL of the cluster resource that this operation is associated with.
|
Operation |
Operation.setZone(java.lang.String zone)
The name of the Google Compute Engine zone in which the operation is taking place.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Operation> |
ListAggregatedOperationsResponse.getOperations()
A list of operations in the project, across all zones.
|
java.util.List<Operation> |
ListOperationsResponse.getOperations()
A list of operations in the project in the specified zone.
|
| Modifier and Type | Method and Description |
|---|---|
ListAggregatedOperationsResponse |
ListAggregatedOperationsResponse.setOperations(java.util.List<Operation> operations)
A list of operations in the project, across all zones.
|
ListOperationsResponse |
ListOperationsResponse.setOperations(java.util.List<Operation> operations)
A list of operations in the project in the specified zone.
|