BackendRule_PathTranslation class final
Path Translation specifies how to combine the backend address with the request path in order to produce the appropriate forwarding URL for the request.
Path Translation is applicable only to HTTP-based backends. Backends which
do not accept requests over HTTP/HTTPS should leave path_translation
unspecified.
- Inheritance
-
- Object
- ProtoEnum
- BackendRule_PathTranslation
Constructors
- BackendRule_PathTranslation(String value)
-
const
- BackendRule_PathTranslation.fromJson(String json)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotDefault → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- $default → const BackendRule_PathTranslation
- The default value for BackendRule_PathTranslation.
- appendPathToAddress → const BackendRule_PathTranslation
- The request path will be appended to the backend address.
- constantAddress → const BackendRule_PathTranslation
- Use the backend address as-is, with no modification to the path. If the URL pattern contains variables, the variable names and values will be appended to the query string. If a query string parameter and a URL pattern variable have the same name, this may result in duplicate keys in the query string.
- pathTranslationUnspecified → const BackendRule_PathTranslation