Interface IssueModelLabelStats.IssueStatsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IssueModelLabelStats.IssueStats
,IssueModelLabelStats.IssueStats.Builder
- Enclosing class:
- IssueModelLabelStats
public static interface IssueModelLabelStats.IssueStatsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayName()
Display name of the issue.com.google.protobuf.ByteString
getDisplayNameBytes()
Display name of the issue.String
getIssue()
Issue resource.com.google.protobuf.ByteString
getIssueBytes()
Issue resource.long
getLabeledConversationsCount()
Number of conversations attached to the issue at this point in time.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIssue
String getIssue()
Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
string issue = 1;
- Returns:
- The issue.
-
getIssueBytes
com.google.protobuf.ByteString getIssueBytes()
Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
string issue = 1;
- Returns:
- The bytes for issue.
-
getLabeledConversationsCount
long getLabeledConversationsCount()
Number of conversations attached to the issue at this point in time.
int64 labeled_conversations_count = 2;
- Returns:
- The labeledConversationsCount.
-
getDisplayName
String getDisplayName()
Display name of the issue.
string display_name = 3;
- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Display name of the issue.
string display_name = 3;
- Returns:
- The bytes for displayName.
-
-