Enum Edition (0.6.0)

public enum Edition extends Enum<Edition> implements ProtocolMessageEnum

Proto representing the edition of the instance. NextId: 4.

Protobuf enum google.cloud.databasecenter.v1beta.Edition

Implements

ProtocolMessageEnum

Static Fields

Name Description
EDITION_ENTERPRISE

Represents the enterprise edition.

EDITION_ENTERPRISE = 1;

EDITION_ENTERPRISE_PLUS

Represents the enterprise plus edition.

EDITION_ENTERPRISE_PLUS = 2;

EDITION_ENTERPRISE_PLUS_VALUE

Represents the enterprise plus edition.

EDITION_ENTERPRISE_PLUS = 2;

EDITION_ENTERPRISE_VALUE

Represents the enterprise edition.

EDITION_ENTERPRISE = 1;

EDITION_STANDARD

Represents the standard edition.

EDITION_STANDARD = 3;

EDITION_STANDARD_VALUE

Represents the standard edition.

EDITION_STANDARD = 3;

EDITION_UNSPECIFIED

Default, to make it consistent with instance edition enum.

EDITION_UNSPECIFIED = 0;

EDITION_UNSPECIFIED_VALUE

Default, to make it consistent with instance edition enum.

EDITION_UNSPECIFIED = 0;

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