| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.clone() |
Operation |
Operation.set(String fieldName,
Object value) |
Operation |
Operation.setClusterConditions(List<StatusCondition> clusterConditions)
Which conditions caused the current cluster state.
|
Operation |
Operation.setDetail(String detail)
Detailed operation progress, if available.
|
Operation |
Operation.setEndTime(String endTime)
[Output only] The time the operation completed, in
[RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
Operation |
Operation.setLocation(String location)
[Output only] The name of the Google Compute Engine [zone](/compute/docs/regions-zones/regions-
zones#available) or [region](/compute/docs/regions-zones/regions-zones#available) in which the
cluster resides.
|
Operation |
Operation.setName(String name)
The server-assigned ID for the operation.
|
Operation |
Operation.setNodepoolConditions(List<StatusCondition> nodepoolConditions)
Which conditions caused the current node pool state.
|
Operation |
Operation.setOperationType(String operationType)
The operation type.
|
Operation |
Operation.setProgress(OperationProgress progress)
Output only.
|
Operation |
Operation.setSelfLink(String selfLink)
Server-defined URL for the resource.
|
Operation |
Operation.setStartTime(String startTime)
[Output only] The time the operation started, in
[RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
Operation |
Operation.setStatus(String status)
The current status of the operation.
|
Operation |
Operation.setStatusMessage(String statusMessage)
Output only.
|
Operation |
Operation.setTargetLink(String targetLink)
Server-defined URL for the target of the operation.
|
Operation |
Operation.setZone(String zone)
The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the
operation is taking place.
|
| Modifier and Type | Method and Description |
|---|---|
List<Operation> |
ListOperationsResponse.getOperations()
A list of operations in the project in the specified zone.
|
| Modifier and Type | Method and Description |
|---|---|
ListOperationsResponse |
ListOperationsResponse.setOperations(List<Operation> operations)
A list of operations in the project in the specified zone.
|
Copyright © 2011–2020 Google. All rights reserved.