public class DeploymentManagerAlpha.Manifests extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentManagerAlpha.Manifests.Get |
class |
DeploymentManagerAlpha.Manifests.List |
| Constructor and Description |
|---|
Manifests() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentManagerAlpha.Manifests.Get |
get(String project,
String deployment,
String manifest)
Gets information about a specific manifest.
|
DeploymentManagerAlpha.Manifests.List |
list(String project,
String deployment)
Lists all manifests for a given deployment.
|
public DeploymentManagerAlpha.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 DeploymentManagerAlpha.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–2019 Google. All rights reserved.