| 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 BigtableColumnFamily.Builder | 
BigtableColumnFamily.Builder.setColumns(List<BigtableColumn> columns)
Lists of columns that should be exposed as individual fields as opposed to a list of (column
 name, value) pairs. 
 | 
abstract BigtableColumnFamily.Builder | 
BigtableColumnFamily.Builder.setEncoding(String encoding)
The encoding of the values when the type is not STRING. 
 | 
abstract BigtableColumnFamily.Builder | 
BigtableColumnFamily.Builder.setFamilyID(String familyID)
Identifier of the column family. 
 | 
abstract BigtableColumnFamily.Builder | 
BigtableColumnFamily.Builder.setOnlyReadLatest(Boolean onlyReadLatest)
If true, only the latest version of values are exposed for all columns in this column family. 
 | 
abstract BigtableColumnFamily.Builder | 
BigtableColumnFamily.Builder.setType(String type)
The type to convert the value in cells of this column family. 
 | 
Copyright © 2019 Google LLC. All rights reserved.