Class: Google::Cloud::DatabaseCenter::V1beta::AggregateIssueStatsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DatabaseCenter::V1beta::AggregateIssueStatsResponse
- 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
-
#issue_group_stats ⇒ ::Array<::Google::Cloud::DatabaseCenter::V1beta::IssueGroupStats>
List of issue group stats where each group contains stats for resources having a particular combination of relevant issues.
-
#total_resource_groups_count ⇒ ::Integer
Total count of the resource filtered in based on the user given filter.
-
#total_resources_count ⇒ ::Integer
Total count of the resources filtered in based on the user given filter.
-
#unreachable ⇒ ::Array<::String>
Unordered list.
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.
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.
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.
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.
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 |