| Package | Description |
|---|---|
| com.google.api.services.container | |
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Locations.Operations.Cancel |
Container.Projects.Locations.Operations.cancel(String name,
CancelOperationRequest content)
Cancels the specified operation.
|
Container.Projects.Zones.Operations.Cancel |
Container.Projects.Zones.Operations.cancel(String projectId,
String zone,
String operationId,
CancelOperationRequest content)
Cancels the specified operation.
|
| Constructor and Description |
|---|
Cancel(String name,
CancelOperationRequest content)
Cancels the specified operation.
|
Cancel(String projectId,
String zone,
String operationId,
CancelOperationRequest content)
Cancels the specified operation.
|
| Modifier and Type | Method and Description |
|---|---|
CancelOperationRequest |
CancelOperationRequest.clone() |
CancelOperationRequest |
CancelOperationRequest.set(String fieldName,
Object value) |
CancelOperationRequest |
CancelOperationRequest.setName(String name)
The name (project, location, operation id) of the operation to cancel.
|
CancelOperationRequest |
CancelOperationRequest.setOperationId(String operationId)
Deprecated.
|
CancelOperationRequest |
CancelOperationRequest.setProjectId(String projectId)
Deprecated.
|
CancelOperationRequest |
CancelOperationRequest.setZone(String zone)
Deprecated.
|
Copyright © 2011–2020 Google. All rights reserved.