ProjectsLocationsRolloutSequencesResource class

Constructors

ProjectsLocationsRolloutSequencesResource(ApiRequester client)

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

create(RolloutSequence request, String parent, {String? rolloutSequenceId, String? $fields}) Future<Operation>
Creates a new rollout sequence resource.
delete(String name, {String? $fields}) Future<Operation>
Removes a RolloutSequence.
get(String name, {String? $fields}) Future<RolloutSequence>
Retrieve a single rollout sequence.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListRolloutSequencesResponse>
Retrieves the list of all rollout sequences.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(RolloutSequence request, String name, {String? updateMask, String? $fields}) Future<Operation>
Updates a rollout sequence.
toString() String
A string representation of this object.
inherited
upgrade(UpgradeRolloutSequenceRequest request, String name, {String? $fields}) Future<Operation>
Upgrades a rollout sequence.

Operators

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