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."],[[["This document provides reference information for the `UrlDispatchRule` class within the Google Cloud App Engine v1 API, specifically version 2.2.0, and contains a list of other versions."],["`UrlDispatchRule` is a class used to define rules for matching HTTP requests and routing them to specific services within an App Engine application."],["The `UrlDispatchRule` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `UrlDispatchRule` class include `Domain`, `Path`, and `Service`, which define the domain, path, and target service for dispatching requests, respectively."],["`UrlDispatchRule` has a default and parameterized constructor that accepts another UrlDispatchRule object."]]],[]]