Interface IssueAssignmentOrBuilder (2.41.0)

public interface IssueAssignmentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract 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];

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract 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];

Returns
TypeDescription
ByteString

The bytes for displayName.

getIssue()

public abstract String getIssue()

Resource name of the assigned issue.

string issue = 1;

Returns
TypeDescription
String

The issue.

getIssueBytes()

public abstract ByteString getIssueBytes()

Resource name of the assigned issue.

string issue = 1;

Returns
TypeDescription
ByteString

The bytes for issue.

getScore()

public abstract double getScore()

Score indicating the likelihood of the issue assignment. currently bounded on [0,1].

double score = 2;

Returns
TypeDescription
double

The score.