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.Builder
BigtableOptions. newBuilder()
Returns a builder for aBigtableOptions
object.BigtableOptions.Builder
BigtableOptions.Builder. setColumnFamilies(List<BigtableColumnFamily> columnFamilies)
List of column families to expose in the table schema along with their types.BigtableOptions.Builder
BigtableOptions.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.Builder
BigtableOptions.Builder. setReadRowkeyAsString(Boolean readRowkeyAsString)
If readRowkeyAsString is true, then the rowkey column families will be read and converted to string.BigtableOptions.Builder
BigtableOptions. toBuilder()
Returns a builder for theBigtableOptions
object.
-