Dataplex V1 API - Module Google::Cloud::Dataplex::V1::MetadataJob::ImportJobSpec::SyncMode (v2.1.0) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::MetadataJob::ImportJobSpec::SyncMode.
Specifies how the entries and aspects in a metadata job are updated.
Constants
SYNC_MODE_UNSPECIFIED
value: 0 Sync mode unspecified.
FULL
value: 1 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.
INCREMENTAL
value: 2 Only the entries and aspects 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.
NONE
value: 3 If entry sync mode is NONE, then the entry-specific fields (apart from aspects) are not modified and the aspects are modified according to the aspect_sync_mode
[[["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-11-13 UTC."],[],[]]