public final class BigtableOptions 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 |
---|
BigtableOptions() |
Modifier and Type | Method and Description |
---|---|
BigtableOptions |
clone() |
List<BigtableColumnFamily> |
getColumnFamilies()
[Optional] List of column families to expose in the table schema along with their types.
|
Boolean |
getIgnoreUnspecifiedColumnFamilies()
[Optional] If field is true, then the column families that are not specified in columnFamilies
list are not exposed in the table schema.
|
Boolean |
getReadRowkeyAsString()
[Optional] If field is true, then the rowkey column families will be read and converted to
string.
|
BigtableOptions |
set(String fieldName,
Object value) |
BigtableOptions |
setColumnFamilies(List<BigtableColumnFamily> columnFamilies)
[Optional] List of column families to expose in the table schema along with their types.
|
BigtableOptions |
setIgnoreUnspecifiedColumnFamilies(Boolean ignoreUnspecifiedColumnFamilies)
[Optional] If field is true, then the column families that are not specified in columnFamilies
list are not exposed in the table schema.
|
BigtableOptions |
setReadRowkeyAsString(Boolean readRowkeyAsString)
[Optional] If field is true, then the rowkey column families will be read and converted to
string.
|
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<BigtableColumnFamily> getColumnFamilies()
null
for nonepublic BigtableOptions setColumnFamilies(List<BigtableColumnFamily> columnFamilies)
columnFamilies
- columnFamilies or null
for nonepublic Boolean getIgnoreUnspecifiedColumnFamilies()
null
for nonepublic BigtableOptions setIgnoreUnspecifiedColumnFamilies(Boolean ignoreUnspecifiedColumnFamilies)
ignoreUnspecifiedColumnFamilies
- ignoreUnspecifiedColumnFamilies or null
for nonepublic Boolean getReadRowkeyAsString()
null
for nonepublic BigtableOptions setReadRowkeyAsString(Boolean readRowkeyAsString)
readRowkeyAsString
- readRowkeyAsString or null
for nonepublic BigtableOptions set(String fieldName, Object value)
set
in class GenericJson
public BigtableOptions clone()
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.