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."],[[["The latest version of `UrlDispatchRule` is 2.4.0, which is part of the Google.Cloud.AppEngine.V1 library."],["`UrlDispatchRule` is a sealed class designed to match HTTP requests and direct them to a specific service within an application."],["The class includes properties such as `Domain`, `Path`, and `Service` for configuring rules that specify which service should handle requests based on the domain and path of the URL."],["The `UrlDispatchRule` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class supports the ability to create a deep clone of an object via its implementation of `IDeepCloneable` and has two constructors, one being able to utilize a UrlDispatchRule object."]]],[]]