public class DeploymentManager.Resources extends Object
Modifier and Type | Class and Description |
---|---|
class |
DeploymentManager.Resources.Get |
class |
DeploymentManager.Resources.List |
Constructor and Description |
---|
Resources() |
Modifier and Type | Method and Description |
---|---|
DeploymentManager.Resources.Get |
get(String project,
String deployment,
String resource)
Gets information about a single resource.
|
DeploymentManager.Resources.List |
list(String project,
String deployment)
Lists all resources in a given deployment.
|
public DeploymentManager.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.IOException
public DeploymentManager.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.IOException
Copyright © 2011–2024 Google. All rights reserved.