Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DeploymentsResource

The "deployments" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DeploymentsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Config.v1
Assembly: Google.Apis.Config.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DeploymentsResource

Constructors

DeploymentsResource(IClientService)

Constructs a new resource.

Declaration
public DeploymentsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Revisions

Gets the Revisions resource.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.RevisionsResource Revisions { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.RevisionsResource

Methods

ConfigLock(LockDeploymentRequest, string)

Locks a deployment.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.ConfigLockRequest ConfigLock(LockDeploymentRequest body, string name)
Parameters
Type Name Description
LockDeploymentRequest body

The body of the request.

string name

Required. The name of the deployment in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.ConfigLockRequest

Create(Deployment, string)

Creates a Deployment.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.CreateRequest Create(Deployment body, string parent)
Parameters
Type Name Description
Deployment body

The body of the request.

string parent

Required. The parent in whose context the Deployment is created. The parent value is in the format: 'projects/{project_id}/locations/{location}'.

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.CreateRequest

Delete(string)

Deletes a Deployment.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the Deployment in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.DeleteRequest

DeleteState(DeleteStatefileRequest, string)

Deletes Terraform state file in a given deployment.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.DeleteStateRequest DeleteState(DeleteStatefileRequest body, string name)
Parameters
Type Name Description
DeleteStatefileRequest body

The body of the request.

string name

Required. The name of the deployment in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.DeleteStateRequest

ExportLock(string)

Exports the lock info on a locked deployment.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.ExportLockRequest ExportLock(string name)
Parameters
Type Name Description
string name

Required. The name of the deployment in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.ExportLockRequest

ExportState(ExportDeploymentStatefileRequest, string)

Exports Terraform state file from a given deployment.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.ExportStateRequest ExportState(ExportDeploymentStatefileRequest body, string parent)
Parameters
Type Name Description
ExportDeploymentStatefileRequest body

The body of the request.

string parent

Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.ExportStateRequest

Get(string)

Gets details about a Deployment.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the deployment. Format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.GetRequest

GetIamPolicy(string)

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.GetIamPolicyRequest GetIamPolicy(string resource)
Parameters
Type Name Description
string resource

REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field.

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.GetIamPolicyRequest

ImportState(ImportStatefileRequest, string)

Imports Terraform state file in a given deployment. The state file does not take effect until the Deployment has been unlocked.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.ImportStateRequest ImportState(ImportStatefileRequest body, string parent)
Parameters
Type Name Description
ImportStatefileRequest body

The body of the request.

string parent

Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.ImportStateRequest

List(string)

Lists Deployments in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent in whose context the Deployments are listed. The parent value is in the format: 'projects/{project_id}/locations/{location}'.

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.ListRequest

Patch(Deployment, string)

Updates a Deployment.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.PatchRequest Patch(Deployment body, string name)
Parameters
Type Name Description
Deployment body

The body of the request.

string name

Resource name of the deployment. Format: projects/{project}/locations/{location}/deployments/{deployment}

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.PatchRequest

SetIamPolicy(SetIamPolicyRequest, string)

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.SetIamPolicyRequest SetIamPolicy(SetIamPolicyRequest body, string resource)
Parameters
Type Name Description
SetIamPolicyRequest body

The body of the request.

string resource

REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field.

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.SetIamPolicyRequest

TestIamPermissions(TestIamPermissionsRequest, string)

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.TestIamPermissionsRequest TestIamPermissions(TestIamPermissionsRequest body, string resource)
Parameters
Type Name Description
TestIamPermissionsRequest body

The body of the request.

string resource

REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field.

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.TestIamPermissionsRequest

Unlock(UnlockDeploymentRequest, string)

Unlocks a locked deployment.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentsResource.UnlockRequest Unlock(UnlockDeploymentRequest body, string name)
Parameters
Type Name Description
UnlockDeploymentRequest body

The body of the request.

string name

Required. The name of the deployment in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentsResource.UnlockRequest
In this article
Back to top Generated by DocFX