public enum SqlInstancesVerifyExternalSyncSettingsRequest.MigrationType extends Enum<SqlInstancesVerifyExternalSyncSettingsRequest.MigrationType> implements ProtocolMessageEnumMigrationType determines whether the migration is a physical file-based migration or a logical dump file-based migration.
Protobuf enum
google.cloud.sql.v1.SqlInstancesVerifyExternalSyncSettingsRequest.MigrationType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
LOGICAL |
Logical dump file-based migration |
LOGICAL_VALUE |
Logical dump file-based migration |
MIGRATION_TYPE_UNSPECIFIED |
Default value is a logical dump file-based migration |
MIGRATION_TYPE_UNSPECIFIED_VALUE |
Default value is a logical dump file-based migration |
PHYSICAL |
Physical file-based migration |
PHYSICAL_VALUE |
Physical file-based migration |
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() |
|