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 Column
Column.Builder. build()
Column
Column.Builder. buildPartial()
Column
Report.Builder. getColumns(int index)
The list of columns included in the report.Column
Report. getColumns(int index)
The list of columns included in the report.Column
ReportOrBuilder. getColumns(int index)
The list of columns included in the report.static Column
Column. getDefaultInstance()
Column
Column.Builder. getDefaultInstanceForType()
Column
Column. getDefaultInstanceForType()
static Column
Column. parseDelimitedFrom(InputStream input)
static Column
Column. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Column
Column. parseFrom(byte[] data)
static Column
Column. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Column
Column. parseFrom(com.google.protobuf.ByteString data)
static Column
Column. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Column
Column. parseFrom(com.google.protobuf.CodedInputStream input)
static Column
Column. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Column
Column. parseFrom(InputStream input)
static Column
Column. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Column
Column. parseFrom(ByteBuffer data)
static Column
Column. 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.Builder
Report.Builder. addColumns(int index, Column value)
The list of columns included in the report.Report.Builder
Report.Builder. addColumns(Column value)
The list of columns included in the report.Column.Builder
Column.Builder. mergeFrom(Column other)
static Column.Builder
Column. newBuilder(Column prototype)
Report.Builder
Report.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.Builder
Report.Builder. addAllColumns(Iterable<? extends Column> values)
The list of columns included in the report.
-