ProjectsLocationsRolloutKindsResource class

Constructors

ProjectsLocationsRolloutKindsResource(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(RolloutKind request, String parent, {String? requestId, String? rolloutKindId, bool? validateOnly, String? $fields}) Future<RolloutKind>
Create a new rollout kind.
delete(String name, {String? etag, String? requestId, bool? validateOnly, String? $fields}) Future<Empty>
Delete a single rollout kind.
get(String name, {String? $fields}) Future<RolloutKind>
Retrieve a single rollout kind.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListRolloutKindsResponse>
Retrieve a collection of rollout kinds.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(RolloutKind request, String name, {String? requestId, String? updateMask, bool? validateOnly, String? $fields}) Future<RolloutKind>
Update a single rollout kind.
toString() String
A string representation of this object.
inherited

Operators

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