Uses of Interface
com.google.cloud.channel.v1.ReportValueOrBuilder
-
Packages that use ReportValueOrBuilder Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of ReportValueOrBuilder in com.google.cloud.channel.v1
Classes in com.google.cloud.channel.v1 that implement ReportValueOrBuilder Modifier and Type Class Description class
ReportValue
A single report value.static class
ReportValue.Builder
A single report value.Methods in com.google.cloud.channel.v1 that return ReportValueOrBuilder Modifier and Type Method Description ReportValueOrBuilder
Row.Builder. getValuesOrBuilder(int index)
The list of values in the row.ReportValueOrBuilder
Row. getValuesOrBuilder(int index)
The list of values in the row.ReportValueOrBuilder
RowOrBuilder. getValuesOrBuilder(int index)
The list of values in the row.Methods in com.google.cloud.channel.v1 that return types with arguments of type ReportValueOrBuilder Modifier and Type Method Description List<? extends ReportValueOrBuilder>
Row.Builder. getValuesOrBuilderList()
The list of values in the row.List<? extends ReportValueOrBuilder>
Row. getValuesOrBuilderList()
The list of values in the row.List<? extends ReportValueOrBuilder>
RowOrBuilder. getValuesOrBuilderList()
The list of values in the row.
-