Google Cloud Billing V1 Client - Class AggregationInterval (1.5.6)

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

Methods

name

Parameter
NameDescription
value mixed

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;