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 within the `Google.Cloud.AppEngine.V1` namespace, which is designed to match HTTP requests and direct them to specific services."],["The latest version of `UrlDispatchRule` is 2.4.0, and the page provides links to documentation for multiple versions, ranging from 1.0.0 to 2.4.0."],["`UrlDispatchRule` includes properties for `Domain`, `Path`, and `Service`, allowing for detailed configuration of how requests are routed based on the domain, path, and targeted service."],["This class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with different functionalities within the .NET ecosystem."],["The `UrlDispatchRule` class is sealed, and it inherits from `Object` while also including details on its constructors and inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]