Interface AnnotatorSelector.QaConfig.ScorecardListOrBuilder (2.54.0)

public static interface AnnotatorSelector.QaConfig.ScorecardListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getQaScorecardRevisions(int index)

public abstract String getQaScorecardRevisions(int index)

List of QaScorecardRevisions.

repeated string qa_scorecard_revisions = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The qaScorecardRevisions at the given index.

getQaScorecardRevisionsBytes(int index)

public abstract ByteString getQaScorecardRevisionsBytes(int index)

List of QaScorecardRevisions.

repeated string qa_scorecard_revisions = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the qaScorecardRevisions at the given index.

getQaScorecardRevisionsCount()

public abstract int getQaScorecardRevisionsCount()

List of QaScorecardRevisions.

repeated string qa_scorecard_revisions = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
int

The count of qaScorecardRevisions.

getQaScorecardRevisionsList()

public abstract List<String> getQaScorecardRevisionsList()

List of QaScorecardRevisions.

repeated string qa_scorecard_revisions = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
List<String>

A list containing the qaScorecardRevisions.