public sealed class UrlDispatchRule : IMessage<UrlDispatchRule>, IEquatable<UrlDispatchRule>, IDeepCloneable<UrlDispatchRule>, IBufferMessage, IMessage
Rules to match an HTTP request and dispatch that request to a service.
[[["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."],[[["This webpage details the `UrlDispatchRule` class, which is used to define rules for matching HTTP requests and directing them to specific services."],["The `UrlDispatchRule` class is part of the `Google.Cloud.AppEngine.V1` namespace within the `Google.Cloud.AppEngine.V1.dll` assembly."],["The latest version for `UrlDispatchRule` is 2.4.0, with several other available versions ranging from 1.0.0 to 2.3.0."],["The class includes properties such as `Domain`, `Path`, and `Service` to configure matching criteria and target services."],["The `UrlDispatchRule` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."]]],[]]