public class DeploymentManager.Operations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentManager.Operations.Get |
class |
DeploymentManager.Operations.List |
| Constructor and Description |
|---|
Operations() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentManager.Operations.Get |
get(String project,
String operation)
Gets information about a specific operation.
|
DeploymentManager.Operations.List |
list(String project)
Lists all operations for a project.
|
public DeploymentManager.Operations.Get get(String project, String operation) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - The project ID for this request.operation - The name of the operation for this request.IOExceptionpublic DeploymentManager.Operations.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - The project ID for this request.IOExceptionCopyright © 2011–2025 Google. All rights reserved.