Reference documentation and code samples for the SaaS Runtime V1BETA1 API class Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Aggregate.
Represents the aggregation of a set of population of like records by a certain group. For example, a collection of unit counts can be aggregated and grouped by their state.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#count
def count() -> ::Integer
Returns
- (::Integer) — Required. Number of records in the group.
#count=
def count=(value) -> ::Integer
Parameter
- value (::Integer) — Required. Number of records in the group.
Returns
- (::Integer) — Required. Number of records in the group.
#group
def group() -> ::String
Returns
- (::String) — Required. Group by which to aggregate.
#group=
def group=(value) -> ::String
Parameter
- value (::String) — Required. Group by which to aggregate.
Returns
- (::String) — Required. Group by which to aggregate.