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-17 UTC."],[[["The `CreateReservationRequest` class is part of the Google Cloud BigQuery Reservation v1 API, and is used to define the request structure for creating a reservation."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and allowing it to be used with various .NET features."],["It contains properties such as `Parent`, `ParentAsLocationName`, `Reservation`, and `ReservationId`, which are used to specify the project location, the new reservation definition, and the ID for the reservation being created."],["There are several versions of the `CreateReservationRequest` available, with version 2.7.0 being the latest, and version 2.1.0, the one that is currently being described."],["The `CreateReservationRequest` class also contains public constructors for creating new instances of itself, and has the ability to use inherited members such as `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, and `Object.ToString()`."]]],[]]