| 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.setDetail(java.lang.String detail)
Detailed operation progress, if available.
|
Operation |
Operation.setEndTime(java.lang.String endTime)
[Output only] The time the operation completed, in
[RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
Operation |
Operation.setLocation(java.lang.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(java.lang.String name)
The server-assigned ID for the operation.
|
Operation |
Operation.setOperationType(java.lang.String operationType)
The operation type.
|
Operation |
Operation.setSelfLink(java.lang.String selfLink)
Server-defined URL for the resource.
|
Operation |
Operation.setStartTime(java.lang.String startTime)
[Output only] The time the operation started, in
[RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
Operation |
Operation.setStatus(java.lang.String status)
The current status of the operation.
|
Operation |
Operation.setStatusMessage(java.lang.String statusMessage)
If an error has occurred, a textual description of the error.
|
Operation |
Operation.setTargetLink(java.lang.String targetLink)
Server-defined URL for the target of the operation.
|
Operation |
Operation.setZone(java.lang.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 |
|---|---|
java.util.List<Operation> |
ListOperationsResponse.getOperations()
A list of operations in the project in the specified zone.
|
| Modifier and Type | Method and Description |
|---|---|
ListOperationsResponse |
ListOperationsResponse.setOperations(java.util.List<Operation> operations)
A list of operations in the project in the specified zone.
|