public class Container.Projects.Locations.Operations
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Container.Projects.Locations.Operations.Cancel |
class |
Container.Projects.Locations.Operations.Get |
class |
Container.Projects.Locations.Operations.List |
| Constructor and Description |
|---|
Container.Projects.Locations.Operations() |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Locations.Operations.Cancel |
cancel(java.lang.String name,
CancelOperationRequest content)
Cancels the specified operation.
|
Container.Projects.Locations.Operations.Get |
get(java.lang.String name)
Gets the specified operation.
|
Container.Projects.Locations.Operations.List |
list(java.lang.String parent)
Lists all operations in a project in a specific zone or all zones.
|
public Container.Projects.Locations.Operations()
public Container.Projects.Locations.Operations.Cancel cancel(java.lang.String name, CancelOperationRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name (project, location, operation id) of the operation to cancel.
Specified in the format
'projects/locations/operations'.content - the CancelOperationRequestjava.io.IOExceptionpublic Container.Projects.Locations.Operations.Get get(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name (project, location, operation id) of the operation to get.
Specified in the format
'projects/locations/operations'.java.io.IOExceptionpublic Container.Projects.Locations.Operations.List list(java.lang.String parent) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The parent (project and location) where the operations will be listed.
Specified in the format
'projects/locations'.
Location "-" matches all zones and all regions.java.io.IOException