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."],[[["The latest version of the `UpdateCapacityCommitmentRequest` is 2.7.0, while version 1.2.0 is also documented here, along with other versions between."],["The `UpdateCapacityCommitmentRequest` class is used to manage requests for `ReservationService.UpdateCapacityCommitment` and inherits from `Object`."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for functionality related to message handling, equality comparisons, deep cloning, and buffered messages."],["The `UpdateCapacityCommitmentRequest` class includes properties such as `CapacityCommitment` to represent the capacity commitment content, and `UpdateMask`, for updating specific fields."]]],[]]