public sealed class ValidateUrlMapRequest : IMessage<ValidateUrlMapRequest>, IEquatable<ValidateUrlMapRequest>, IDeepCloneable<ValidateUrlMapRequest>, IBufferMessage, IMessage
A request message for UrlMaps.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."],[[["The `ValidateUrlMapRequest` class is a request message used for validating URL maps, as defined within the Google Cloud Compute V1 library."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering capabilities for message handling, equality checks, deep cloning, and buffer management."],["The `ValidateUrlMapRequest` class has constructors for creating new instances, either empty or based on an existing `ValidateUrlMapRequest` object, and it also includes properties to provide information about the project ID, the URL map name, and the request resource."],["The latest version of this class is in version 3.6.0, but the content of the page has links to all the way back to 1.0.0 of the class, allowing users to view any version up to the most recent."],["The `ValidateUrlMapRequest` class contains inherited members from the base object class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]