[[["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-01-29 UTC."],[[["This webpage details how to update the settings of a specific instance using a PATCH HTTP request to a given URL with gRPC Transcoding syntax."],["Updating an instance requires specifying the `instance.name` in the path parameters, which follows a specific format: `projects/{project}/locations/{location}/instances/{instance}`."],["The `updateMask` query parameter must be supplied, indicating which fields will be updated, and can only include a specified set of options such as \"description\", \"fileShares\", and \"labels\", among others."],["The request body must contain an instance of `Instance`, and the response will contain an instance of `Operation` if the request is successful."],["The operation requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]