Immutable. Identifier. In form of * organizations/{organization_id}/locations/global/policyOrchestrators/{orchestrator_id} * folders/{folder_id}/locations/global/policyOrchestrators/{orchestrator_id} * projects/{project_id_or_number}/locations/global/policyOrchestrators/{orchestrator_id}
Optional. The list of fields to merge into the existing policy orchestrator.
A special ["*"] field mask can be used to simply replace the entire resource.
Otherwise, for all paths referenced in the mask, following merge rules are used: * output only fields are ignored, * primitive fields are replaced, * repeated fields are replaced, * map fields are merged key by key, * message fields are cleared if not set in the request, otherwise they are merged recursively (in particular - message fields set to an empty message has no side effects)
If field mask is not specified, it is automatically inferred from the request using following rules: * primitive fields are listed, if set to a non-default value (as there is no way to distinguish between default and unset value), * map and repeated fields are listed, * google.protobuf.Any fields are listed, * other message fields are traversed recursively.
Note: implicit mask does not allow clearing 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 2025-03-31 UTC."],[[["This endpoint is used to update an existing policy orchestrator within a project."],["The HTTP request method is `PATCH`, and it utilizes gRPC Transcoding syntax with a specific URL structure."],["Path parameters are used to specify the policy orchestrator's identifier, which can be within an organization, folder, or project."],["The `updateMask` query parameter allows you to specify which fields of the policy orchestrator should be updated."],["The request body will need to have the [PolicyOrchestrator](https://cloud.google.com/compute/docs/osconfig/rest/v2beta/folders.locations.global.policyOrchestrators#PolicyOrchestrator) field populated, and the response body will return an [Operation](https://cloud.google.com/compute/docs/osconfig/rest/Shared.Types/Operation) instance if the operation was successful."]]],[]]