An URL
mask is one of the main components of the Cloud Function.
A template to parse function field from a request URL. URL
mask allows for routing to multiple Cloud Functions without having to
create multiple Network Endpoint Groups and backend services.
For example, request URLs mydomain.com/function1 andmydomain.com/function2 can be backed by the same
Serverless NEG with URL mask /<function>. The URL
mask will parse them to { function = "function1" } and{ function = "function2" } respectively.
An URL
mask is one of the main components of the Cloud Function.
A template to parse function field from a request URL. URL
mask allows for routing to multiple Cloud Functions without having to
create multiple Network Endpoint Groups and backend services.
For example, request URLs mydomain.com/function1 andmydomain.com/function2 can be backed by the same
Serverless NEG with URL mask /<function>. The URL
mask will parse them to { function = "function1" } and{ function = "function2" } respectively.
An URL
mask is one of the main components of the Cloud Function.
A template to parse function field from a request URL. URL
mask allows for routing to multiple Cloud Functions without having to
create multiple Network Endpoint Groups and backend services.
For example, request URLs mydomain.com/function1 andmydomain.com/function2 can be backed by the same
Serverless NEG with URL mask /<function>. The URL
mask will parse them to { function = "function1" } and{ function = "function2" } respectively.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-01-24 UTC."],[],[]]