| 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 | 
|---|---|
abstract BigtableColumn.Builder | 
BigtableColumn.Builder.setEncoding(String encoding)
The encoding of the values when the type is not STRING. 
 | 
abstract BigtableColumn.Builder | 
BigtableColumn.Builder.setFieldName(String fieldName)
If the qualifier is not a valid BigQuery field identifier, a valid identifier must be
 provided as the column field name and is used as field name in queries. 
 | 
abstract BigtableColumn.Builder | 
BigtableColumn.Builder.setOnlyReadLatest(Boolean onlyReadLatest)
If this is set, only the latest version of value in this column are exposed. 
 | 
abstract BigtableColumn.Builder | 
BigtableColumn.Builder.setQualifierEncoded(String qualifierEncoded)
Qualifier of the column. 
 | 
abstract BigtableColumn.Builder | 
BigtableColumn.Builder.setType(String type)
The type to convert the value in cells of this column. 
 | 
Copyright © 2019 Google LLC. All rights reserved.