target.apidocs.com.google.api.services.deploymentmanager.DeploymentManager.Operations.html Maven / Gradle / Ivy
DeploymentManager.Operations (Cloud Deployment Manager V2 API v2-rev20241122-2.0.0)
com.google.api.services.deploymentmanager
Class DeploymentManager.Operations
- java.lang.Object
-
- com.google.api.services.deploymentmanager.DeploymentManager.Operations
-
- Enclosing class:
- DeploymentManager
public class DeploymentManager.Operations
extends Object
The "operations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
DeploymentManager.Operations.Get
class
DeploymentManager.Operations.List
-
Constructor Summary
Constructors
Constructor and Description
Operations()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
get
public DeploymentManager.Operations.Get get(String project,
String operation)
throws IOException
Gets information about a specific operation.
Create a request for the method "operations.get".
This request holds the parameters needed by the deploymentmanager server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- The project ID for this request.
operation
- The name of the operation for this request.
- Returns:
- the request
- Throws:
IOException
-
list
public DeploymentManager.Operations.List list(String project)
throws IOException
Lists all operations for a project.
Create a request for the method "operations.list".
This request holds the parameters needed by the deploymentmanager server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- The project ID for this request.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy