Class: Google::Cloud::DatabaseCenter::V1beta::IssueCount

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#display_name::String

Returns Title of a signal group corresponding to the request.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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