Class BigqueryTableExternalDataConfigurationCsvOptionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableExternalDataConfigurationCsvOptionsOutputReference
-
- 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.735Z") @Stability(Stable) public class BigqueryTableExternalDataConfigurationCsvOptionsOutputReference 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 BigqueryTableExternalDataConfigurationCsvOptionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedBigqueryTableExternalDataConfigurationCsvOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedBigqueryTableExternalDataConfigurationCsvOptionsOutputReference(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
-
BigqueryTableExternalDataConfigurationCsvOptionsOutputReference
protected BigqueryTableExternalDataConfigurationCsvOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
BigqueryTableExternalDataConfigurationCsvOptionsOutputReference
protected BigqueryTableExternalDataConfigurationCsvOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
BigqueryTableExternalDataConfigurationCsvOptionsOutputReference
@Stability(Stable) public BigqueryTableExternalDataConfigurationCsvOptionsOutputReference(@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
-
resetAllowJaggedRows
@Stability(Stable) public void resetAllowJaggedRows()
-
resetAllowQuotedNewlines
@Stability(Stable) public void resetAllowQuotedNewlines()
-
resetEncoding
@Stability(Stable) public void resetEncoding()
-
resetFieldDelimiter
@Stability(Stable) public void resetFieldDelimiter()
-
resetSkipLeadingRows
@Stability(Stable) public void resetSkipLeadingRows()
-
getAllowJaggedRowsInput
@Stability(Stable) @Nullable public Object getAllowJaggedRowsInput()
-
getAllowQuotedNewlinesInput
@Stability(Stable) @Nullable public Object getAllowQuotedNewlinesInput()
-
getEncodingInput
@Stability(Stable) @Nullable public String getEncodingInput()
-
getFieldDelimiterInput
@Stability(Stable) @Nullable public String getFieldDelimiterInput()
-
getQuoteInput
@Stability(Stable) @Nullable public String getQuoteInput()
-
getSkipLeadingRowsInput
@Stability(Stable) @Nullable public Number getSkipLeadingRowsInput()
-
getAllowJaggedRows
@Stability(Stable) @NotNull public Object getAllowJaggedRows()
-
setAllowJaggedRows
@Stability(Stable) public void setAllowJaggedRows(@NotNull Boolean value)
-
setAllowJaggedRows
@Stability(Stable) public void setAllowJaggedRows(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getAllowQuotedNewlines
@Stability(Stable) @NotNull public Object getAllowQuotedNewlines()
-
setAllowQuotedNewlines
@Stability(Stable) public void setAllowQuotedNewlines(@NotNull Boolean value)
-
setAllowQuotedNewlines
@Stability(Stable) public void setAllowQuotedNewlines(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getEncoding
@Stability(Stable) @NotNull public String getEncoding()
-
setEncoding
@Stability(Stable) public void setEncoding(@NotNull String value)
-
getFieldDelimiter
@Stability(Stable) @NotNull public String getFieldDelimiter()
-
setFieldDelimiter
@Stability(Stable) public void setFieldDelimiter(@NotNull String value)
-
getQuote
@Stability(Stable) @NotNull public String getQuote()
-
setQuote
@Stability(Stable) public void setQuote(@NotNull String value)
-
getSkipLeadingRows
@Stability(Stable) @NotNull public Number getSkipLeadingRows()
-
setSkipLeadingRows
@Stability(Stable) public void setSkipLeadingRows(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public BigqueryTableExternalDataConfigurationCsvOptions getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable BigqueryTableExternalDataConfigurationCsvOptions value)
-
-