public final class BigtableColumn
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 |
|---|
BigtableColumn() |
| Modifier and Type | Method and Description |
|---|---|
BigtableColumn |
clone() |
byte[] |
decodeQualifierEncoded()
[Required] Qualifier of the column.
|
BigtableColumn |
encodeQualifierEncoded(byte[] qualifierEncoded)
[Required] Qualifier of the column.
|
java.lang.String |
getEncoding()
[Optional] The encoding of the values when the type is not STRING.
|
java.lang.String |
getFieldName()
[Optional] If the qualifier is not a valid BigQuery field identifier i.e.
|
java.lang.Boolean |
getOnlyReadLatest()
[Optional] If this is set, only the latest version of value in this column are exposed.
|
java.lang.String |
getQualifierEncoded()
[Required] Qualifier of the column.
|
java.lang.String |
getQualifierString() |
java.lang.String |
getType()
[Optional] The type to convert the value in cells of this column.
|
BigtableColumn |
set(java.lang.String fieldName,
java.lang.Object value) |
BigtableColumn |
setEncoding(java.lang.String encoding)
[Optional] The encoding of the values when the type is not STRING.
|
BigtableColumn |
setFieldName(java.lang.String fieldName)
[Optional] If the qualifier is not a valid BigQuery field identifier i.e.
|
BigtableColumn |
setOnlyReadLatest(java.lang.Boolean onlyReadLatest)
[Optional] If this is set, only the latest version of value in this column are exposed.
|
BigtableColumn |
setQualifierEncoded(java.lang.String qualifierEncoded)
[Required] Qualifier of the column.
|
BigtableColumn |
setQualifierString(java.lang.String qualifierString) |
BigtableColumn |
setType(java.lang.String type)
[Optional] The type to convert the value in cells of this column.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getEncoding()
null for nonepublic BigtableColumn setEncoding(java.lang.String encoding)
encoding - encoding or null for nonepublic java.lang.String getFieldName()
null for nonepublic BigtableColumn setFieldName(java.lang.String fieldName)
fieldName - fieldName or null for nonepublic java.lang.Boolean getOnlyReadLatest()
null for nonepublic BigtableColumn setOnlyReadLatest(java.lang.Boolean onlyReadLatest)
onlyReadLatest - onlyReadLatest or null for nonepublic java.lang.String getQualifierEncoded()
null for nonedecodeQualifierEncoded()public byte[] decodeQualifierEncoded()
null for nonegetQualifierEncoded()public BigtableColumn setQualifierEncoded(java.lang.String qualifierEncoded)
qualifierEncoded - qualifierEncoded or null for none#encodeQualifierEncoded()public BigtableColumn encodeQualifierEncoded(byte[] qualifierEncoded)
The value is encoded Base64 or {@code null} for none.
public java.lang.String getQualifierString()
null for nonepublic BigtableColumn setQualifierString(java.lang.String qualifierString)
qualifierString - qualifierString or null for nonepublic java.lang.String getType()
null for nonepublic BigtableColumn setType(java.lang.String type)
type - type or null for nonepublic BigtableColumn set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic BigtableColumn clone()
clone in class com.google.api.client.json.GenericJson