Enum MetadataJob.ImportJobSpec.SyncMode (1.52.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.

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.

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.

FULL = 1;

INCREMENTAL

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.

INCREMENTAL = 2;

INCREMENTAL_VALUE

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.

INCREMENTAL = 2;

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()