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-04-17 UTC."],[[["The `UrlDispatchRule` class in the Google.Cloud.AppEngine.V1 namespace is used to define rules for routing HTTP requests to specific services."],["This class, `UrlDispatchRule`, implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, inheriting members from the base object class."],["The class offers properties such as `Domain`, `Path`, and `Service` to define matching rules for domains, paths, and target services, respectively."],["The documentation for this `UrlDispatchRule` class is available for versions ranging from 1.0.0 to the latest 2.4.0."],["The UrlDispatchRule object has two constructors, one parameterless, and the other that takes in another UrlDispatchRule object."]]],[]]