Class BigqueryTableExternalDataConfigurationAvroOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableExternalDataConfigurationAvroOptions.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryTableExternalDataConfigurationAvroOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryTableExternalDataConfigurationAvroOptions
@Stability(Stable) @Internal public static final class BigqueryTableExternalDataConfigurationAvroOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryTableExternalDataConfigurationAvroOptions
An implementation forBigqueryTableExternalDataConfigurationAvroOptions
-
-
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.BigqueryTableExternalDataConfigurationAvroOptions
BigqueryTableExternalDataConfigurationAvroOptions.Builder, BigqueryTableExternalDataConfigurationAvroOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryTableExternalDataConfigurationAvroOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryTableExternalDataConfigurationAvroOptions.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)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).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(BigqueryTableExternalDataConfigurationAvroOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryTableExternalDataConfigurationAvroOptions.Builder.
-
-
Method Detail
-
getUseAvroLogicalTypes
public final Object getUseAvroLogicalTypes()
Description copied from interface:BigqueryTableExternalDataConfigurationAvroOptionsIf 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}
- Specified by:
getUseAvroLogicalTypesin interfaceBigqueryTableExternalDataConfigurationAvroOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-