FoldersLocationsGlobalPolicyOrchestratorsPatchOptions
import type { FoldersLocationsGlobalPolicyOrchestratorsPatchOptions } from "https://googleapis.deno.dev/v1/osconfig:v2.ts";
Additional options for OSConfig#foldersLocationsGlobalPolicyOrchestratorsPatch.
§Properties
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.