Enum BackgroundJobType (2.39.0)

public enum BackgroundJobType extends Enum<BackgroundJobType> implements ProtocolMessageEnum

The types of jobs that can be executed in the background.

Protobuf enum google.cloud.clouddms.v1.BackgroundJobType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BACKGROUND_JOB_TYPE_APPLY_DESTINATION

Job to apply the draft tree onto the destination.

BACKGROUND_JOB_TYPE_APPLY_DESTINATION = 3;

BACKGROUND_JOB_TYPE_APPLY_DESTINATION_VALUE

Job to apply the draft tree onto the destination.

BACKGROUND_JOB_TYPE_APPLY_DESTINATION = 3;

BACKGROUND_JOB_TYPE_CONVERT

Job to convert the source database into a draft of the destination database.

BACKGROUND_JOB_TYPE_CONVERT = 2;

BACKGROUND_JOB_TYPE_CONVERT_VALUE

Job to convert the source database into a draft of the destination database.

BACKGROUND_JOB_TYPE_CONVERT = 2;

BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE

Job to import and convert mapping rules from an external source such as an ora2pg config file.

BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE = 5;

BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE_VALUE

Job to import and convert mapping rules from an external source such as an ora2pg config file.

BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE = 5;

BACKGROUND_JOB_TYPE_SOURCE_SEED

Job to seed from the source database.

BACKGROUND_JOB_TYPE_SOURCE_SEED = 1;

BACKGROUND_JOB_TYPE_SOURCE_SEED_VALUE

Job to seed from the source database.

BACKGROUND_JOB_TYPE_SOURCE_SEED = 1;

BACKGROUND_JOB_TYPE_UNSPECIFIED

Unspecified background job type.

BACKGROUND_JOB_TYPE_UNSPECIFIED = 0;

BACKGROUND_JOB_TYPE_UNSPECIFIED_VALUE

Unspecified background job type.

BACKGROUND_JOB_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()