Google Cloud Billing V1 Client - Class AggregationInterval (1.7.5)

Reference documentation and code samples for the Google Cloud Billing V1 Client class AggregationInterval.

The interval at which usage is aggregated to compute cost.

Example: "MONTHLY" aggregation interval indicates that usage for tiered pricing is aggregated every month.

Protobuf type google.cloud.billing.v1.AggregationInfo.AggregationInterval

Namespace

Google \ Cloud \ Billing \ V1 \ AggregationInfo

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

AGGREGATION_INTERVAL_UNSPECIFIED

Value: 0

Generated from protobuf enum AGGREGATION_INTERVAL_UNSPECIFIED = 0;

DAILY

Value: 1

Generated from protobuf enum DAILY = 1;

MONTHLY

Value: 2

Generated from protobuf enum MONTHLY = 2;