SaaS Runtime V1BETA1 API - Class Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Aggregate (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
defcount()->::Integer
Returns
(::Integer) — Required. Number of records in the group.
#count=
defcount=(value)->::Integer
Parameter
value (::Integer) — Required. Number of records in the group.
Returns
(::Integer) — Required. Number of records in the group.
#group
defgroup()->::String
Returns
(::String) — Required. Group by which to aggregate.
#group=
defgroup=(value)->::String
Parameter
value (::String) — Required. Group by which to aggregate.
Returns
(::String) — Required. Group by which to aggregate.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 UTC."],[],[],null,["# SaaS Runtime V1BETA1 API - Class Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Aggregate (v0.1.0)\n\nReference documentation and code samples for the SaaS Runtime V1BETA1 API class Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Aggregate.\n\nRepresents the aggregation of a set of population of like records by a\ncertain group. For example, a collection of unit counts can be aggregated and\ngrouped by their state. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #count\n\n def count() -\u003e ::Integer\n\n**Returns**\n\n- (::Integer) --- Required. Number of records in the group.\n\n### #count=\n\n def count=(value) -\u003e ::Integer\n\n**Parameter**\n\n- **value** (::Integer) --- Required. Number of records in the group. \n**Returns**\n\n- (::Integer) --- Required. Number of records in the group.\n\n### #group\n\n def group() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. Group by which to aggregate.\n\n### #group=\n\n def group=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. Group by which to aggregate. \n**Returns**\n\n- (::String) --- Required. Group by which to aggregate."]]