Reference documentation and code samples for the Google Cloud Billing V1 Client class Type.
The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.
Protobuf type google.cloud.billing.v1.GeoTaxonomy.Type
Namespace
Google \ Cloud \ Billing \ V1 \ GeoTaxonomyMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0
The type is not specified.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
PBGLOBAL
Value: 1
The sku is global in nature, e.g. a license sku. Global skus are available in all regions, and so have an empty region list.
Generated from protobuf enum GLOBAL = 1;
REGIONAL
Value: 2
The sku is available in a specific region, e.g. "us-west2".
Generated from protobuf enum REGIONAL = 2;
MULTI_REGIONAL
Value: 3
The sku is associated with multiple regions, e.g. "us-west2" and "us-east1".
Generated from protobuf enum MULTI_REGIONAL = 3;