ProjectsLocationsDeploymentsResource class

Constructors

ProjectsLocationsDeploymentsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
revisions ProjectsLocationsDeploymentsRevisionsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(Deployment request, String parent, {String? deploymentId, String? requestId, String? $fields}) Future<Operation>
Creates a Deployment.
delete(String name, {String? deletePolicy, bool? force, String? requestId, String? $fields}) Future<Operation>
Deletes a Deployment.
deleteState(DeleteStatefileRequest request, String name, {String? $fields}) Future<Empty>
Deletes Terraform state file in a given deployment.
exportLock(String name, {String? $fields}) Future<LockInfo>
Exports the lock info on a locked deployment.
exportState(ExportDeploymentStatefileRequest request, String parent, {String? $fields}) Future<Statefile>
Exports Terraform state file from a given deployment.
get(String name, {String? $fields}) Future<Deployment>
Gets details about a Deployment.
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields}) Future<Policy>
Gets the access control policy for a resource.
importState(ImportStatefileRequest request, String parent, {String? $fields}) Future<Statefile>
Imports Terraform state file in a given deployment.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListDeploymentsResponse>
Lists Deployments in a given project and location.
lock(LockDeploymentRequest request, String name, {String? $fields}) Future<Operation>
Locks a deployment.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Deployment request, String name, {String? requestId, String? updateMask, String? $fields}) Future<Operation>
Updates a Deployment.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on the specified resource.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns permissions that a caller has on the specified resource.
toString() String
A string representation of this object.
inherited
unlock(UnlockDeploymentRequest request, String name, {String? $fields}) Future<Operation>
Unlocks a locked deployment.

Operators

operator ==(Object other) bool
The equality operator.
inherited