Enum SqlPricingPlan (0.1.0)

public enum SqlPricingPlan extends Enum<SqlPricingPlan> implements ProtocolMessageEnum

The pricing plan for this instance.

Protobuf enum google.cloud.sql.v1beta4.SqlPricingPlan

Implements

ProtocolMessageEnum

Static Fields

Name Description
PACKAGE

The instance is billed at a monthly flat rate.

PACKAGE = 1;

PACKAGE_VALUE

The instance is billed at a monthly flat rate.

PACKAGE = 1;

PER_USE

The instance is billed per usage.

PER_USE = 2;

PER_USE_VALUE

The instance is billed per usage.

PER_USE = 2;

SQL_PRICING_PLAN_UNSPECIFIED

This is an unknown pricing plan for this instance.

SQL_PRICING_PLAN_UNSPECIFIED = 0;

SQL_PRICING_PLAN_UNSPECIFIED_VALUE

This is an unknown pricing plan for this instance.

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