Uses of Class
com.google.cloud.bigquery.BigtableOptions.Builder
Packages that use BigtableOptions.Builder
Package
Description
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.BuilderModifier and TypeMethodDescriptionstatic BigtableOptions.BuilderBigtableOptions.newBuilder()Returns a builder for aBigtableOptionsobject.BigtableOptions.Builder.setColumnFamilies(List<BigtableColumnFamily> columnFamilies) List of column families to expose in the table schema along with their types.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.setReadRowkeyAsString(Boolean readRowkeyAsString) If readRowkeyAsString is true, then the rowkey column families will be read and converted to string.BigtableOptions.toBuilder()Returns a builder for theBigtableOptionsobject.