public class DeploymentManagerV2Beta.Manifests extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentManagerV2Beta.Manifests.Get |
class |
DeploymentManagerV2Beta.Manifests.List |
| Constructor and Description |
|---|
Manifests() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentManagerV2Beta.Manifests.Get |
get(String project,
String deployment,
String manifest)
Gets information about a specific manifest.
|
DeploymentManagerV2Beta.Manifests.List |
list(String project,
String deployment)
Lists all manifests for a given deployment.
|
public DeploymentManagerV2Beta.Manifests.Get get(String project, String deployment, String manifest) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.IOExceptionpublic DeploymentManagerV2Beta.Manifests.List list(String project, String deployment) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - The project ID for this request.deployment - The name of the deployment for this request.IOExceptionCopyright © 2011–2020 Google. All rights reserved.