public sealed class ValidateRegionUrlMapRequest : IMessage<ValidateRegionUrlMapRequest>, IEquatable<ValidateRegionUrlMapRequest>, IDeepCloneable<ValidateRegionUrlMapRequest>, IBufferMessage, IMessage
A request message for RegionUrlMaps.Validate. 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 webpage details the `ValidateRegionUrlMapRequest` class within the `Google.Cloud.Compute.V1` namespace, presenting various versions from 1.0.0 to 3.6.0 (latest)."],["`ValidateRegionUrlMapRequest` is used as a request message for `RegionUrlMaps.Validate`, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default one and another that takes a `ValidateRegionUrlMapRequest` object as a parameter for creating a new instance based on the provided one."],["It includes properties like `Project`, `Region`, `RegionUrlMapsValidateRequestResource`, and `UrlMap`, which define the request's project ID, region, resource body, and the name of the UrlMap resource, respectively."],["This class also inherits some members from the `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]