public class DeploymentManagerAlpha.Resources extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentManagerAlpha.Resources.Get |
class |
DeploymentManagerAlpha.Resources.List |
| Constructor and Description |
|---|
Resources() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentManagerAlpha.Resources.Get |
get(String project,
String deployment,
String resource)
Gets information about a single resource.
|
DeploymentManagerAlpha.Resources.List |
list(String project,
String deployment)
Lists all resources in a given deployment.
|
public DeploymentManagerAlpha.Resources.Get get(String project, String deployment, String resource) 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.resource - The name of the resource for this request.IOExceptionpublic DeploymentManagerAlpha.Resources.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.