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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BILLING_MODE_UNSPECIFIED |
The default value. |
BILLING_MODE_UNSPECIFIED_VALUE |
The default value. |
MONTHLY |
Monthly billing mode. |
MONTHLY_VALUE |
Monthly billing mode. |
PAYG |
Pay as you go billing mode. |
PAYG_VALUE |
Pay as you go billing mode. |
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() |