Uses of Class
com.google.cloud.bigquery.BigtableColumnFamily.Builder
Packages that use BigtableColumnFamily.Builder
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of BigtableColumnFamily.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigtableColumnFamily.BuilderModifier and TypeMethodDescriptionstatic BigtableColumnFamily.BuilderBigtableColumnFamily.newBuilder()Returns a builder for aBigtableColumnFamilyobject.abstract BigtableColumnFamily.BuilderBigtableColumnFamily.Builder.setColumns(List<BigtableColumn> columns) Lists of columns that should be exposed as individual fields as opposed to a list of (column name, value) pairs.abstract BigtableColumnFamily.BuilderBigtableColumnFamily.Builder.setEncoding(String encoding) The encoding of the values when the type is not STRING.abstract BigtableColumnFamily.BuilderBigtableColumnFamily.Builder.setFamilyID(String familyID) Identifier of the column family.abstract BigtableColumnFamily.BuilderBigtableColumnFamily.Builder.setOnlyReadLatest(Boolean onlyReadLatest) If true, only the latest version of values are exposed for all columns in this column family.abstract BigtableColumnFamily.BuilderThe type to convert the value in cells of this column family.