Database Center V1BETA API - Class Google::Cloud::DatabaseCenter::V1beta::IssueCount (v0.1.0)

Reference documentation and code samples for the Database Center V1BETA API class Google::Cloud::DatabaseCenter::V1beta::IssueCount.

Count of issues for a group of signals.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#display_name

def display_name() -> ::String
Returns
  • (::String) — Title of a signal group corresponding to the request.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Title of a signal group corresponding to the request.
Returns
  • (::String) — Title of a signal group corresponding to the request.

#issue_count

def issue_count() -> ::Integer
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.

#issue_count=

def issue_count=(value) -> ::Integer
Parameter
  • value (::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.
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.