GoogleApi.FirebaseHosting.V1beta1.Model.Rewrite (google_api_firebase_hosting v0.15.0) View Source
A Rewrite
specifies a URL pattern that, if matched to the request URL path, triggers Hosting to respond as if the service were given the specified destination URL.
Attributes
-
dynamicLinks
(type:boolean()
, default:nil
) - The request will be forwarded to Firebase Dynamic Links. -
function
(type:String.t
, default:nil
) - The function to proxy requests to. Must match the exported function name exactly. -
glob
(type:String.t
, default:nil
) - The user-supplied glob to match against the request URL path. -
path
(type:String.t
, default:nil
) - The URL path to rewrite the request to. -
regex
(type:String.t
, default:nil
) - The user-supplied RE2 regular expression to match against the request URL path. -
run
(type:GoogleApi.FirebaseHosting.V1beta1.Model.CloudRunRewrite.t
, default:nil
) - The request will be forwarded to Cloud Run.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.