Google Cloud Dataplex V1 Client - Class SyncMode (1.2.1)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class SyncMode.

Specifies how the entries and aspects in a metadata job are updated.

Protobuf type google.cloud.dataplex.v1.MetadataJob.ImportJobSpec.SyncMode

Namespace

Google \ Cloud \ Dataplex \ V1 \ MetadataJob \ ImportJobSpec

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SYNC_MODE_UNSPECIFIED

Value: 0

Sync mode unspecified.

Generated from protobuf enum SYNC_MODE_UNSPECIFIED = 0;

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.

Generated from protobuf enum FULL = 1;

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.

Generated from protobuf enum INCREMENTAL = 2;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.