Class 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
    • 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()
      • getCompressionInput

        @Stability(Stable)
        @Nullable
        public String getCompressionInput()
      • getDestinationFormatInput

        @Stability(Stable)
        @Nullable
        public String getDestinationFormatInput()
      • getDestinationUrisInput

        @Stability(Stable)
        @Nullable
        public List<String> getDestinationUrisInput()
      • getFieldDelimiterInput

        @Stability(Stable)
        @Nullable
        public String getFieldDelimiterInput()
      • getPrintHeaderInput

        @Stability(Stable)
        @Nullable
        public Object getPrintHeaderInput()
      • 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)
      • getDestinationUris

        @Stability(Stable)
        @NotNull
        public List<String> getDestinationUris()
      • setDestinationUris

        @Stability(Stable)
        public void setDestinationUris​(@NotNull
                                       List<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)