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-31 UTC."],[[["The `GetRegionRequest` class is a request message for retrieving region details in Google Cloud Compute API v1, with the latest version being 3.6.0, and this documentation is for version 2.1.0."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRegionRequest` class has two constructors, a default constructor and one that accepts another `GetRegionRequest` object as a parameter, useful for cloning or copying the request."],["It includes two key properties: `Project`, which specifies the project ID, and `Region`, which is used to define the target region."],["There is a record of 30 different version of this specific Class, ranging from 1.0.0 to the most recent 3.6.0, and including older version numbers such as 2.1.0."]]],[]]