public sealed class GetRegionCommitmentRequest : IMessage<GetRegionCommitmentRequest>, IEquatable<GetRegionCommitmentRequest>, IDeepCloneable<GetRegionCommitmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionCommitmentRequest.
A request message for RegionCommitments.Get. See the method description for details.
[[["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-09 UTC."],[[["The latest version of the `GetRegionCommitmentRequest` class is 3.6.0, and the documentation provides links to various past versions, including 3.5.0, 3.4.0, and so on, down to version 1.0.0."],["The `GetRegionCommitmentRequest` class is part of the Compute Engine v1 API and is used to request details about a specific region commitment."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling specific functionalities."],["It has three primary properties: `Commitment` (the commitment name), `Project` (the project ID), and `Region` (the region name), all of which are of the string type."],["The class has 2 constructors, one is a default constructor, and the second is used to take in a different `GetRegionCommitmentRequest` as a parameter."]]],[]]