public static interface IssueModelLabelStats.IssueStatsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()Display name of the issue.
string display_name = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Display name of the issue.
string display_name = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getIssue()
public abstract String getIssue()Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
string issue = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The issue. |
getIssueBytes()
public abstract ByteString getIssueBytes()Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
string issue = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for issue. |
getLabeledConversationsCount()
public abstract long getLabeledConversationsCount()Number of conversations attached to the issue at this point in time.
int64 labeled_conversations_count = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The labeledConversationsCount. |