Interface QualityReport.IssueOrBuilder (0.7.0)

public static interface QualityReport.IssueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

Optional. Description of the issue found.

string description = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Optional. Description of the issue found.

string description = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for description.

getOccurrenceCount()

public abstract int getOccurrenceCount()

Optional. How many times this issue occurred.

int32 occurrence_count = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The occurrenceCount.

getProposedSolution()

public abstract String getProposedSolution()

Optional. Proposed solution to fix the issue by modifying instructions or tools.

string proposed_solution = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The proposedSolution.

getProposedSolutionBytes()

public abstract ByteString getProposedSolutionBytes()

Optional. Proposed solution to fix the issue by modifying instructions or tools.

string proposed_solution = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for proposedSolution.