public interface IssueAssignmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Immutable.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Immutable.
|
String |
getIssue()
Resource name of the assigned issue.
|
com.google.protobuf.ByteString |
getIssueBytes()
Resource name of the assigned issue.
|
double |
getScore()
Score indicating the likelihood of the issue assignment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIssue()
Resource name of the assigned issue.
string issue = 1;com.google.protobuf.ByteString getIssueBytes()
Resource name of the assigned issue.
string issue = 1;double getScore()
Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
double score = 2;String getDisplayName()
Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
string display_name = 3 [(.google.api.field_behavior) = IMMUTABLE];com.google.protobuf.ByteString getDisplayNameBytes()
Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
string display_name = 3 [(.google.api.field_behavior) = IMMUTABLE];Copyright © 2025 Google LLC. All rights reserved.