public sealed class UrlDispatchRule : IMessage<UrlDispatchRule>, IEquatable<UrlDispatchRule>, IDeepCloneable<UrlDispatchRule>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class UrlDispatchRule.
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 the `UrlDispatchRule` API class is 2.4.0, while this page specifically documents version 2.1.0, with links to other version documentation."],["The `UrlDispatchRule` class, part of the Google.Cloud.AppEngine.V1 namespace, is designed for matching HTTP requests and directing them to specific services within an application."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality checks, deep cloning, and buffer management."],["The `UrlDispatchRule` class includes properties for `Domain`, `Path`, and `Service`, which are used to define the criteria for matching requests and specifying the target service."],["The `Domain` and `Path` properties, which are strings, are subject to length constraints, and are used in combination to define how a match is found in a request."]]],[]]