Class AggregationResult (0.1.6)

AggregationResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message describing a result of an aggregation.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
count google.cloud.migrationcenter_v1.types.AggregationResult.Count
This field is a member of oneof_ result.
sum google.cloud.migrationcenter_v1.types.AggregationResult.Sum
This field is a member of oneof_ result.
histogram google.cloud.migrationcenter_v1.types.AggregationResult.Histogram
This field is a member of oneof_ result.
frequency google.cloud.migrationcenter_v1.types.AggregationResult.Frequency
This field is a member of oneof_ result.

Classes

Count

Count(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The result of a count aggregation.

Frequency

Frequency(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The result of a frequency distribution aggregation.

Histogram

Histogram(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The result of a bucketed histogram aggregation.

Sum

Sum(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The result of a sum aggregation.