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 classColumnThe definition of a report column.static classColumn.BuilderThe definition of a report column.Methods in com.google.cloud.channel.v1 that return ColumnOrBuilder Modifier and Type Method Description ColumnOrBuilderReport.Builder. getColumnsOrBuilder(int index)The list of columns included in the report.ColumnOrBuilderReport. getColumnsOrBuilder(int index)The list of columns included in the report.ColumnOrBuilderReportOrBuilder. 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.
-