Enum SqlInstancesVerifyExternalSyncSettingsRequest.MigrationType (0.1.0)

public enum SqlInstancesVerifyExternalSyncSettingsRequest.MigrationType extends Enum<SqlInstancesVerifyExternalSyncSettingsRequest.MigrationType> implements ProtocolMessageEnum

MigrationType 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

ProtocolMessageEnum

Static Fields

Name Description
LOGICAL

Logical dump file-based migration

LOGICAL = 1;

LOGICAL_VALUE

Logical dump file-based migration

LOGICAL = 1;

MIGRATION_TYPE_UNSPECIFIED

Default value is a logical dump file-based migration

MIGRATION_TYPE_UNSPECIFIED = 0;

MIGRATION_TYPE_UNSPECIFIED_VALUE

Default value is a logical dump file-based migration

MIGRATION_TYPE_UNSPECIFIED = 0;

PHYSICAL

Physical file-based migration

PHYSICAL = 2;

PHYSICAL_VALUE

Physical file-based migration

PHYSICAL = 2;

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