target.apidocs.com.google.api.services.deploymentmanager.DeploymentManager.Manifests.html Maven / Gradle / Ivy
The newest version!
DeploymentManager.Manifests (Cloud Deployment Manager V2 API v2-rev20241122-2.0.0)
com.google.api.services.deploymentmanager
Class DeploymentManager.Manifests
- java.lang.Object
-
- com.google.api.services.deploymentmanager.DeploymentManager.Manifests
-
- Enclosing class:
- DeploymentManager
public class DeploymentManager.Manifests
extends Object
The "manifests" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
DeploymentManager.Manifests.Get
class
DeploymentManager.Manifests.List
-
Constructor Summary
Constructors
Constructor and Description
Manifests()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
DeploymentManager.Manifests.Get
get(String project,
String deployment,
String manifest)
Gets information about a specific manifest.
DeploymentManager.Manifests.List
list(String project,
String deployment)
Lists all manifests for a given deployment.
-
-
Method Detail
-
get
public DeploymentManager.Manifests.Get get(String project,
String deployment,
String manifest)
throws IOException
Gets information about a specific manifest.
Create a request for the method "manifests.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.
deployment
- The name of the deployment for this request.
manifest
- The name of the manifest for this request.
- Returns:
- the request
- Throws:
IOException
-
list
public DeploymentManager.Manifests.List list(String project,
String deployment)
throws IOException
Lists all manifests for a given deployment.
Create a request for the method "manifests.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.
deployment
- The name of the deployment for this request.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy