Expand description
Useful constants to work with PathTranslation
Constantsยง
- APPEND_
PATH_ TO_ ADDRESS - The request path will be appended to the backend address.
- CONSTANT_
ADDRESS - 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.
- PATH_
TRANSLATION_ UNSPECIFIED