All resources in the job's scope are modified. If a resource exists in
Dataplex but isn't included in the metadata import file, the resource
is deleted when you run the metadata job. Use this mode to perform a
full sync of the set of entries in the job scope.
This sync mode is supported for entries.
Incremental
Only the resources that are explicitly included in the
metadata import file are modified. Use this mode to modify a subset of
resources while leaving unreferenced resources unchanged.
This sync mode is supported for aspects.
None
If entry sync mode is NONE, then aspects are modified according
to the aspect sync mode. Other metadata that belongs to entries in the
job's scope isn't modified.
[[["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-25 UTC."],[[["The latest version of the `MetadataJob.Types.ImportJobSpec.Types.SyncMode` API is 3.6.0, with documentation and previous versions available."],["This API enum, part of the Google Cloud Dataplex V1, manages how entries and aspects in a metadata job are updated."],["There are four sync modes available: `Full` which updates all resources in the job's scope, `Incremental` which updates a specific subset, `None` which does not modify entries, and `Unspecified`."],["The `Full` sync mode will delete resources that exist in Dataplex if they are not included in the import file."],["The `Incremental` sync mode only modifies entries and aspects that are explicity included in the metadata import file, leaving unreferenced resources unchanged."]]],[]]