Reference documentation and code samples for the Database Center V1BETA API class Google::Cloud::DatabaseCenter::V1beta::AggregateIssueStatsResponse.
The response message containing one of more group of relevant health issues for database resources.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#issue_group_stats
def issue_group_stats() -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::IssueGroupStats>
Returns
- (::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.
#issue_group_stats=
def issue_group_stats=(value) -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::IssueGroupStats>
Parameter
- value (::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.
Returns
- (::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
def total_resource_groups_count() -> ::Integer
Returns
- (::Integer) — Total count of the resource filtered in based on the user given filter.
#total_resource_groups_count=
def total_resource_groups_count=(value) -> ::Integer
Parameter
- value (::Integer) — 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.
#total_resources_count
def total_resources_count() -> ::Integer
Returns
- (::Integer) — Total count of the resources filtered in based on the user given filter.
#total_resources_count=
def total_resources_count=(value) -> ::Integer
Parameter
- value (::Integer) — 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.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Unordered list. List of unreachable regions from where data could not be retrieved.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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.