Interface BigqueryTableExternalDataConfigurationParquetOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryTableExternalDataConfigurationParquetOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.746Z") @Stability(Stable) public interface BigqueryTableExternalDataConfigurationParquetOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryTableExternalDataConfigurationParquetOptions.BuilderA builder forBigqueryTableExternalDataConfigurationParquetOptionsstatic classBigqueryTableExternalDataConfigurationParquetOptions.Jsii$ProxyAn implementation forBigqueryTableExternalDataConfigurationParquetOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BigqueryTableExternalDataConfigurationParquetOptions.Builderbuilder()default ObjectgetEnableListInference()Indicates whether to use schema inference specifically for Parquet LIST logical type.default ObjectgetEnumAsString()Indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default.
-
-
-
Method Detail
-
getEnableListInference
@Stability(Stable) @Nullable default Object getEnableListInference()
Indicates whether to use schema inference specifically for Parquet LIST logical type.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#enable_list_inference BigqueryTable#enable_list_inference}
-
getEnumAsString
@Stability(Stable) @Nullable default Object getEnumAsString()
Indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#enum_as_string BigqueryTable#enum_as_string}
-
builder
@Stability(Stable) static BigqueryTableExternalDataConfigurationParquetOptions.Builder builder()
-
-