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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-19 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCreateCapacityCommitmentRequest\u003c/code\u003e class is used to request the creation of a capacity commitment within the Google Cloud BigQuery Reservation service, specifically through the \u003ccode\u003eReservationService.CreateCapacityCommitment\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eObject\u003c/code\u003e class, and has methods from these, such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eCapacityCommitment\u003c/code\u003e (the actual content of the capacity commitment), \u003ccode\u003eEnforceSingleAdminProjectPerOrg\u003c/code\u003e (a boolean to check for existing commitments), \u003ccode\u003eParent\u003c/code\u003e (the parent resource name, e.g., "projects/myproject/locations/US"), and \u003ccode\u003eParentAsLocationName\u003c/code\u003e (a typed view of the parent).\u003c/p\u003e\n"],["\u003cp\u003eThe class is part of the \u003ccode\u003eGoogle.Cloud.BigQuery.Reservation.V1\u003c/code\u003e namespace, found within the \u003ccode\u003eGoogle.Cloud.BigQuery.Reservation.V1.dll\u003c/code\u003e assembly, and there are multiple previous versions available, with 2.7.0 being the latest.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateCapacityCommitmentRequest\u003c/code\u003e has two constructors: a default constructor, and one that accepts another \u003ccode\u003eCreateCapacityCommitmentRequest\u003c/code\u003e object, which is referenced as the \u003ccode\u003eother\u003c/code\u003e parameter.\u003c/p\u003e\n"]]],[],null,[]]