Class: Google::Cloud::Maintenance::Api::V1beta::MaintenanceSummary::Aggregate

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/maintenance/api/v1beta/maintenance_service.rb

Overview

Aggregate is a pair.

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns The count of the group.

Returns:

  • (::Integer)

    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".

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".



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