urlRedirect property

HttpRedirectAction? urlRedirect
getter/setter pair

When a path pattern is matched, the request is redirected to a URL specified by urlRedirect.

Only one of urlRedirect, service or routeAction.weightedBackendService can be set. Not supported when the URL map is bound to a target gRPC proxy.

Implementation

HttpRedirectAction? urlRedirect;