public sealed class GetRegionRequest : IMessage<GetRegionRequest>, IEquatable<GetRegionRequest>, IDeepCloneable<GetRegionRequest>, IBufferMessage, IMessage
A request message for Regions.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-03-21 UTC."],[[["This page details the `GetRegionRequest` class, which is a request message used for retrieving region information within the Google Cloud Compute API, specifically in version V1."],["The latest version of the `GetRegionRequest` class documentation available is 3.6.0, with several previous versions also documented, ranging down to 1.0.0."],["`GetRegionRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a versatile component for interaction with the API."],["The `GetRegionRequest` class includes two constructors and two key properties: `Project`, which holds the Project ID for the request, and `Region`, which specifies the name of the region resource being requested."],["The documentation is organized by versions, listing the releases of the `GetRegionRequest`, with each one corresponding to the same class with different versions, allowing users to access information pertinent to their specific implementation."]]],[]]