Class BigqueryJobExtractOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.bigquery_job.BigqueryJobExtractOutputReference
-
- 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.697Z") @Stability(Stable) public class BigqueryJobExtractOutputReference 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 BigqueryJobExtractOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedBigqueryJobExtractOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedBigqueryJobExtractOutputReference(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
-
BigqueryJobExtractOutputReference
protected BigqueryJobExtractOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
BigqueryJobExtractOutputReference
protected BigqueryJobExtractOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
BigqueryJobExtractOutputReference
@Stability(Stable) public BigqueryJobExtractOutputReference(@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
-
putSourceModel
@Stability(Stable) public void putSourceModel(@NotNull BigqueryJobExtractSourceModel value)- Parameters:
value- This parameter is required.
-
putSourceTable
@Stability(Stable) public void putSourceTable(@NotNull BigqueryJobExtractSourceTable value)- Parameters:
value- This parameter is required.
-
resetCompression
@Stability(Stable) public void resetCompression()
-
resetDestinationFormat
@Stability(Stable) public void resetDestinationFormat()
-
resetFieldDelimiter
@Stability(Stable) public void resetFieldDelimiter()
-
resetPrintHeader
@Stability(Stable) public void resetPrintHeader()
-
resetSourceModel
@Stability(Stable) public void resetSourceModel()
-
resetSourceTable
@Stability(Stable) public void resetSourceTable()
-
resetUseAvroLogicalTypes
@Stability(Stable) public void resetUseAvroLogicalTypes()
-
getSourceModel
@Stability(Stable) @NotNull public BigqueryJobExtractSourceModelOutputReference getSourceModel()
-
getSourceTable
@Stability(Stable) @NotNull public BigqueryJobExtractSourceTableOutputReference getSourceTable()
-
getCompressionInput
@Stability(Stable) @Nullable public String getCompressionInput()
-
getDestinationFormatInput
@Stability(Stable) @Nullable public String getDestinationFormatInput()
-
getFieldDelimiterInput
@Stability(Stable) @Nullable public String getFieldDelimiterInput()
-
getPrintHeaderInput
@Stability(Stable) @Nullable public Object getPrintHeaderInput()
-
getSourceModelInput
@Stability(Stable) @Nullable public BigqueryJobExtractSourceModel getSourceModelInput()
-
getSourceTableInput
@Stability(Stable) @Nullable public BigqueryJobExtractSourceTable getSourceTableInput()
-
getUseAvroLogicalTypesInput
@Stability(Stable) @Nullable public Object getUseAvroLogicalTypesInput()
-
getCompression
@Stability(Stable) @NotNull public String getCompression()
-
setCompression
@Stability(Stable) public void setCompression(@NotNull String value)
-
getDestinationFormat
@Stability(Stable) @NotNull public String getDestinationFormat()
-
setDestinationFormat
@Stability(Stable) public void setDestinationFormat(@NotNull String value)
-
getFieldDelimiter
@Stability(Stable) @NotNull public String getFieldDelimiter()
-
setFieldDelimiter
@Stability(Stable) public void setFieldDelimiter(@NotNull String value)
-
getPrintHeader
@Stability(Stable) @NotNull public Object getPrintHeader()
-
setPrintHeader
@Stability(Stable) public void setPrintHeader(@NotNull Boolean value)
-
setPrintHeader
@Stability(Stable) public void setPrintHeader(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getUseAvroLogicalTypes
@Stability(Stable) @NotNull public Object getUseAvroLogicalTypes()
-
setUseAvroLogicalTypes
@Stability(Stable) public void setUseAvroLogicalTypes(@NotNull Boolean value)
-
setUseAvroLogicalTypes
@Stability(Stable) public void setUseAvroLogicalTypes(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public BigqueryJobExtract getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable BigqueryJobExtract value)
-
-