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 |
|
---|---|
Name | Description |
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.