public sealed class UpdateCapacityCommitmentRequest : IMessage<UpdateCapacityCommitmentRequest>, IEquatable<UpdateCapacityCommitmentRequest>, IDeepCloneable<UpdateCapacityCommitmentRequest>, IBufferMessage, IMessage
The request for [ReservationService.UpdateCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.UpdateCapacityCommitment].
[[["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 webpage details the `UpdateCapacityCommitmentRequest` class within the `Google.Cloud.BigQuery.Reservation.V1` namespace, used for requesting updates to capacity commitments in BigQuery reservations."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["There are two constructors available for the `UpdateCapacityCommitmentRequest` class, one default and one that takes another `UpdateCapacityCommitmentRequest` object for initialization."],["The class has two properties: `CapacityCommitment` which represents the content of the capacity commitment to update, and `UpdateMask`, a standard field mask indicating which fields should be updated."],["The documentation lists the availability of different versions of `UpdateCapacityCommitmentRequest`, from version 1.2.0 to the latest 2.7.0."]]],[]]