Enum CapacityCommitment.CommitmentPlan (2.1.4)

public enum CapacityCommitment.CommitmentPlan extends Enum<CapacityCommitment.CommitmentPlan> implements ProtocolMessageEnum

Commitment plan defines the current committed period. Capacity commitment cannot be deleted during it's committed period.

Protobuf enum google.cloud.bigquery.reservation.v1.CapacityCommitment.CommitmentPlan

Implements

ProtocolMessageEnum

Fields

NameDescription
ANNUAL

Annual commitments have a committed period of 365 days after becoming ACTIVE. After that they are converted to a new commitment based on the renewal_plan.

ANNUAL = 4;

ANNUAL_VALUE

Annual commitments have a committed period of 365 days after becoming ACTIVE. After that they are converted to a new commitment based on the renewal_plan.

ANNUAL = 4;

COMMITMENT_PLAN_UNSPECIFIED

Invalid plan value. Requests with this value will be rejected with error code google.rpc.Code.INVALID_ARGUMENT.

COMMITMENT_PLAN_UNSPECIFIED = 0;

COMMITMENT_PLAN_UNSPECIFIED_VALUE

Invalid plan value. Requests with this value will be rejected with error code google.rpc.Code.INVALID_ARGUMENT.

COMMITMENT_PLAN_UNSPECIFIED = 0;

FLEX

Flex commitments have committed period of 1 minute after becoming ACTIVE. After that, they are not in a committed period anymore and can be removed any time.

FLEX = 3;

FLEX_VALUE

Flex commitments have committed period of 1 minute after becoming ACTIVE. After that, they are not in a committed period anymore and can be removed any time.

FLEX = 3;

MONTHLY

Monthly commitments have a committed period of 30 days after becoming ACTIVE. After that, they are not in a committed period anymore and can be removed any time.

MONTHLY = 2;

MONTHLY_VALUE

Monthly commitments have a committed period of 30 days after becoming ACTIVE. After that, they are not in a committed period anymore and can be removed any time.

MONTHLY = 2;

TRIAL

Trial commitments have a committed period of 182 days after becoming ACTIVE. After that, they are converted to a new commitment based on the renewal_plan. Default renewal_plan for Trial commitment is Flex so that it can be deleted right after committed period ends.

TRIAL = 5;

TRIAL_VALUE

Trial commitments have a committed period of 182 days after becoming ACTIVE. After that, they are converted to a new commitment based on the renewal_plan. Default renewal_plan for Trial commitment is Flex so that it can be deleted right after committed period ends.

TRIAL = 5;

UNRECOGNIZED

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()