Class BigqueryTableExternalDataConfigurationParquetOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableExternalDataConfigurationParquetOptions.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryTableExternalDataConfigurationParquetOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryTableExternalDataConfigurationParquetOptions
@Stability(Stable) @Internal public static final class BigqueryTableExternalDataConfigurationParquetOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryTableExternalDataConfigurationParquetOptions
An implementation forBigqueryTableExternalDataConfigurationParquetOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableExternalDataConfigurationParquetOptions
BigqueryTableExternalDataConfigurationParquetOptions.Builder, BigqueryTableExternalDataConfigurationParquetOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryTableExternalDataConfigurationParquetOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryTableExternalDataConfigurationParquetOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetEnableListInference()Indicates whether to use schema inference specifically for Parquet LIST logical type.ObjectgetEnumAsString()Indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(BigqueryTableExternalDataConfigurationParquetOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryTableExternalDataConfigurationParquetOptions.Builder.
-
-
Method Detail
-
getEnableListInference
public final Object getEnableListInference()
Description copied from interface:BigqueryTableExternalDataConfigurationParquetOptionsIndicates 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}
- Specified by:
getEnableListInferencein interfaceBigqueryTableExternalDataConfigurationParquetOptions
-
getEnumAsString
public final Object getEnumAsString()
Description copied from interface:BigqueryTableExternalDataConfigurationParquetOptionsIndicates 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}
- Specified by:
getEnumAsStringin interfaceBigqueryTableExternalDataConfigurationParquetOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-