public sealed class UpdateCapacityCommitmentRequest : IMessage<UpdateCapacityCommitmentRequest>, IEquatable<UpdateCapacityCommitmentRequest>, IDeepCloneable<UpdateCapacityCommitmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Reservation v1 API class UpdateCapacityCommitmentRequest.
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 provides documentation for the `UpdateCapacityCommitmentRequest` class within the Google Cloud BigQuery Reservation V1 API, specifically version 2.2.0."],["The `UpdateCapacityCommitmentRequest` class is used to send requests to update capacity commitments via the `ReservationService.UpdateCapacityCommitment` method, as documented in the API."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `UpdateCapacityCommitmentRequest` class has two properties: `CapacityCommitment`, which holds the content to be updated, and `UpdateMask`, which defines which fields should be updated."],["The webpage also contains links to various versions, ranging from the latest 2.7.0 version down to the 1.2.0 version of the API class, where the links all redirect to the `UpdateCapacityCommitmentRequest` class."]]],[]]