public class Container.Projects.Zones.Operations
extends java.lang.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(java.lang.String projectId,
java.lang.String zoneId,
java.lang.String operationId)
Gets the specified operation.
|
Container.Projects.Zones.Operations.List |
list(java.lang.String projectId,
java.lang.String zoneId)
Lists all operations in a project in a specific zone.
|
public Container.Projects.Zones.Operations.Get get(java.lang.String projectId, java.lang.String zoneId, java.lang.String operationId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - The Google Developers Console project ID or project number.zoneId - The name of the Google Compute Engine zone in which the operation resides. This is always the same
zone as the cluster with which the operation is associated.operationId - The server-assigned name of the operation.java.io.IOExceptionpublic Container.Projects.Zones.Operations.List list(java.lang.String projectId, java.lang.String zoneId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - The Google Developers Console project ID or project number.zoneId - The name of the Google Compute Engine zone to return operations for.java.io.IOException