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-04-02 UTC."],[[["The `UpdateCapacityCommitmentRequest` class is used to define requests for updating capacity commitments within the BigQuery Reservation service."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality for different uses."],["The class provides properties for `CapacityCommitment`, which represents the details of the commitment to be updated, and `UpdateMask`, allowing specific fields to be modified."],["The document provides a list of versions for this class, with version 2.7.0 being the latest, showcasing the evolution and potential updates of the `UpdateCapacityCommitmentRequest` class."]]],[]]