Reference documentation and code samples for the Google Cloud Quotas V1 Client class Origin.
The enumeration of the origins of quota preference requests.
Protobuf type google.api.cloudquotas.v1.QuotaConfig.Origin
Namespace
Google \ Cloud \ CloudQuotas \ V1 \ QuotaConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ORIGIN_UNSPECIFIED
Value: 0The unspecified value.
Generated from protobuf enum ORIGIN_UNSPECIFIED = 0;
CLOUD_CONSOLE
Value: 1Created through Cloud Console.
Generated from protobuf enum CLOUD_CONSOLE = 1;
AUTO_ADJUSTER
Value: 2Generated by automatic quota adjustment.
Generated from protobuf enum AUTO_ADJUSTER = 2;