Class: Google::Cloud::DatabaseCenter::V1beta::AggregateIssueStatsResponse

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

Overview

The response message containing one of more group of relevant health issues for database resources.

Instance Attribute Summary collapse

Instance Attribute Details

#issue_group_stats::Array<::Google::Cloud::DatabaseCenter::V1beta::IssueGroupStats>

Returns List of issue group stats where each group contains stats for resources having a particular combination of relevant issues.

Returns:



372
373
374
375
# File 'proto_docs/google/cloud/databasecenter/v1beta/service.rb', line 372

class AggregateIssueStatsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#total_resource_groups_count::Integer

Returns Total count of the resource filtered in based on the user given filter.

Returns:

  • (::Integer)

    Total count of the resource filtered in based on the user given filter.



372
373
374
375
# File 'proto_docs/google/cloud/databasecenter/v1beta/service.rb', line 372

class AggregateIssueStatsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#total_resources_count::Integer

Returns Total count of the resources filtered in based on the user given filter.

Returns:

  • (::Integer)

    Total count of the resources filtered in based on the user given filter.



372
373
374
375
# File 'proto_docs/google/cloud/databasecenter/v1beta/service.rb', line 372

class AggregateIssueStatsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns Unordered list. List of unreachable regions from where data could not be retrieved.

Returns:

  • (::Array<::String>)

    Unordered list. List of unreachable regions from where data could not be retrieved.



372
373
374
375
# File 'proto_docs/google/cloud/databasecenter/v1beta/service.rb', line 372

class AggregateIssueStatsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end