Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::AggregationResult.
Message describing a result of an aggregation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#count
def count() -> ::Google::Cloud::MigrationCenter::V1::AggregationResult::Count
Returns
-
(::Google::Cloud::MigrationCenter::V1::AggregationResult::Count) — Note: The following fields are mutually exclusive:
count
,sum
,histogram
,frequency
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#count=
def count=(value) -> ::Google::Cloud::MigrationCenter::V1::AggregationResult::Count
Parameter
-
value (::Google::Cloud::MigrationCenter::V1::AggregationResult::Count) — Note: The following fields are mutually exclusive:
count
,sum
,histogram
,frequency
. If a field in that set is populated, all other fields in the set will automatically be cleared.
Returns
-
(::Google::Cloud::MigrationCenter::V1::AggregationResult::Count) — Note: The following fields are mutually exclusive:
count
,sum
,histogram
,frequency
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#field
def field() -> ::String
Returns
- (::String)
#field=
def field=(value) -> ::String
Parameter
- value (::String)
Returns
- (::String)
#frequency
def frequency() -> ::Google::Cloud::MigrationCenter::V1::AggregationResult::Frequency
Returns
-
(::Google::Cloud::MigrationCenter::V1::AggregationResult::Frequency) — Note: The following fields are mutually exclusive:
frequency
,count
,sum
,histogram
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#frequency=
def frequency=(value) -> ::Google::Cloud::MigrationCenter::V1::AggregationResult::Frequency
Parameter
-
value (::Google::Cloud::MigrationCenter::V1::AggregationResult::Frequency) — Note: The following fields are mutually exclusive:
frequency
,count
,sum
,histogram
. If a field in that set is populated, all other fields in the set will automatically be cleared.
Returns
-
(::Google::Cloud::MigrationCenter::V1::AggregationResult::Frequency) — Note: The following fields are mutually exclusive:
frequency
,count
,sum
,histogram
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#histogram
def histogram() -> ::Google::Cloud::MigrationCenter::V1::AggregationResult::Histogram
Returns
-
(::Google::Cloud::MigrationCenter::V1::AggregationResult::Histogram) — Note: The following fields are mutually exclusive:
histogram
,count
,sum
,frequency
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#histogram=
def histogram=(value) -> ::Google::Cloud::MigrationCenter::V1::AggregationResult::Histogram
Parameter
-
value (::Google::Cloud::MigrationCenter::V1::AggregationResult::Histogram) — Note: The following fields are mutually exclusive:
histogram
,count
,sum
,frequency
. If a field in that set is populated, all other fields in the set will automatically be cleared.
Returns
-
(::Google::Cloud::MigrationCenter::V1::AggregationResult::Histogram) — Note: The following fields are mutually exclusive:
histogram
,count
,sum
,frequency
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#sum
def sum() -> ::Google::Cloud::MigrationCenter::V1::AggregationResult::Sum
Returns
-
(::Google::Cloud::MigrationCenter::V1::AggregationResult::Sum) — Note: The following fields are mutually exclusive:
sum
,count
,histogram
,frequency
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#sum=
def sum=(value) -> ::Google::Cloud::MigrationCenter::V1::AggregationResult::Sum
Parameter
-
value (::Google::Cloud::MigrationCenter::V1::AggregationResult::Sum) — Note: The following fields are mutually exclusive:
sum
,count
,histogram
,frequency
. If a field in that set is populated, all other fields in the set will automatically be cleared.
Returns
-
(::Google::Cloud::MigrationCenter::V1::AggregationResult::Sum) — Note: The following fields are mutually exclusive:
sum
,count
,histogram
,frequency
. If a field in that set is populated, all other fields in the set will automatically be cleared.