Interface BigqueryTableExternalDataConfigurationAvroOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryTableExternalDataConfigurationAvroOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.731Z") @Stability(Stable) public interface BigqueryTableExternalDataConfigurationAvroOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryTableExternalDataConfigurationAvroOptions.BuilderA builder forBigqueryTableExternalDataConfigurationAvroOptionsstatic classBigqueryTableExternalDataConfigurationAvroOptions.Jsii$ProxyAn implementation forBigqueryTableExternalDataConfigurationAvroOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BigqueryTableExternalDataConfigurationAvroOptions.Builderbuilder()ObjectgetUseAvroLogicalTypes()If sourceFormat is set to "AVRO", indicates whether to interpret logical types as the corresponding BigQuery data type (for example, TIMESTAMP), instead of using the raw type (for example, INTEGER).
-
-
-
Method Detail
-
getUseAvroLogicalTypes
@Stability(Stable) @NotNull Object getUseAvroLogicalTypes()
If sourceFormat is set to "AVRO", indicates whether to interpret logical types as the corresponding BigQuery data type (for example, TIMESTAMP), instead of using the raw type (for example, INTEGER).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#use_avro_logical_types BigqueryTable#use_avro_logical_types}
-
builder
@Stability(Stable) static BigqueryTableExternalDataConfigurationAvroOptions.Builder builder()
-
-