Uses of Class
com.google.cloud.channel.v1.Column
-
Packages that use Column Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of Column in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return Column Modifier and Type Method Description ColumnColumn.Builder. build()ColumnColumn.Builder. buildPartial()ColumnReport.Builder. getColumns(int index)The list of columns included in the report.ColumnReport. getColumns(int index)The list of columns included in the report.ColumnReportOrBuilder. getColumns(int index)The list of columns included in the report.static ColumnColumn. getDefaultInstance()ColumnColumn.Builder. getDefaultInstanceForType()ColumnColumn. getDefaultInstanceForType()static ColumnColumn. parseDelimitedFrom(InputStream input)static ColumnColumn. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColumnColumn. parseFrom(byte[] data)static ColumnColumn. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColumnColumn. parseFrom(com.google.protobuf.ByteString data)static ColumnColumn. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColumnColumn. parseFrom(com.google.protobuf.CodedInputStream input)static ColumnColumn. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColumnColumn. parseFrom(InputStream input)static ColumnColumn. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColumnColumn. parseFrom(ByteBuffer data)static ColumnColumn. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.channel.v1 that return types with arguments of type Column Modifier and Type Method Description List<Column>Report.Builder. getColumnsList()The list of columns included in the report.List<Column>Report. getColumnsList()The list of columns included in the report.List<Column>ReportOrBuilder. getColumnsList()The list of columns included in the report.com.google.protobuf.Parser<Column>Column. getParserForType()static com.google.protobuf.Parser<Column>Column. parser()Methods in com.google.cloud.channel.v1 with parameters of type Column Modifier and Type Method Description Report.BuilderReport.Builder. addColumns(int index, Column value)The list of columns included in the report.Report.BuilderReport.Builder. addColumns(Column value)The list of columns included in the report.Column.BuilderColumn.Builder. mergeFrom(Column other)static Column.BuilderColumn. newBuilder(Column prototype)Report.BuilderReport.Builder. setColumns(int index, Column value)The list of columns included in the report.Method parameters in com.google.cloud.channel.v1 with type arguments of type Column Modifier and Type Method Description Report.BuilderReport.Builder. addAllColumns(Iterable<? extends Column> values)The list of columns included in the report.
-