Enum Application.BillingMode (0.15.0)

public enum Application.BillingMode extends Enum<Application.BillingMode> implements ProtocolMessageEnum

Billing mode of the Application

Protobuf enum google.events.cloud.visionai.v1.Application.BillingMode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BILLING_MODE_UNSPECIFIED

The default value.

BILLING_MODE_UNSPECIFIED = 0;

BILLING_MODE_UNSPECIFIED_VALUE

The default value.

BILLING_MODE_UNSPECIFIED = 0;

MONTHLY

Monthly billing mode.

MONTHLY = 2;

MONTHLY_VALUE

Monthly billing mode.

MONTHLY = 2;

PAYG

Pay as you go billing mode.

PAYG = 1;

PAYG_VALUE

Pay as you go billing mode.

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