Uses of Class
com.google.cloud.bigquery.AvroOptions.Builder
Packages that use AvroOptions.Builder
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of AvroOptions.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return AvroOptions.BuilderModifier and TypeMethodDescriptionstatic AvroOptions.BuilderAvroOptions.newBuilder()Returns a builder for a AvroOptions object.AvroOptions.Builder.setUseAvroLogicalTypes(boolean useAvroLogicalTypes) [Optional] Sets whether BigQuery should interpret logical types as the corresponding BigQuery data type (for example, TIMESTAMP), instead of using the raw type (for example, INTEGER).AvroOptions.toBuilder()