public sealed class CreateReservationRequest : IMessage<CreateReservationRequest>, IEquatable<CreateReservationRequest>, IDeepCloneable<CreateReservationRequest>, IBufferMessage, IMessage
The request for [ReservationService.CreateReservation][google.cloud.bigquery.reservation.v1.ReservationService.CreateReservation].
[[["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-03-21 UTC."],[[["This document outlines the `CreateReservationRequest` class within the `Google.Cloud.BigQuery.Reservation.V1` namespace, which is used to request the creation of a reservation through the `ReservationService.CreateReservation` method."],["The `CreateReservationRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffering within the Google Cloud Protobuf environment."],["The class has several properties such as `Parent`, `ParentAsLocationName`, `Reservation`, and `ReservationId` that are crucial for defining the specifics of the reservation being requested, including its location, definition, and unique identifier."],["There are multiple versions listed, ranging from 1.2.0 to 2.7.0, however this specific document covers version 1.3.0, highlighting the version history and availability of different releases for the `CreateReservationRequest` class."],["The two contructors listed, `CreateReservationRequest()` and `CreateReservationRequest(CreateReservationRequest other)` allow for the creation of a blank instance and a copy instance."]]],[]]