Enum AggregationInfo.AggregationLevel (2.41.0)

public enum AggregationInfo.AggregationLevel extends Enum<AggregationInfo.AggregationLevel> implements ProtocolMessageEnum

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 enum google.cloud.billing.v1.AggregationInfo.AggregationLevel

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACCOUNT

ACCOUNT = 1;

ACCOUNT_VALUE

ACCOUNT = 1;

AGGREGATION_LEVEL_UNSPECIFIED

AGGREGATION_LEVEL_UNSPECIFIED = 0;

AGGREGATION_LEVEL_UNSPECIFIED_VALUE

AGGREGATION_LEVEL_UNSPECIFIED = 0;

PROJECT

PROJECT = 2;

PROJECT_VALUE

PROJECT = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()