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."],[[["The documentation covers the `GetRegionRequest` class within the Google Cloud Compute Engine v1 API, spanning multiple versions from 1.0.0 to 3.6.0."],["The latest version of the `GetRegionRequest` documentation is version 3.6.0, and you can find the reference for this version at [/dotnet/docs/reference/Google.Cloud.Compute.V1/latest/Google.Cloud.Compute.V1.GetRegionRequest]."],["`GetRegionRequest` is a request message class for the `Regions.Get` method, detailing how to retrieve region information, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties like `Project` and `Region`, which are strings used to specify the project ID and the region name for the request."],["The `GetRegionRequest` class also defines two constructors, one default constructor and another that allows copying an existing `GetRegionRequest` object."]]],[]]