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-24 UTC."],[[["The `ValidateUrlMapRequest` class is a request message used for validating URL maps, as specified in the method description."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the Google Cloud .NET ecosystem."],["The `ValidateUrlMapRequest` class offers two constructors, a default and one that allows passing another instance of the class for setup, as well as several properties like `Project`, `UrlMap`, and `UrlMapsValidateRequestResource`."],["The latest version of this specific class is `3.6.0`, with a range of older versions available from `1.0.0` up to `3.5.0`."],["This class belongs to the namespace `Google.Cloud.Compute.V1`, located within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]