Class: Google::Cloud::DatabaseCenter::V1beta::IssueStats
- Inherits:
-
Object
- Object
- Google::Cloud::DatabaseCenter::V1beta::IssueStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/databasecenter/v1beta/service.rb
Overview
IssueStats holds stats for a particular signal category.
Instance Attribute Summary collapse
-
#delta_details ⇒ ::Google::Cloud::DatabaseCenter::V1beta::DeltaDetails
Optional.
-
#issue_severity ⇒ ::Google::Cloud::DatabaseCenter::V1beta::IssueSeverity
Severity of the issue.
-
#resource_count ⇒ ::Integer
Number of resources having issues of a given type.
-
#signal_type ⇒ ::Google::Cloud::DatabaseCenter::V1beta::SignalType
Type of signal which is an issue.
Instance Attribute Details
#delta_details ⇒ ::Google::Cloud::DatabaseCenter::V1beta::DeltaDetails
Returns Optional. Delta counts and details of resources for which issue was raised or fixed.
424 425 426 427 |
# File 'proto_docs/google/cloud/databasecenter/v1beta/service.rb', line 424 class IssueStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#issue_severity ⇒ ::Google::Cloud::DatabaseCenter::V1beta::IssueSeverity
Returns Severity of the issue.
424 425 426 427 |
# File 'proto_docs/google/cloud/databasecenter/v1beta/service.rb', line 424 class IssueStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_count ⇒ ::Integer
Returns Number of resources having issues of a given type.
424 425 426 427 |
# File 'proto_docs/google/cloud/databasecenter/v1beta/service.rb', line 424 class IssueStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#signal_type ⇒ ::Google::Cloud::DatabaseCenter::V1beta::SignalType
Returns Type of signal which is an issue.
424 425 426 427 |
# File 'proto_docs/google/cloud/databasecenter/v1beta/service.rb', line 424 class IssueStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |