Class BigqueryTableExternalDataConfigurationOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableExternalDataConfigurationOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.737Z") @Stability(Stable) public class BigqueryTableExternalDataConfigurationOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description BigqueryTableExternalDataConfigurationOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedBigqueryTableExternalDataConfigurationOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedBigqueryTableExternalDataConfigurationOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
BigqueryTableExternalDataConfigurationOutputReference
protected BigqueryTableExternalDataConfigurationOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
BigqueryTableExternalDataConfigurationOutputReference
protected BigqueryTableExternalDataConfigurationOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
BigqueryTableExternalDataConfigurationOutputReference
@Stability(Stable) public BigqueryTableExternalDataConfigurationOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putAvroOptions
@Stability(Stable) public void putAvroOptions(@NotNull BigqueryTableExternalDataConfigurationAvroOptions value)- Parameters:
value- This parameter is required.
-
putBigtableOptions
@Stability(Stable) public void putBigtableOptions(@NotNull BigqueryTableExternalDataConfigurationBigtableOptions value)- Parameters:
value- This parameter is required.
-
putCsvOptions
@Stability(Stable) public void putCsvOptions(@NotNull BigqueryTableExternalDataConfigurationCsvOptions value)- Parameters:
value- This parameter is required.
-
putGoogleSheetsOptions
@Stability(Stable) public void putGoogleSheetsOptions(@NotNull BigqueryTableExternalDataConfigurationGoogleSheetsOptions value)- Parameters:
value- This parameter is required.
-
putHivePartitioningOptions
@Stability(Stable) public void putHivePartitioningOptions(@NotNull BigqueryTableExternalDataConfigurationHivePartitioningOptions value)- Parameters:
value- This parameter is required.
-
putJsonOptions
@Stability(Stable) public void putJsonOptions(@NotNull BigqueryTableExternalDataConfigurationJsonOptions value)- Parameters:
value- This parameter is required.
-
putParquetOptions
@Stability(Stable) public void putParquetOptions(@NotNull BigqueryTableExternalDataConfigurationParquetOptions value)- Parameters:
value- This parameter is required.
-
resetAvroOptions
@Stability(Stable) public void resetAvroOptions()
-
resetBigtableOptions
@Stability(Stable) public void resetBigtableOptions()
-
resetCompression
@Stability(Stable) public void resetCompression()
-
resetConnectionId
@Stability(Stable) public void resetConnectionId()
-
resetCsvOptions
@Stability(Stable) public void resetCsvOptions()
-
resetFileSetSpecType
@Stability(Stable) public void resetFileSetSpecType()
-
resetGoogleSheetsOptions
@Stability(Stable) public void resetGoogleSheetsOptions()
-
resetHivePartitioningOptions
@Stability(Stable) public void resetHivePartitioningOptions()
-
resetIgnoreUnknownValues
@Stability(Stable) public void resetIgnoreUnknownValues()
-
resetJsonExtension
@Stability(Stable) public void resetJsonExtension()
-
resetJsonOptions
@Stability(Stable) public void resetJsonOptions()
-
resetMaxBadRecords
@Stability(Stable) public void resetMaxBadRecords()
-
resetMetadataCacheMode
@Stability(Stable) public void resetMetadataCacheMode()
-
resetObjectMetadata
@Stability(Stable) public void resetObjectMetadata()
-
resetParquetOptions
@Stability(Stable) public void resetParquetOptions()
-
resetReferenceFileSchemaUri
@Stability(Stable) public void resetReferenceFileSchemaUri()
-
resetSchema
@Stability(Stable) public void resetSchema()
-
resetSourceFormat
@Stability(Stable) public void resetSourceFormat()
-
getAvroOptions
@Stability(Stable) @NotNull public BigqueryTableExternalDataConfigurationAvroOptionsOutputReference getAvroOptions()
-
getBigtableOptions
@Stability(Stable) @NotNull public BigqueryTableExternalDataConfigurationBigtableOptionsOutputReference getBigtableOptions()
-
getCsvOptions
@Stability(Stable) @NotNull public BigqueryTableExternalDataConfigurationCsvOptionsOutputReference getCsvOptions()
-
getGoogleSheetsOptions
@Stability(Stable) @NotNull public BigqueryTableExternalDataConfigurationGoogleSheetsOptionsOutputReference getGoogleSheetsOptions()
-
getHivePartitioningOptions
@Stability(Stable) @NotNull public BigqueryTableExternalDataConfigurationHivePartitioningOptionsOutputReference getHivePartitioningOptions()
-
getJsonOptions
@Stability(Stable) @NotNull public BigqueryTableExternalDataConfigurationJsonOptionsOutputReference getJsonOptions()
-
getParquetOptions
@Stability(Stable) @NotNull public BigqueryTableExternalDataConfigurationParquetOptionsOutputReference getParquetOptions()
-
getAutodetectInput
@Stability(Stable) @Nullable public Object getAutodetectInput()
-
getAvroOptionsInput
@Stability(Stable) @Nullable public BigqueryTableExternalDataConfigurationAvroOptions getAvroOptionsInput()
-
getBigtableOptionsInput
@Stability(Stable) @Nullable public BigqueryTableExternalDataConfigurationBigtableOptions getBigtableOptionsInput()
-
getCompressionInput
@Stability(Stable) @Nullable public String getCompressionInput()
-
getConnectionIdInput
@Stability(Stable) @Nullable public String getConnectionIdInput()
-
getCsvOptionsInput
@Stability(Stable) @Nullable public BigqueryTableExternalDataConfigurationCsvOptions getCsvOptionsInput()
-
getFileSetSpecTypeInput
@Stability(Stable) @Nullable public String getFileSetSpecTypeInput()
-
getGoogleSheetsOptionsInput
@Stability(Stable) @Nullable public BigqueryTableExternalDataConfigurationGoogleSheetsOptions getGoogleSheetsOptionsInput()
-
getHivePartitioningOptionsInput
@Stability(Stable) @Nullable public BigqueryTableExternalDataConfigurationHivePartitioningOptions getHivePartitioningOptionsInput()
-
getIgnoreUnknownValuesInput
@Stability(Stable) @Nullable public Object getIgnoreUnknownValuesInput()
-
getJsonExtensionInput
@Stability(Stable) @Nullable public String getJsonExtensionInput()
-
getJsonOptionsInput
@Stability(Stable) @Nullable public BigqueryTableExternalDataConfigurationJsonOptions getJsonOptionsInput()
-
getMaxBadRecordsInput
@Stability(Stable) @Nullable public Number getMaxBadRecordsInput()
-
getMetadataCacheModeInput
@Stability(Stable) @Nullable public String getMetadataCacheModeInput()
-
getObjectMetadataInput
@Stability(Stable) @Nullable public String getObjectMetadataInput()
-
getParquetOptionsInput
@Stability(Stable) @Nullable public BigqueryTableExternalDataConfigurationParquetOptions getParquetOptionsInput()
-
getReferenceFileSchemaUriInput
@Stability(Stable) @Nullable public String getReferenceFileSchemaUriInput()
-
getSchemaInput
@Stability(Stable) @Nullable public String getSchemaInput()
-
getSourceFormatInput
@Stability(Stable) @Nullable public String getSourceFormatInput()
-
getAutodetect
@Stability(Stable) @NotNull public Object getAutodetect()
-
setAutodetect
@Stability(Stable) public void setAutodetect(@NotNull Boolean value)
-
setAutodetect
@Stability(Stable) public void setAutodetect(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getCompression
@Stability(Stable) @NotNull public String getCompression()
-
setCompression
@Stability(Stable) public void setCompression(@NotNull String value)
-
getConnectionId
@Stability(Stable) @NotNull public String getConnectionId()
-
setConnectionId
@Stability(Stable) public void setConnectionId(@NotNull String value)
-
getFileSetSpecType
@Stability(Stable) @NotNull public String getFileSetSpecType()
-
setFileSetSpecType
@Stability(Stable) public void setFileSetSpecType(@NotNull String value)
-
getIgnoreUnknownValues
@Stability(Stable) @NotNull public Object getIgnoreUnknownValues()
-
setIgnoreUnknownValues
@Stability(Stable) public void setIgnoreUnknownValues(@NotNull Boolean value)
-
setIgnoreUnknownValues
@Stability(Stable) public void setIgnoreUnknownValues(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getJsonExtension
@Stability(Stable) @NotNull public String getJsonExtension()
-
setJsonExtension
@Stability(Stable) public void setJsonExtension(@NotNull String value)
-
getMaxBadRecords
@Stability(Stable) @NotNull public Number getMaxBadRecords()
-
setMaxBadRecords
@Stability(Stable) public void setMaxBadRecords(@NotNull Number value)
-
getMetadataCacheMode
@Stability(Stable) @NotNull public String getMetadataCacheMode()
-
setMetadataCacheMode
@Stability(Stable) public void setMetadataCacheMode(@NotNull String value)
-
getObjectMetadata
@Stability(Stable) @NotNull public String getObjectMetadata()
-
setObjectMetadata
@Stability(Stable) public void setObjectMetadata(@NotNull String value)
-
getReferenceFileSchemaUri
@Stability(Stable) @NotNull public String getReferenceFileSchemaUri()
-
setReferenceFileSchemaUri
@Stability(Stable) public void setReferenceFileSchemaUri(@NotNull String value)
-
getSchema
@Stability(Stable) @NotNull public String getSchema()
-
setSchema
@Stability(Stable) public void setSchema(@NotNull String value)
-
getSourceFormat
@Stability(Stable) @NotNull public String getSourceFormat()
-
setSourceFormat
@Stability(Stable) public void setSourceFormat(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public BigqueryTableExternalDataConfiguration getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable BigqueryTableExternalDataConfiguration value)
-
-