public sealed class CreateReservationRequest : IMessage<CreateReservationRequest>, IEquatable<CreateReservationRequest>, IDeepCloneable<CreateReservationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Reservation v1 API class CreateReservationRequest.
The request for
[ReservationService.CreateReservation][google.cloud.bigquery.reservation.v1.ReservationService.CreateReservation].
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["This page provides documentation for the `CreateReservationRequest` class within the Google Cloud BigQuery Reservation v1 API, specifically within version 2.2.0."],["The `CreateReservationRequest` class is used to define the structure of a request to create a new reservation through the `ReservationService.CreateReservation` method, as documented in the API."],["The `CreateReservationRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cCreateReservationRequest\u003e`, `IDeepCloneable\u003cCreateReservationRequest\u003e`, and `IBufferMessage`, providing various functionalities."],["The class includes properties like `Parent`, `ParentAsLocationName`, `Reservation`, and `ReservationId`, used for defining the project location, the reservation object, and the ID of the new reservation, respectively, all of which are required to create a reservation."],["The page lists available versions of the API documentation, with 2.7.0 being the latest and a historical range of versions listed down to 1.2.0, demonstrating the API's evolution."]]],[]]