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
Name Description
index int
Returns
Type Description
ReportValue

getValuesCount()

public abstract int getValuesCount()

The list of values in the row.

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

Returns
Type Description
int

getValuesList()

public abstract List<ReportValue> getValuesList()

The list of values in the row.

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

Returns
Type Description
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
Name Description
index int
Returns
Type Description
ReportValueOrBuilder

getValuesOrBuilderList()

public abstract List<? extends ReportValueOrBuilder> getValuesOrBuilderList()

The list of values in the row.

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

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