Enum DataStore.ConfigurableBillingApproach (0.90.0)

public enum DataStore.ConfigurableBillingApproach extends Enum<DataStore.ConfigurableBillingApproach> implements ProtocolMessageEnum

Configuration for configurable billing approach.

Protobuf enum google.cloud.discoveryengine.v1beta.DataStore.ConfigurableBillingApproach

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONFIGURABLE_BILLING_APPROACH_UNSPECIFIED

Default value. For Spark and non-Spark non-configurable billing approach.

CONFIGURABLE_BILLING_APPROACH_UNSPECIFIED = 0;

CONFIGURABLE_BILLING_APPROACH_UNSPECIFIED_VALUE

Default value. For Spark and non-Spark non-configurable billing approach.

CONFIGURABLE_BILLING_APPROACH_UNSPECIFIED = 0;

CONFIGURABLE_CONSUMPTION_EMBEDDING

Use the consumption pay-as-you-go billing for embedding storage add-on.

CONFIGURABLE_CONSUMPTION_EMBEDDING = 2;

CONFIGURABLE_CONSUMPTION_EMBEDDING_VALUE

Use the consumption pay-as-you-go billing for embedding storage add-on.

CONFIGURABLE_CONSUMPTION_EMBEDDING = 2;

CONFIGURABLE_SUBSCRIPTION_INDEXING_CORE

Use the subscription base + overage billing for indexing core for non embedding storage.

CONFIGURABLE_SUBSCRIPTION_INDEXING_CORE = 1;

CONFIGURABLE_SUBSCRIPTION_INDEXING_CORE_VALUE

Use the subscription base + overage billing for indexing core for non embedding storage.

CONFIGURABLE_SUBSCRIPTION_INDEXING_CORE = 1;

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