public class DeploymentManager.Manifests extends 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(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.
|
public DeploymentManager.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 DeploymentManager.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–2025 Google. All rights reserved.