public class DeploymentManager.Deployments extends Object
Modifier and Type | Class and Description |
---|---|
class |
DeploymentManager.Deployments.CancelPreview |
class |
DeploymentManager.Deployments.Delete |
class |
DeploymentManager.Deployments.Get |
class |
DeploymentManager.Deployments.GetIamPolicy |
class |
DeploymentManager.Deployments.Insert |
class |
DeploymentManager.Deployments.List |
class |
DeploymentManager.Deployments.Patch |
class |
DeploymentManager.Deployments.SetIamPolicy |
class |
DeploymentManager.Deployments.Stop |
class |
DeploymentManager.Deployments.TestIamPermissions |
class |
DeploymentManager.Deployments.Update |
Constructor and Description |
---|
Deployments() |
Modifier and Type | Method and Description |
---|---|
DeploymentManager.Deployments.CancelPreview |
cancelPreview(String project,
String deployment,
DeploymentsCancelPreviewRequest content)
Cancels and removes the preview currently associated with the deployment.
|
DeploymentManager.Deployments.Delete |
delete(String project,
String deployment)
Deletes a deployment and all of the resources in the deployment.
|
DeploymentManager.Deployments.Get |
get(String project,
String deployment)
Gets information about a specific deployment.
|
DeploymentManager.Deployments.GetIamPolicy |
getIamPolicy(String project,
String resource)
Gets the access control policy for a resource.
|
DeploymentManager.Deployments.Insert |
insert(String project,
Deployment content)
Creates a deployment and all of the resources described by the deployment manifest.
|
DeploymentManager.Deployments.List |
list(String project)
Lists all deployments for a given project.
|
DeploymentManager.Deployments.Patch |
patch(String project,
String deployment,
Deployment content)
Patches a deployment and all of the resources described by the deployment manifest.
|
DeploymentManager.Deployments.SetIamPolicy |
setIamPolicy(String project,
String resource,
GlobalSetPolicyRequest content)
Sets the access control policy on the specified resource.
|
DeploymentManager.Deployments.Stop |
stop(String project,
String deployment,
DeploymentsStopRequest content)
Stops an ongoing operation.
|
DeploymentManager.Deployments.TestIamPermissions |
testIamPermissions(String project,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
DeploymentManager.Deployments.Update |
update(String project,
String deployment,
Deployment content)
Updates a deployment and all of the resources described by the deployment manifest.
|
public DeploymentManager.Deployments.CancelPreview cancelPreview(String project, String deployment, DeploymentsCancelPreviewRequest content) 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.content
- the DeploymentsCancelPreviewRequest
IOException
public DeploymentManager.Deployments.Delete delete(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
public DeploymentManager.Deployments.Get get(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
public DeploymentManager.Deployments.GetIamPolicy getIamPolicy(String project, String resource) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.project
- Project ID for this request.resource
- Name or id of the resource for this request.IOException
public DeploymentManager.Deployments.Insert insert(String project, Deployment content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- The project ID for this request.content
- the Deployment
IOException
public DeploymentManager.Deployments.List list(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- The project ID for this request.IOException
public DeploymentManager.Deployments.Patch patch(String project, String deployment, Deployment content) 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.content
- the Deployment
IOException
public DeploymentManager.Deployments.SetIamPolicy setIamPolicy(String project, String resource, GlobalSetPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.project
- Project ID for this request.resource
- Name or id of the resource for this request.content
- the GlobalSetPolicyRequest
IOException
public DeploymentManager.Deployments.Stop stop(String project, String deployment, DeploymentsStopRequest content) 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.content
- the DeploymentsStopRequest
IOException
public DeploymentManager.Deployments.TestIamPermissions testIamPermissions(String project, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.project
- Project ID for this request.resource
- Name or id of the resource for this request.content
- the TestPermissionsRequest
IOException
public DeploymentManager.Deployments.Update update(String project, String deployment, Deployment content) 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.content
- the Deployment
IOException
Copyright © 2011–2024 Google. All rights reserved.