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