public class DeploymentManager.Manifests
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentManager.Manifests.Get |
class |
DeploymentManager.Manifests.List |
| Constructor and Description |
|---|
Manifests() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentManager.Manifests.Get |
get(java.lang.String project,
java.lang.String deployment,
java.lang.String manifest)
Gets information about a specific manifest.
|
DeploymentManager.Manifests.List |
list(java.lang.String project,
java.lang.String deployment)
Lists all manifests for a given deployment.
|
public DeploymentManager.Manifests.Get get(java.lang.String project, java.lang.String deployment, java.lang.String manifest) throws java.io.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.java.io.IOExceptionpublic DeploymentManager.Manifests.List list(java.lang.String project, java.lang.String deployment) throws java.io.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.java.io.IOException