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."],[[["This webpage provides documentation for the `UrlDispatchRule` class within the `Google.Cloud.AppEngine.V1` namespace, detailing its role in routing HTTP requests to specific services."],["The `UrlDispatchRule` class is designed to match HTTP requests and direct them to a specified service, using domain and path criteria."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, making it versatile for various data handling tasks."],["Key properties of `UrlDispatchRule` include `Domain`, which supports wildcards for domain matching, `Path`, defining the URL path, and `Service`, which designates the target service for the matched request."],["This page lists available versions for `UrlDispatchRule`, ranging from version 1.0.0 up to the latest version 2.4.0."]]],[]]