public final class BigtableColumnFamily extends 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
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
BigtableColumnFamily() |
Modifier and Type | Method and Description |
---|---|
BigtableColumnFamily |
clone() |
List<BigtableColumn> |
getColumns()
[Optional] Lists of columns that should be exposed as individual fields as opposed to a list of
(column name, value) pairs.
|
String |
getEncoding()
[Optional] The encoding of the values when the type is not STRING.
|
String |
getFamilyId()
Identifier of the column family.
|
Boolean |
getOnlyReadLatest()
[Optional] If this is set only the latest version of value are exposed for all columns in this
column family.
|
String |
getType()
[Optional] The type to convert the value in cells of this column family.
|
BigtableColumnFamily |
set(String fieldName,
Object value) |
BigtableColumnFamily |
setColumns(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(String encoding)
[Optional] The encoding of the values when the type is not STRING.
|
BigtableColumnFamily |
setFamilyId(String familyId)
Identifier of the column family.
|
BigtableColumnFamily |
setOnlyReadLatest(Boolean onlyReadLatest)
[Optional] If this is set only the latest version of value are exposed for all columns in this
column family.
|
BigtableColumnFamily |
setType(String type)
[Optional] The type to convert the value in cells of this column family.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public List<BigtableColumn> getColumns()
null
for nonepublic BigtableColumnFamily setColumns(List<BigtableColumn> columns)
columns
- columns or null
for nonepublic String getEncoding()
null
for nonepublic BigtableColumnFamily setEncoding(String encoding)
encoding
- encoding or null
for nonepublic String getFamilyId()
null
for nonepublic BigtableColumnFamily setFamilyId(String familyId)
familyId
- familyId or null
for nonepublic Boolean getOnlyReadLatest()
null
for nonepublic BigtableColumnFamily setOnlyReadLatest(Boolean onlyReadLatest)
onlyReadLatest
- onlyReadLatest or null
for nonepublic String getType()
null
for nonepublic BigtableColumnFamily setType(String type)
type
- type or null
for nonepublic BigtableColumnFamily set(String fieldName, Object value)
set
in class GenericJson
public BigtableColumnFamily clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.