Class CreateReservationRequest (1.13.3)

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

The request for ReservationService.CreateReservation.

Attributes

NameDescription
parent str
Required. Project, location. E.g., projects/myproject/locations/US
reservation_id str
The reservation ID. It must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters.
reservation google.cloud.bigquery_reservation_v1.types.Reservation
Definition of the new reservation to create.