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-31 UTC."],[[["This webpage provides reference documentation for the `GetRegionRequest` class within the Google Compute Engine v1 API for .NET."],["The latest version available is 3.6.0, with the webpage specifically detailing information for version 3.0.0, as well as previous versions going back to 1.0.0."],["`GetRegionRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `GetRegionRequest` class has two constructors and two properties, `Project` and `Region`, both of which are strings used to specify project ID and the target region, respectively."],["The purpose of `GetRegionRequest` is for use in requesting details about a specific region, as indicated by its use in the `Regions.Get` method."]]],[]]