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-04-17 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, which it inherits from Object and implements multiple Google Protobuf interfaces."],["The class offers constructors to create a new `UrlDispatchRule` instance or copy an existing one."],["It includes properties such as `Domain`, `Path`, and `Service` to define how HTTP requests are matched and dispatched, with length constraints on the combined `Domain` and `Path`."],["The `Domain` property allows for wildcard matching and the `Path` property supports a single wildcard at the end of the pathname."]]],[]]