Enum Engine.ConfigurableBillingApproach (0.90.0)

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

Configuration for configurable billing approach.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONFIGURABLE_BILLING_APPROACH_ENABLED

The billing approach follows configurations specified by customer.

CONFIGURABLE_BILLING_APPROACH_ENABLED = 1;

CONFIGURABLE_BILLING_APPROACH_ENABLED_VALUE

The billing approach follows configurations specified by customer.

CONFIGURABLE_BILLING_APPROACH_ENABLED = 1;

CONFIGURABLE_BILLING_APPROACH_UNSPECIFIED

Default value. For Spark and non-Spark non-configurable billing approach. General pricing model.

CONFIGURABLE_BILLING_APPROACH_UNSPECIFIED = 0;

CONFIGURABLE_BILLING_APPROACH_UNSPECIFIED_VALUE

Default value. For Spark and non-Spark non-configurable billing approach. General pricing model.

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