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.4.0."],["The `UpdateCapacityCommitmentRequest` class is used to make requests to update capacity commitments, as defined in the `ReservationService.UpdateCapacityCommitment` method."],["The class is a part of the `Google.Cloud.BigQuery.Reservation.V1` namespace, implemented with multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, and is derived from the base `object` class."],["Key properties of the `UpdateCapacityCommitmentRequest` class include `CapacityCommitment` to hold the content of the capacity commitment and `UpdateMask` which is used to specify the fields that will be updated."],["This resource also features navigation links for various versions of the `UpdateCapacityCommitmentRequest` class, ranging from version 1.2.0 to the latest version 2.7.0."]]],[]]