Output only. The resource name of the key. The name has the form: projects/<PROJECT_NUMBER>/locations/global/keys/<KEY_ID>. For example: projects/123456867718/locations/global/keys/b7ff1f9f-8275-410a-94dd-3855ee9b5dd2
NOTE: Key is a global resource; hence the only supported value for location is global.
The field mask specifies which fields to be updated as part of this request. All other fields are ignored. Mutable fields are: displayName, restrictions, and annotations. If an update mask is not provided, the service treats it as an implied mask equivalent to all allowed fields that are set on the wire. If the field mask has a special value "*", the service treats it equivalent to replace all allowed mutable fields.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
[[["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 2022-05-25 UTC."],[[["This API call patches modifiable fields of an API key, excluding the key string itself from the response."],["The HTTP request method is `PATCH` and uses gRPC Transcoding syntax with a URL structure that requires specifying the key's resource name."],["The `key.name` path parameter is mandatory, and it follows the format `projects/\u003cPROJECT_NUMBER\u003e/locations/global/keys/\u003cKEY_ID\u003e`, noting that only `global` is a supported location."],["The `updateMask` query parameter determines which fields are updated in the request, with mutable fields being `displayName`, `restrictions`, and `annotations`."],["Successful calls return an `Operation` instance, and it needs `apikeys.keys.update` IAM permission along with OAuth scope: `https://www.googleapis.com/auth/cloud-platform`."]]],[]]