Enum MetadataJob.ImportJobSpec.SyncMode (1.58.0)

public enum MetadataJob.ImportJobSpec.SyncMode extends Enum<MetadataJob.ImportJobSpec.SyncMode> implements ProtocolMessageEnum

Specifies how the entries and aspects in a metadata job are updated. For more information, see Sync mode.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
FULL

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.

FULL = 1;

FULL_VALUE

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.

FULL = 1;

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.

INCREMENTAL = 2;

INCREMENTAL_VALUE

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.

INCREMENTAL = 2;

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.

This sync mode is supported for entries.

NONE = 3;

NONE_VALUE

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.

This sync mode is supported for entries.

NONE = 3;

SYNC_MODE_UNSPECIFIED

Sync mode unspecified.

SYNC_MODE_UNSPECIFIED = 0;

SYNC_MODE_UNSPECIFIED_VALUE

Sync mode unspecified.

SYNC_MODE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()