public sealed class ValidateUrlMapRequest : IMessage<ValidateUrlMapRequest>, IEquatable<ValidateUrlMapRequest>, IDeepCloneable<ValidateUrlMapRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ValidateUrlMapRequest.
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."],[[["This page provides reference documentation for the `ValidateUrlMapRequest` class within the Compute Engine v1 API, specifically for the .NET library."],["The `ValidateUrlMapRequest` class is used to construct requests for validating URL maps and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the inheritance of `ValidateUrlMapRequest` from `Object` and lists its inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["Constructors for `ValidateUrlMapRequest` are available, including a default constructor and one that takes another `ValidateUrlMapRequest` object as a parameter."],["Key properties of the class include `Project`, `UrlMap`, and `UrlMapsValidateRequestResource`, which are essential for defining the validation request, such as Project ID, UrlMap name, and the body of the resource."]]],[]]