class documentation

class FilterAggregationUnitValue(pb_enum.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 __PB2_DESCRIPTOR__ Undocumented
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.
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.billing.v1.Filte
rAggregationUnit.FilterAggregationUnitValue',
                                                       calculator_pb2.DESCRIPTOR
,
                                                       descriptor_1.EnumDescriptor
)
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