ProjectsLocationsReservationsAssignmentsResource class

Constructors

ProjectsLocationsReservationsAssignmentsResource.new(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.
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields}) Future<Policy>
Gets the access control policy for a resource.
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.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets an access control policy for a resource.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Gets your permissions on a resource.
toString() String
A string representation of this object.
inherited

Operators

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