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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BigtableColumn() |
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getEncoding()
null for nonepublic BigtableColumn setEncoding(String encoding)
encoding - encoding or null for nonepublic String getFieldName()
null for nonepublic BigtableColumn setFieldName(String fieldName)
fieldName - fieldName or null for nonepublic Boolean getOnlyReadLatest()
null for nonepublic BigtableColumn setOnlyReadLatest(Boolean onlyReadLatest)
onlyReadLatest - onlyReadLatest or null for nonepublic BigtableProtoConfig getProtoConfig()
null for nonepublic BigtableColumn setProtoConfig(BigtableProtoConfig protoConfig)
protoConfig - protoConfig or null for nonepublic String getQualifierEncoded()
null for nonedecodeQualifierEncoded()public byte[] decodeQualifierEncoded()
null for nonegetQualifierEncoded()public BigtableColumn setQualifierEncoded(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 String getQualifierString()
null for nonepublic BigtableColumn setQualifierString(String qualifierString)
qualifierString - qualifierString or null for nonepublic String getType()
null for nonepublic BigtableColumn setType(String type)
type - type or null for nonepublic BigtableColumn set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic BigtableColumn clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.