DeploymentsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cancelPreview(DeploymentsCancelPreviewRequest request, String project, String deployment, {String? $fields})
→ Future<Operation>
-
Cancels and removes the preview currently associated with the deployment.
-
delete(String project, String deployment, {String? deletePolicy, String? $fields})
→ Future<Operation>
-
Deletes a deployment and all of the resources in the deployment.
-
get(String project, String deployment, {String? $fields})
→ Future<Deployment>
-
Gets information about a specific deployment.
-
getIamPolicy(String project, String resource, {int? optionsRequestedPolicyVersion, String? $fields})
→ Future<Policy>
-
Gets the access control policy for a resource.
-
insert(Deployment request, String project, {String? createPolicy, bool? preview, String? $fields})
→ Future<Operation>
-
Creates a deployment and all of the resources described by the deployment
manifest.
-
list(String project, {String? filter, int? maxResults, String? orderBy, String? pageToken, String? $fields})
→ Future<DeploymentsListResponse>
-
Lists all deployments for a given project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Deployment request, String project, String deployment, {String? createPolicy, String? deletePolicy, bool? preview, String? $fields})
→ Future<Operation>
-
Patches a deployment and all of the resources described by the deployment
manifest.
-
setIamPolicy(GlobalSetPolicyRequest request, String project, String resource, {String? $fields})
→ Future<Policy>
-
Sets the access control policy on the specified resource.
-
stop(DeploymentsStopRequest request, String project, String deployment, {String? $fields})
→ Future<Operation>
-
Stops an ongoing operation.
-
testIamPermissions(TestPermissionsRequest request, String project, String resource, {String? $fields})
→ Future<TestPermissionsResponse>
-
Returns permissions that a caller has on the specified resource.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Deployment request, String project, String deployment, {String? createPolicy, String? deletePolicy, bool? preview, String? $fields})
→ Future<Operation>
-
Updates a deployment and all of the resources described by the deployment
manifest.