Uses of Class
com.google.cloud.bigquery.BigtableOptions.Builder
-
Packages that use BigtableOptions.Builder Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of BigtableOptions.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigtableOptions.Builder Modifier and Type Method Description static BigtableOptions.BuilderBigtableOptions. newBuilder()Returns a builder for aBigtableOptionsobject.BigtableOptions.BuilderBigtableOptions.Builder. setColumnFamilies(List<BigtableColumnFamily> columnFamilies)List of column families to expose in the table schema along with their types.BigtableOptions.BuilderBigtableOptions.Builder. setIgnoreUnspecifiedColumnFamilies(Boolean ignoreUnspecifiedColumnFamilies)If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema.BigtableOptions.BuilderBigtableOptions.Builder. setReadRowkeyAsString(Boolean readRowkeyAsString)If readRowkeyAsString is true, then the rowkey column families will be read and converted to string.BigtableOptions.BuilderBigtableOptions. toBuilder()Returns a builder for theBigtableOptionsobject.
-