Uses of Interface
com.google.cloud.channel.v1.RowOrBuilder
-
Packages that use RowOrBuilder Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of RowOrBuilder in com.google.cloud.channel.v1
Classes in com.google.cloud.channel.v1 that implement RowOrBuilder Modifier and Type Class Description class
Row
A row of report values.static class
Row.Builder
A row of report values.Methods in com.google.cloud.channel.v1 that return RowOrBuilder Modifier and Type Method Description RowOrBuilder
FetchReportResultsResponse.Builder. getRowsOrBuilder(int index)
The report's lists of values.RowOrBuilder
FetchReportResultsResponse. getRowsOrBuilder(int index)
The report's lists of values.RowOrBuilder
FetchReportResultsResponseOrBuilder. getRowsOrBuilder(int index)
The report's lists of values.Methods in com.google.cloud.channel.v1 that return types with arguments of type RowOrBuilder Modifier and Type Method Description List<? extends RowOrBuilder>
FetchReportResultsResponse.Builder. getRowsOrBuilderList()
The report's lists of values.List<? extends RowOrBuilder>
FetchReportResultsResponse. getRowsOrBuilderList()
The report's lists of values.List<? extends RowOrBuilder>
FetchReportResultsResponseOrBuilder. getRowsOrBuilderList()
The report's lists of values.
-