Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class BillingMode.
Billing mode of the Application
Protobuf type google.cloud.visionai.v1.Application.BillingMode
Namespace
Google \ Cloud \ VisionAI \ V1 \ ApplicationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
BILLING_MODE_UNSPECIFIED
Value: 0The default value.
Generated from protobuf enum BILLING_MODE_UNSPECIFIED = 0;
PAYG
Value: 1Pay as you go billing mode.
Generated from protobuf enum PAYG = 1;
MONTHLY
Value: 2Monthly billing mode.
Generated from protobuf enum MONTHLY = 2;