Reference documentation and code samples for the Google Cloud Billing V1 Client class AggregationLevel.
The level at which usage is aggregated to compute cost.
Example: "ACCOUNT" aggregation level indicates that usage for tiered pricing is aggregated across all projects in a single account.
Protobuf type google.cloud.billing.v1.AggregationInfo.AggregationLevel
Namespace
Google \ Cloud \ Billing \ V1 \ AggregationInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
AGGREGATION_LEVEL_UNSPECIFIED
Value: 0
Generated from protobuf enum AGGREGATION_LEVEL_UNSPECIFIED = 0;
ACCOUNT
Value: 1
Generated from protobuf enum ACCOUNT = 1;
PROJECT
Value: 2
Generated from protobuf enum PROJECT = 2;