public interface RowOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getValues(int index)
public abstract ReportValue getValues(int index)The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Name | Description |
index |
int |
| Type | Description |
ReportValue |
getValuesCount()
public abstract int getValuesCount()The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Type | Description |
int |
getValuesList()
public abstract List<ReportValue> getValuesList()The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| 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;
| Name | Description |
index |
int |
| 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;
| Type | Description |
List<? extends com.google.cloud.channel.v1.ReportValueOrBuilder> |