| 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)
Deprecated.
|
CancelOperationRequest |
CancelOperationRequest.setProjectId(java.lang.String projectId)
Deprecated.
|
CancelOperationRequest |
CancelOperationRequest.setZone(java.lang.String zone)
Deprecated.
|