class documentation

class FilterAggregationUnit__FilterAggregationUnitValue(Enum): (source)

View In Hierarchy

List of time aggregation unit values to filter by. Only costs for these time units will be included in the response, but it doesn't filter not time-based units.

Constant __PROTO_DESCRIPTOR__ Protobuf enum descriptor from the registry.
Constant __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Constant FILTER_AGGREGATION_UNIT_DAY Undocumented
Constant FILTER_AGGREGATION_UNIT_HOUR Undocumented
Constant FILTER_AGGREGATION_UNIT_MINUTE Undocumented
Constant FILTER_AGGREGATION_UNIT_MONTH Undocumented
Constant FILTER_AGGREGATION_UNIT_UNSPECIFIED Undocumented
Constant FILTER_AGGREGATION_UNIT_WEEK Undocumented

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
Constant __PB2_DESCRIPTOR__ Alias for code that expects a protobuf descriptor.
Constant __REGISTRY__ Registry for the enum and its descriptor.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
__PROTO_DESCRIPTOR__ = (source)

Protobuf enum descriptor from the registry.

Value
REGISTRY.enum_descriptor('nebius.billing.v1.FilterAggregationUnit.FilterAggregat
ionUnitValue')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'nebius.billing.v1.FilterAggregationUnit.FilterAggregationUnitValue'
FILTER_AGGREGATION_UNIT_DAY: int = (source)

Undocumented

Value
3
FILTER_AGGREGATION_UNIT_HOUR: int = (source)

Undocumented

Value
2
FILTER_AGGREGATION_UNIT_MINUTE: int = (source)

Undocumented

Value
1
FILTER_AGGREGATION_UNIT_MONTH: int = (source)

Undocumented

Value
5
FILTER_AGGREGATION_UNIT_UNSPECIFIED: int = (source)

Undocumented

Value
0
FILTER_AGGREGATION_UNIT_WEEK: int = (source)

Undocumented

Value
4