Enum CloudSqlSettings.Edition (2.30.0)

public enum CloudSqlSettings.Edition extends Enum<CloudSqlSettings.Edition> implements ProtocolMessageEnum

The edition of the given Cloud SQL instance. Can be ENTERPRISE or ENTERPRISE_PLUS.

Protobuf enum google.cloud.clouddms.v1.CloudSqlSettings.Edition

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EDITION_UNSPECIFIED

The instance did not specify the edition.

EDITION_UNSPECIFIED = 0;

EDITION_UNSPECIFIED_VALUE

The instance did not specify the edition.

EDITION_UNSPECIFIED = 0;

ENTERPRISE

The instance is an enterprise edition.

ENTERPRISE = 2;

ENTERPRISE_PLUS

The instance is an enterprise plus edition.

ENTERPRISE_PLUS = 3;

ENTERPRISE_PLUS_VALUE

The instance is an enterprise plus edition.

ENTERPRISE_PLUS = 3;

ENTERPRISE_VALUE

The instance is an enterprise edition.

ENTERPRISE = 2;

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