public static interface IssueModelLabelStats.IssueStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIssue()
Issue resource.
Format:
projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
string issue = 1;com.google.protobuf.ByteString getIssueBytes()
Issue resource.
Format:
projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
string issue = 1;long getLabeledConversationsCount()
Number of conversations attached to the issue at this point in time.
int64 labeled_conversations_count = 2;String getDisplayName()
Display name of the issue.
string display_name = 3;com.google.protobuf.ByteString getDisplayNameBytes()
Display name of the issue.
string display_name = 3;Copyright © 2023 Google LLC. All rights reserved.