public sealed class ValidateRegionUrlMapRequest : IMessage<ValidateRegionUrlMapRequest>, IEquatable<ValidateRegionUrlMapRequest>, IDeepCloneable<ValidateRegionUrlMapRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ValidateRegionUrlMapRequest.
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."],[[["The `ValidateRegionUrlMapRequest` class is part of the Google Cloud Compute Engine v1 API and is used to validate a region's URL map, with the latest version being 3.6.0 and version 3.0.0 being the current selected reference."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in message handling, comparison, deep cloning, and buffering."],["The class has constructors to create new instances, either default or by cloning another `ValidateRegionUrlMapRequest` object, and includes properties for the project ID, region name, resource for validation, and URL map to validate."],["The `ValidateRegionUrlMapRequest` object is a request message used by the API method `RegionUrlMaps.Validate` to process validation for the given region's url maps."],["Several versions are available for use, ranging from version 1.0.0 to the latest version 3.6.0."]]],[]]