Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
BigtableOptions |
BigtableOptions.clone() |
BigtableOptions |
ExternalDataConfiguration.getBigtableOptions()
[Optional] Additional options if sourceFormat is set to BIGTABLE.
|
BigtableOptions |
BigtableOptions.set(String fieldName,
Object value) |
BigtableOptions |
BigtableOptions.setColumnFamilies(List<BigtableColumnFamily> columnFamilies)
[Optional] List of column families to expose in the table schema along with their types.
|
BigtableOptions |
BigtableOptions.setIgnoreUnspecifiedColumnFamilies(Boolean ignoreUnspecifiedColumnFamilies)
[Optional] If field is true, then the column families that are not specified in columnFamilies
list are not exposed in the table schema.
|
BigtableOptions |
BigtableOptions.setReadRowkeyAsString(Boolean readRowkeyAsString)
[Optional] If field is true, then the rowkey column families will be read and converted to
string.
|
Modifier and Type | Method and Description |
---|---|
ExternalDataConfiguration |
ExternalDataConfiguration.setBigtableOptions(BigtableOptions bigtableOptions)
[Optional] Additional options if sourceFormat is set to BIGTABLE.
|
Copyright © 2011–2020 Google. All rights reserved.