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, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class is used for requests to validate region URL maps, as indicated by its name and description \"A request message for RegionUrlMaps.Validate\"."],["The latest version of the API available is 3.6.0, with a history of releases that includes earlier versions such as 2.17.0, and the oldest version listed being 1.0.0, meaning a large range of history is available."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as message handling, equality comparison, deep cloning, and buffer message operations."],["The `ValidateRegionUrlMapRequest` class has properties like `Project`, `Region`, `RegionUrlMapsValidateRequestResource`, and `UrlMap`, that allow for the configuration of the validation."]]],[]]