Reference documentation and code samples for the Maintenance V1BETA API class Google::Cloud::Maintenance::Api::V1beta::MaintenanceSummary::Aggregate.
Aggregate is a <group, count> pair.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#count
def count() -> ::Integer
    Returns
    
  - (::Integer) — The count of the group.
#count=
def count=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — The count of the group.
    Returns
    
  - (::Integer) — The count of the group.
#group
def group() -> ::String
    Returns
    
  - 
        (::String) — Specifies what specific value of the group_by the count represents. For
example if group_by is "state"its corresponding group could be"SCHEDULED".
#group=
def group=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Specifies what specific value of the group_by the count represents. For
example if group_by is "state"its corresponding group could be"SCHEDULED".
    Returns
    
- 
        (::String) — Specifies what specific value of the group_by the count represents. For
example if group_by is "state"its corresponding group could be"SCHEDULED".