Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and Description |
---|---|
static BigtableOptions.Builder |
BigtableOptions.newBuilder()
Returns a builder for a
BigtableOptions 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 the
BigtableOptions object. |
Copyright © 2019 Google LLC. All rights reserved.