Interface IssueCountOrBuilder (0.6.0)

public interface IssueCountOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

Title of a signal group corresponding to the request.

string display_name = 1;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Title of a signal group corresponding to the request.

string display_name = 1;

Returns
Type Description
ByteString

The bytes for displayName.

getIssueCount()

public abstract int getIssueCount()

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.

int32 issue_count = 2;

Returns
Type Description
int

The issueCount.