public sealed class GetRegionUrlMapRequest : IMessage<GetRegionUrlMapRequest>, IEquatable<GetRegionUrlMapRequest>, IDeepCloneable<GetRegionUrlMapRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionUrlMapRequest.
A request message for RegionUrlMaps.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 `GetRegionUrlMapRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The `GetRegionUrlMapRequest` class is a request message used for the `RegionUrlMaps.Get` method, enabling retrieval of specific URL map resources."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in protocol buffer communication and object management."],["Key properties of the `GetRegionUrlMapRequest` class include `Project`, `Region`, and `UrlMap`, which are all string types used to specify the target project, region, and URL map for the request."],["Multiple versions of the `GetRegionUrlMapRequest` are available, ranging from version 1.0.0 up to the latest version 3.6.0, with version 3.2.0 being the specifically highlighted version within this documentation."]]],[]]