Class: Google::Cloud::Maintenance::Api::V1beta::MaintenanceSummary::Aggregate
- Inherits:
-
Object
- Object
- Google::Cloud::Maintenance::Api::V1beta::MaintenanceSummary::Aggregate
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/maintenance/api/v1beta/maintenance_service.rb
Overview
Aggregate is a
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
The count of the group.
-
#group ⇒ ::String
Specifies what specific value of the group_by the count represents.
Instance Attribute Details
#count ⇒ ::Integer
Returns The count of the group.
155 156 157 158 |
# File 'proto_docs/google/cloud/maintenance/api/v1beta/maintenance_service.rb', line 155 class Aggregate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#group ⇒ ::String
Returns Specifies what specific value of the group_by the count represents. For
example if group_by is "state" its corresponding group could be
"SCHEDULED".
155 156 157 158 |
# File 'proto_docs/google/cloud/maintenance/api/v1beta/maintenance_service.rb', line 155 class Aggregate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |