public sealed class CreateCapacityCommitmentRequest : IMessage<CreateCapacityCommitmentRequest>, IEquatable<CreateCapacityCommitmentRequest>, IDeepCloneable<CreateCapacityCommitmentRequest>, IBufferMessage, IMessage
The request for [ReservationService.CreateCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.CreateCapacityCommitment].
[[["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."],[[["The `CreateCapacityCommitmentRequest` class is used to request the creation of a capacity commitment within the Google Cloud BigQuery Reservation service, specifically through the `ReservationService.CreateCapacityCommitment` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, and has methods from these, such as `GetHashCode()`, and `ToString()`."],["It includes properties like `CapacityCommitment` (the actual content of the capacity commitment), `EnforceSingleAdminProjectPerOrg` (a boolean to check for existing commitments), `Parent` (the parent resource name, e.g., \"projects/myproject/locations/US\"), and `ParentAsLocationName` (a typed view of the parent)."],["The class is part of the `Google.Cloud.BigQuery.Reservation.V1` namespace, found within the `Google.Cloud.BigQuery.Reservation.V1.dll` assembly, and there are multiple previous versions available, with 2.7.0 being the latest."],["The `CreateCapacityCommitmentRequest` has two constructors: a default constructor, and one that accepts another `CreateCapacityCommitmentRequest` object, which is referenced as the `other` parameter."]]],[]]