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."],[[["This webpage provides reference documentation for the `GetRegionCommitmentRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET development."],["The latest version of the API available is 3.6.0, with this page focusing on version 3.2.0, and versions ranging from 1.0.0 to 3.6.0 available."],["The `GetRegionCommitmentRequest` class is used to send a request to get details about a specific region commitment, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRegionCommitmentRequest` class includes properties such as `Commitment`, `Project`, and `Region`, which represent the commitment name, the project ID, and the region name, respectively, needed for the request."],["The class inherits members such as GetHashCode, GetType, and ToString from the base Object class, and includes both an empty constructor, and one that receives itself as a parameter."]]],[]]