Enum Edition (2.19.0)

public enum Edition extends Enum<Edition> implements ProtocolMessageEnum

The type of editions. Different features and behaviors are provided to different editions Capacity commitments and reservations are linked to editions.

Protobuf enum google.cloud.bigquery.reservation.v1.Edition

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EDITION_UNSPECIFIED

Default value, which will be treated as ENTERPRISE.

EDITION_UNSPECIFIED = 0;

EDITION_UNSPECIFIED_VALUE

Default value, which will be treated as ENTERPRISE.

EDITION_UNSPECIFIED = 0;

ENTERPRISE

Enterprise edition.

ENTERPRISE = 2;

ENTERPRISE_PLUS

Enterprise plus edition.

ENTERPRISE_PLUS = 3;

ENTERPRISE_PLUS_VALUE

Enterprise plus edition.

ENTERPRISE_PLUS = 3;

ENTERPRISE_VALUE

Enterprise edition.

ENTERPRISE = 2;

STANDARD

Standard edition.

STANDARD = 1;

STANDARD_VALUE

Standard edition.

STANDARD = 1;

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