ProjectsLocationsReservationsAssignmentsResource class

Constructors

ProjectsLocationsReservationsAssignmentsResource(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(Assignment request, String parent, {String? assignmentId, String? $fields}) Future<Assignment>
Creates an assignment object which allows the given project to submit jobs of a certain type using slots from the specified reservation.
delete(String name, {String? $fields}) Future<Empty>
Deletes a assignment.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListAssignmentsResponse>
Lists assignments.
move(MoveAssignmentRequest request, String name, {String? $fields}) Future<Assignment>
Moves an assignment under a new reservation.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Assignment request, String name, {String? updateMask, String? $fields}) Future<Assignment>
Updates an existing assignment.
toString() String
A string representation of this object.
inherited

Operators

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