public sealed class GetRegionRequest : IMessage<GetRegionRequest>, IEquatable<GetRegionRequest>, IDeepCloneable<GetRegionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionRequest.
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-04-09 UTC."],[[["This page provides reference documentation for the `GetRegionRequest` class within the Google Compute Engine v1 API, specifically for .NET developers."],["The latest version documented is 3.6.0, and the current page is showing the documentation for version 3.5.0 of the `GetRegionRequest` class, but several other older versions are also available, all the way down to version 1.0.0."],["The `GetRegionRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting members from `object`."],["The class has two constructors, one default and one which accepts another `GetRegionRequest` object as a parameter, and it has two main properties: Project and Region, both of which are strings."],["The GetRegionRequest is a request message for the method Regions.Get in the API, and the class is located within the namespace `Google.Cloud.Compute.V1` which belongs to the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]