public class Container.Projects.Zones.Operations
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Container.Projects.Zones.Operations.Cancel |
class |
Container.Projects.Zones.Operations.Get |
class |
Container.Projects.Zones.Operations.List |
| Constructor and Description |
|---|
Container.Projects.Zones.Operations() |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Zones.Operations.Cancel |
cancel(java.lang.String projectId,
java.lang.String zone,
java.lang.String operationId,
CancelOperationRequest content)
Cancels the specified operation.
|
Container.Projects.Zones.Operations.Get |
get(java.lang.String projectId,
java.lang.String zone,
java.lang.String operationId)
Gets the specified operation.
|
Container.Projects.Zones.Operations.List |
list(java.lang.String projectId,
java.lang.String zone)
Lists all operations in a project in a specific zone or all zones.
|
public Container.Projects.Zones.Operations.Cancel cancel(java.lang.String projectId, java.lang.String zone, java.lang.String operationId, CancelOperationRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Deprecated. The Google Developers Console [project ID or project
number](https://support.google.com/cloud/answer/6158840).
This field has been deprecated
and replaced by the name field.zone - Deprecated. The name of the Google Compute Engine
[zone](/compute/docs/zones#available) in which the
operation resides.
This field has been deprecated and replaced by the name field.operationId - Deprecated. The server-assigned `name` of the operation.
This field has been deprecated and replaced
by the name field.content - the CancelOperationRequestjava.io.IOExceptionpublic Container.Projects.Zones.Operations.Get get(java.lang.String projectId, java.lang.String zone, java.lang.String operationId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Deprecated. The Google Developers Console [project ID or project
number](https://support.google.com/cloud/answer/6158840).
This field has been deprecated
and replaced by the name field.zone - Deprecated. The name of the Google Compute Engine
[zone](/compute/docs/zones#available) in which the
cluster
resides.
This field has been deprecated and replaced by the name field.operationId - Deprecated. The server-assigned `name` of the operation.
This field has been deprecated and replaced
by the name field.java.io.IOExceptionpublic Container.Projects.Zones.Operations.List list(java.lang.String projectId, java.lang.String zone) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Deprecated. The Google Developers Console [project ID or project
number](https://support.google.com/cloud/answer/6158840).
This field has been deprecated
and replaced by the parent field.zone - Deprecated. The name of the Google Compute Engine [zone](/compute/docs/zones#available)
to return
operations for, or `-` for all zones.
This field has been deprecated and replaced by the
parent field.java.io.IOException