ProjectsLocationsDeliveryPipelinesReleasesRolloutsResource class

Properties

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

Methods

advance(AdvanceRolloutRequest request, String name, {String? $fields}) Future<AdvanceRolloutResponse>
Advances a Rollout in a given project and location.
approve(ApproveRolloutRequest request, String name, {String? $fields}) Future<ApproveRolloutResponse>
Approves a Rollout.
cancel(CancelRolloutRequest request, String name, {String? $fields}) Future<CancelRolloutResponse>
Cancels a Rollout in a given project and location.
create(Rollout request, String parent, {String? requestId, String? rolloutId, String? startingPhaseId, bool? validateOnly, String? $fields}) Future<Operation>
Creates a new Rollout in a given project and location.
get(String name, {String? $fields}) Future<Rollout>
Gets details of a single Rollout.
ignoreJob(IgnoreJobRequest request, String rollout, {String? $fields}) Future<IgnoreJobResponse>
Ignores the specified Job in a Rollout.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListRolloutsResponse>
Lists Rollouts in a given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retryJob(RetryJobRequest request, String rollout, {String? $fields}) Future<RetryJobResponse>
Retries the specified Job in a Rollout.
toString() String
A string representation of this object.
inherited

Operators

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