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.IOException
public DeploymentManager.Operations.List list(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- The project ID for this request.IOException
Copyright © 2011–2024 Google. All rights reserved.