Class: Google::Cloud::DatabaseCenter::V1beta::IssueCount
- Inherits:
-
Object
- Object
- Google::Cloud::DatabaseCenter::V1beta::IssueCount
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/databasecenter/v1beta/signals.rb
Overview
Count of issues for a group of signals.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Title of a signal group corresponding to the request.
-
#issue_count ⇒ ::Integer
The count of the number of issues associated with those resources that are explicitly filtered in by the filters present in the request.
Instance Attribute Details
#display_name ⇒ ::String
Returns Title of a signal group corresponding to the request.
101 102 103 104 |
# File 'proto_docs/google/cloud/databasecenter/v1beta/signals.rb', line 101 class IssueCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#issue_count ⇒ ::Integer
Returns The count of the number of issues associated with those resources that are explicitly filtered in by the filters present in the request. A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.
101 102 103 104 |
# File 'proto_docs/google/cloud/databasecenter/v1beta/signals.rb', line 101 class IssueCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |