Unique name for the patch deployment resource in a project. The patch deployment name is in the form: projects/{projectId}/patchDeployments/{patchDeploymentId}. This field is ignored when you create a new patch deployment.
[[["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 2024-11-11 UTC."],[[["This webpage details how to update an OS Config patch deployment using a `PATCH` HTTP request to the specified endpoint."],["The request URL utilizes gRPC Transcoding syntax and requires a `patchDeployment.name` path parameter, which specifies the unique identifier of the patch deployment to be updated."],["An optional `updateMask` query parameter, in FieldMask format, can be provided to control which specific fields of the patch deployment are to be modified."],["The request body and the successful response body both use the `PatchDeployment` resource for defining and returning the updated patch deployment details."],["Updating a patch deployment necessitates the `osconfig.patchDeployments.update` IAM permission on the `name` resource, alongside the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]