Class AvroOptions.Builder

java.lang.Object
com.google.cloud.bigquery.AvroOptions.Builder
Enclosing class:
AvroOptions

public static final class AvroOptions.Builder extends Object
  • Method Details

    • setUseAvroLogicalTypes

      public 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).
    • build

      public AvroOptions build()
      Creates a AvroOptions object.