Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
BigtableColumnFamily |
BigtableColumnFamily.clone() |
BigtableColumnFamily |
BigtableColumnFamily.set(String fieldName,
Object value) |
BigtableColumnFamily |
BigtableColumnFamily.setColumns(List<BigtableColumn> columns)
Optional.
|
BigtableColumnFamily |
BigtableColumnFamily.setEncoding(String encoding)
Optional.
|
BigtableColumnFamily |
BigtableColumnFamily.setFamilyId(String familyId)
Identifier of the column family.
|
BigtableColumnFamily |
BigtableColumnFamily.setOnlyReadLatest(Boolean onlyReadLatest)
Optional.
|
BigtableColumnFamily |
BigtableColumnFamily.setType(String type)
Optional.
|
Modifier and Type | Method and Description |
---|---|
List<BigtableColumnFamily> |
BigtableOptions.getColumnFamilies()
Optional.
|
Modifier and Type | Method and Description |
---|---|
BigtableOptions |
BigtableOptions.setColumnFamilies(List<BigtableColumnFamily> columnFamilies)
Optional.
|
Copyright © 2011–2025 Google. All rights reserved.