Interface RowOrBuilder (3.9.0)

public interface RowOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

public abstract ReportValue getValues(int index)

The list of values in the row.

repeated .google.cloud.channel.v1.ReportValue values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ReportValue

getValuesCount()

public abstract int getValuesCount()

The list of values in the row.

repeated .google.cloud.channel.v1.ReportValue values = 1;

Returns
TypeDescription
int

getValuesList()

public abstract List<ReportValue> getValuesList()

The list of values in the row.

repeated .google.cloud.channel.v1.ReportValue values = 1;

Returns
TypeDescription
List<ReportValue>

getValuesOrBuilder(int index)

public abstract ReportValueOrBuilder getValuesOrBuilder(int index)

The list of values in the row.

repeated .google.cloud.channel.v1.ReportValue values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ReportValueOrBuilder

getValuesOrBuilderList()

public abstract List<? extends ReportValueOrBuilder> getValuesOrBuilderList()

The list of values in the row.

repeated .google.cloud.channel.v1.ReportValue values = 1;

Returns
TypeDescription
List<? extends com.google.cloud.channel.v1.ReportValueOrBuilder>