Module: Google::Cloud::Billing::V1::AggregationInfo::AggregationLevel

Defined in:
proto_docs/google/cloud/billing/v1/cloud_catalog.rb

Overview

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.

Constant Summary collapse

AGGREGATION_LEVEL_UNSPECIFIED =
0
ACCOUNT =
1
PROJECT =
2