ProjectsLocationsDeliveryPipelinesResource class
Methods
-
create(DeliveryPipeline request, String parent, {String? deliveryPipelineId, String? requestId, bool? validateOnly, String? $fields})
→ Future<Operation>
-
Creates a new DeliveryPipeline in a given project and location.
-
delete(String name, {bool? allowMissing, String? etag, bool? force, String? requestId, bool? validateOnly, String? $fields})
→ Future<Operation>
-
Deletes a single DeliveryPipeline.
-
get(String name, {String? $fields})
→ Future<DeliveryPipeline>
-
Gets details of a single DeliveryPipeline.
-
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
→ Future<Policy>
-
Gets the access control policy for a resource.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListDeliveryPipelinesResponse>
-
Lists DeliveryPipelines in a given project and location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(DeliveryPipeline request, String name, {bool? allowMissing, String? requestId, String? updateMask, bool? validateOnly, String? $fields})
→ Future<Operation>
-
Updates the parameters of a single DeliveryPipeline.
-
rollbackTarget(RollbackTargetRequest request, String name, {String? $fields})
→ Future<RollbackTargetResponse>
-
Creates a
Rollout
to roll back the specified target.
-
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