| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1 | |
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Locations.Operations.Cancel |
Container.Projects.Locations.Operations.cancel(java.lang.String name,
CancelOperationRequest content)
Cancels the specified operation.
|
Container.Projects.Zones.Operations.Cancel |
Container.Projects.Zones.Operations.cancel(java.lang.String projectId,
java.lang.String zone,
java.lang.String operationId,
CancelOperationRequest content)
Cancels the specified operation.
|
| Constructor and Description |
|---|
Container.Projects.Locations.Operations.Cancel(java.lang.String name,
CancelOperationRequest content)
Cancels the specified operation.
|
Container.Projects.Zones.Operations.Cancel(java.lang.String projectId,
java.lang.String zone,
java.lang.String operationId,
CancelOperationRequest content)
Cancels the specified operation.
|
| Modifier and Type | Method and Description |
|---|---|
CancelOperationRequest |
CancelOperationRequest.clone() |
CancelOperationRequest |
CancelOperationRequest.set(java.lang.String fieldName,
java.lang.Object value) |
CancelOperationRequest |
CancelOperationRequest.setName(java.lang.String name)
The name (project, location, operation id) of the operation to cancel.
|
CancelOperationRequest |
CancelOperationRequest.setOperationId(java.lang.String operationId)
The server-assigned `name` of the operation.
|
CancelOperationRequest |
CancelOperationRequest.setProjectId(java.lang.String projectId)
The Google Developers Console [project ID or project
number](https://support.google.com/cloud/answer/6158840).
|
CancelOperationRequest |
CancelOperationRequest.setZone(java.lang.String zone)
The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the
operation resides.
|