Enum MigrationJob.Type (2.7.0)

public enum MigrationJob.Type extends Enum<MigrationJob.Type> implements ProtocolMessageEnum

The type of migration job (one-time or continuous).

Protobuf enum google.cloud.clouddms.v1.MigrationJob.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONTINUOUS

The migration job is a continuous migration.

CONTINUOUS = 2;

CONTINUOUS_VALUE

The migration job is a continuous migration.

CONTINUOUS = 2;

ONE_TIME

The migration job is a one time migration.

ONE_TIME = 1;

ONE_TIME_VALUE

The migration job is a one time migration.

ONE_TIME = 1;

TYPE_UNSPECIFIED

The type of the migration job is unknown.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

The type of the migration job is unknown.

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