Class CreateAssignmentRequest (1.13.3)

CreateAssignmentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for ReservationService.CreateAssignment. Note: "bigquery.reservationAssignments.create" permission is required on the related assignee.

Attributes

NameDescription
parent str
Required. The parent resource name of the assignment E.g. projects/myproject/locations/US/reservations/team1-prod
assignment google.cloud.bigquery_reservation_v1.types.Assignment
Assignment resource to create.
assignment_id str
The optional assignment ID. Assignment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dashes. Max length is 64 characters.