public final class BigtableColumnFamily
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the BigQuery API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
BigtableColumnFamily() |
| Modifier and Type | Method and Description |
|---|---|
BigtableColumnFamily |
clone() |
java.util.List<BigtableColumn> |
getColumns()
[Optional] Lists of columns that should be exposed as individual fields as opposed to a list of
(column name, value) pairs.
|
java.lang.String |
getEncoding()
[Optional] The encoding of the values when the type is not STRING.
|
java.lang.String |
getFamilyId()
Identifier of the column family.
|
java.lang.Boolean |
getOnlyReadLatest()
[Optional] If this is set only the latest version of value are exposed for all columns in this
column family.
|
java.lang.String |
getType()
[Optional] The type to convert the value in cells of this column family.
|
BigtableColumnFamily |
set(java.lang.String fieldName,
java.lang.Object value) |
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.
|
BigtableColumnFamily |
setEncoding(java.lang.String encoding)
[Optional] The encoding of the values when the type is not STRING.
|
BigtableColumnFamily |
setFamilyId(java.lang.String familyId)
Identifier of the column family.
|
BigtableColumnFamily |
setOnlyReadLatest(java.lang.Boolean onlyReadLatest)
[Optional] If this is set only the latest version of value are exposed for all columns in this
column family.
|
BigtableColumnFamily |
setType(java.lang.String type)
[Optional] The type to convert the value in cells of this column family.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<BigtableColumn> getColumns()
null for nonepublic BigtableColumnFamily setColumns(java.util.List<BigtableColumn> columns)
columns - columns or null for nonepublic java.lang.String getEncoding()
null for nonepublic BigtableColumnFamily setEncoding(java.lang.String encoding)
encoding - encoding or null for nonepublic java.lang.String getFamilyId()
null for nonepublic BigtableColumnFamily setFamilyId(java.lang.String familyId)
familyId - familyId or null for nonepublic java.lang.Boolean getOnlyReadLatest()
null for nonepublic BigtableColumnFamily setOnlyReadLatest(java.lang.Boolean onlyReadLatest)
onlyReadLatest - onlyReadLatest or null for nonepublic java.lang.String getType()
null for nonepublic BigtableColumnFamily setType(java.lang.String type)
type - type or null for nonepublic BigtableColumnFamily set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic BigtableColumnFamily clone()
clone in class com.google.api.client.json.GenericJson