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-03-21 UTC."],[[["This page provides reference documentation for the `GetRegionRequest` class within the Google Compute Engine v1 API, specifically for .NET development, covering versions from 1.0.0 up to the latest version 3.6.0."],["The `GetRegionRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is designed to send request messages to retrieve details about a specific region."],["The `GetRegionRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling comprehensive functionality for message handling and cloning."],["The class has two constructors, a default one and another for copying from an existing `GetRegionRequest` object, along with properties `Project` and `Region` to set the project ID and the region's name respectively."]]],[]]