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 provides documentation for the `GetRegionRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties, constructors, and inherited members."],["The `GetRegionRequest` class is a request message used for the `Regions.Get` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default `GetRegionRequest()` and one that takes another `GetRegionRequest` object as a parameter."],["The `GetRegionRequest` class has two properties, `Project` and `Region`, both of type string, representing the project ID and region name respectively, needed for the request."],["The page lists various versions of the `Google.Cloud.Compute.V1.GetRegionRequest` documentation, from the latest version 3.6.0 to the oldest 1.0.0, providing a historical view of the API."]]],[]]