ProjectsLocationsRolloutsResource 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
-
cancel(CancelRolloutRequest request, String name, {String? $fields})
→ Future<Operation>
-
Cancels a Rollout.
-
delete(String name, {String? requestId, String? $fields})
→ Future<Operation>
-
Removes a Rollout.
-
forceCompleteStage(ForceCompleteRolloutStageRequest request, String name, {String? $fields})
→ Future<Operation>
-
Force-completes a rollout stage.
-
get(String name, {String? $fields})
→ Future<Rollout>
-
Retrieves a single rollout.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListRolloutsResponse>
-
Retrieves the list of all rollouts.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(PauseRolloutRequest request, String name, {String? $fields})
→ Future<Operation>
-
Pauses a running Rollout.
-
resume(ResumeRolloutRequest request, String name, {String? $fields})
→ Future<Operation>
-
Resume a paused Rollout.
-
toString()
→ String
-
A string representation of this object.
inherited