Google Cloud Billing V1 Client - Class AggregationLevel (1.6.0)

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 \ AggregationInfo

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;