A user-defined name of the function. Function names must be unique globally and match pattern projects/*/locations/*/functions/* It takes the form projects/{project}/locations/{location}/functions/{function}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-08 UTC."],[[["This webpage outlines the process for updating an existing function using a PATCH HTTP request to the Google Cloud Functions API."],["The request URL requires a `function.name` path parameter, which is a unique identifier following the `projects/*/locations/*/functions/*` pattern."],["It accepts an optional `updateMask` query parameter, allowing users to specify which fields of the function to update; if left empty, all fields will be updated."],["The request body should contain a `Function` resource, and upon success, the response body will contain an `Operation` resource."],["Updating a function requires the OAuth scope: `https://www.googleapis.com/auth/cloud-platform`."]]],[]]