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 \ AggregationInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;