public class Container.Projects.Zones.Operations extends Object
| Modifier and Type | Class and Description |
|---|---|
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.Get |
get(String projectId,
String zone,
String operationId)
Gets the specified operation.
|
Container.Projects.Zones.Operations.List |
list(String projectId,
String zone)
Lists all operations in a project in a specific zone or all zones.
|
public Container.Projects.Zones.Operations.Get get(String projectId, String zone, String operationId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - The Google Developers Console [project ID or project
number](https://developers.google.com/console/help/new/#projectnumber).zone - The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the cluster
resides.operationId - The server-assigned `name` of the operation.IOExceptionpublic Container.Projects.Zones.Operations.List list(String projectId, String zone) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - The Google Developers Console [project ID or project
number](https://developers.google.com/console/help/new/#projectnumber).zone - The name of the Google Compute Engine [zone](/compute/docs/zones#available) to return operations
for, or "-" for all zones.IOException