Uses of Interface
com.google.bigtable.v2.ColumnOrBuilder
-
Packages that use ColumnOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of ColumnOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement ColumnOrBuilder Modifier and Type Class Description class
Column
Specifies (some of) the contents of a single row/column intersection of a table.static class
Column.Builder
Specifies (some of) the contents of a single row/column intersection of a table.Methods in com.google.bigtable.v2 that return ColumnOrBuilder Modifier and Type Method Description ColumnOrBuilder
Family.Builder. getColumnsOrBuilder(int index)
Must not be empty.ColumnOrBuilder
Family. getColumnsOrBuilder(int index)
Must not be empty.ColumnOrBuilder
FamilyOrBuilder. getColumnsOrBuilder(int index)
Must not be empty.Methods in com.google.bigtable.v2 that return types with arguments of type ColumnOrBuilder Modifier and Type Method Description List<? extends ColumnOrBuilder>
Family.Builder. getColumnsOrBuilderList()
Must not be empty.List<? extends ColumnOrBuilder>
Family. getColumnsOrBuilderList()
Must not be empty.List<? extends ColumnOrBuilder>
FamilyOrBuilder. getColumnsOrBuilderList()
Must not be empty.
-