Interface QualityReportOrBuilder (0.7.0)

public interface QualityReportOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvaluationRuns(int index)

public abstract String getEvaluationRuns(int index)

Optional. A list of evaluation runs used to generate the quality report. Format: projects/{project}/locations/{location}/evaluationRuns/{evaluationRun}.

repeated string evaluation_runs = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The evaluationRuns at the given index.

getEvaluationRunsBytes(int index)

public abstract ByteString getEvaluationRunsBytes(int index)

Optional. A list of evaluation runs used to generate the quality report. Format: projects/{project}/locations/{location}/evaluationRuns/{evaluationRun}.

repeated string evaluation_runs = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the evaluationRuns at the given index.

getEvaluationRunsCount()

public abstract int getEvaluationRunsCount()

Optional. A list of evaluation runs used to generate the quality report. Format: projects/{project}/locations/{location}/evaluationRuns/{evaluationRun}.

repeated string evaluation_runs = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of evaluationRuns.

getEvaluationRunsList()

public abstract List<String> getEvaluationRunsList()

Optional. A list of evaluation runs used to generate the quality report. Format: projects/{project}/locations/{location}/evaluationRuns/{evaluationRun}.

repeated string evaluation_runs = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the evaluationRuns.

getGeneralIssues(int index)

public abstract QualityReport.Issue getGeneralIssues(int index)

Optional. General issues not specific to any agent.

repeated .google.cloud.ces.v1beta.QualityReport.Issue general_issues = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
QualityReport.Issue

getGeneralIssuesCount()

public abstract int getGeneralIssuesCount()

Optional. General issues not specific to any agent.

repeated .google.cloud.ces.v1beta.QualityReport.Issue general_issues = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getGeneralIssuesList()

public abstract List<QualityReport.Issue> getGeneralIssuesList()

Optional. General issues not specific to any agent.

repeated .google.cloud.ces.v1beta.QualityReport.Issue general_issues = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Issue>

getGeneralIssuesOrBuilder(int index)

public abstract QualityReport.IssueOrBuilder getGeneralIssuesOrBuilder(int index)

Optional. General issues not specific to any agent.

repeated .google.cloud.ces.v1beta.QualityReport.Issue general_issues = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
QualityReport.IssueOrBuilder

getGeneralIssuesOrBuilderList()

public abstract List<? extends QualityReport.IssueOrBuilder> getGeneralIssuesOrBuilderList()

Optional. General issues not specific to any agent.

repeated .google.cloud.ces.v1beta.QualityReport.Issue general_issues = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.ces.v1beta.QualityReport.IssueOrBuilder>

getIssues(int index)

public abstract QualityReport.AgentIssues getIssues(int index)

Optional. The issues grouped by agent.

repeated .google.cloud.ces.v1beta.QualityReport.AgentIssues issues = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
QualityReport.AgentIssues

getIssuesCount()

public abstract int getIssuesCount()

Optional. The issues grouped by agent.

repeated .google.cloud.ces.v1beta.QualityReport.AgentIssues issues = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getIssuesList()

public abstract List<QualityReport.AgentIssues> getIssuesList()

Optional. The issues grouped by agent.

repeated .google.cloud.ces.v1beta.QualityReport.AgentIssues issues = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<AgentIssues>

getIssuesOrBuilder(int index)

public abstract QualityReport.AgentIssuesOrBuilder getIssuesOrBuilder(int index)

Optional. The issues grouped by agent.

repeated .google.cloud.ces.v1beta.QualityReport.AgentIssues issues = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
QualityReport.AgentIssuesOrBuilder

getIssuesOrBuilderList()

public abstract List<? extends QualityReport.AgentIssuesOrBuilder> getIssuesOrBuilderList()

Optional. The issues grouped by agent.

repeated .google.cloud.ces.v1beta.QualityReport.AgentIssues issues = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.ces.v1beta.QualityReport.AgentIssuesOrBuilder>