Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
BigtableColumn |
BigtableColumn.clone() |
BigtableColumn |
BigtableColumn.encodeQualifierEncoded(byte[] qualifierEncoded)
[Required] Qualifier of the column.
|
BigtableColumn |
BigtableColumn.set(java.lang.String fieldName,
java.lang.Object value) |
BigtableColumn |
BigtableColumn.setEncoding(java.lang.String encoding)
[Optional] The encoding of the values when the type is not STRING.
|
BigtableColumn |
BigtableColumn.setFieldName(java.lang.String fieldName)
[Optional] If the qualifier is not a valid BigQuery field identifier i.e.
|
BigtableColumn |
BigtableColumn.setOnlyReadLatest(java.lang.Boolean onlyReadLatest)
[Optional] If this is set, only the latest version of value in this column are exposed.
|
BigtableColumn |
BigtableColumn.setQualifierEncoded(java.lang.String qualifierEncoded)
[Required] Qualifier of the column.
|
BigtableColumn |
BigtableColumn.setQualifierString(java.lang.String qualifierString) |
BigtableColumn |
BigtableColumn.setType(java.lang.String type)
[Optional] The type to convert the value in cells of this column.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BigtableColumn> |
BigtableColumnFamily.getColumns()
[Optional] Lists of columns that should be exposed as individual fields as opposed to a list of
(column name, value) pairs.
|
Modifier and Type | Method and Description |
---|---|
BigtableColumnFamily |
BigtableColumnFamily.setColumns(java.util.List<BigtableColumn> columns)
[Optional] Lists of columns that should be exposed as individual fields as opposed to a list of
(column name, value) pairs.
|