Uses of Class
com.google.cloud.bigquery.BigtableColumn.Builder
Packages that use BigtableColumn.Builder
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of BigtableColumn.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigtableColumn.BuilderModifier and TypeMethodDescriptionstatic BigtableColumn.BuilderBigtableColumn.newBuilder()Returns a builder for aBigtableColumnobject.abstract BigtableColumn.BuilderBigtableColumn.Builder.setEncoding(String encoding) The encoding of the values when the type is not STRING.abstract BigtableColumn.BuilderBigtableColumn.Builder.setFieldName(String fieldName) If the qualifier is not a valid BigQuery field identifier, a valid identifier must be provided as the column field name and is used as field name in queries.abstract BigtableColumn.BuilderBigtableColumn.Builder.setOnlyReadLatest(Boolean onlyReadLatest) If this is set, only the latest version of value in this column are exposed.abstract BigtableColumn.BuilderBigtableColumn.Builder.setQualifierEncoded(String qualifierEncoded) Qualifier of the column.abstract BigtableColumn.BuilderThe type to convert the value in cells of this column.