Uses of Interface
com.google.cloud.channel.v1.ColumnOrBuilder
-
Packages that use ColumnOrBuilder Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of ColumnOrBuilder in com.google.cloud.channel.v1
Classes in com.google.cloud.channel.v1 that implement ColumnOrBuilder Modifier and Type Class Description class
Column
The definition of a report column.static class
Column.Builder
The definition of a report column.Methods in com.google.cloud.channel.v1 that return ColumnOrBuilder Modifier and Type Method Description ColumnOrBuilder
Report.Builder. getColumnsOrBuilder(int index)
The list of columns included in the report.ColumnOrBuilder
Report. getColumnsOrBuilder(int index)
The list of columns included in the report.ColumnOrBuilder
ReportOrBuilder. getColumnsOrBuilder(int index)
The list of columns included in the report.Methods in com.google.cloud.channel.v1 that return types with arguments of type ColumnOrBuilder Modifier and Type Method Description List<? extends ColumnOrBuilder>
Report.Builder. getColumnsOrBuilderList()
The list of columns included in the report.List<? extends ColumnOrBuilder>
Report. getColumnsOrBuilderList()
The list of columns included in the report.List<? extends ColumnOrBuilder>
ReportOrBuilder. getColumnsOrBuilderList()
The list of columns included in the report.
-