public enum MigrationJob.Type extends Enum<MigrationJob.Type> implements ProtocolMessageEnum
The type of migration job (one-time or continuous).
Protobuf enum google.events.cloud.clouddms.v1.MigrationJob.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CONTINUOUS |
The migration job is a continuous migration. |
CONTINUOUS_VALUE |
The migration job is a continuous migration. |
ONE_TIME |
The migration job is a one time migration. |
ONE_TIME_VALUE |
The migration job is a one time migration. |
TYPE_UNSPECIFIED |
The type of the migration job is unknown. |
TYPE_UNSPECIFIED_VALUE |
The type of the migration job is unknown. |
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() |