public sealed class GetCapacityCommitmentRequest : IMessage<GetCapacityCommitmentRequest>, IEquatable<GetCapacityCommitmentRequest>, IDeepCloneable<GetCapacityCommitmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Reservation v1 API class GetCapacityCommitmentRequest.
The request for
[ReservationService.GetCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.GetCapacityCommitment].
[[["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-17 UTC."],[[["This page provides reference documentation for the `GetCapacityCommitmentRequest` class within the Google Cloud BigQuery Reservation v1 API, specifically version 2.5.0."],["The `GetCapacityCommitmentRequest` class is used to request the retrieval of a capacity commitment from the ReservationService, as indicated by its inheritance from multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page documents the class's properties, including `CapacityCommitmentName` and `Name`, which are used to specify the resource name of the capacity commitment to be retrieved."],["There are links to documentation for various versions of this class, ranging from 1.2.0 up to 2.7.0, with 2.7.0 being the most recent."],["The class has two constructors: A default, empty one and one that takes another instance of itself."]]],[]]