Class BigqueryJobLoadParquetOptions.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getEnableListInference

        public final Object getEnableListInference()
        Description copied from interface: BigqueryJobLoadParquetOptions
        If sourceFormat is set to PARQUET, indicates whether to use schema inference specifically for Parquet LIST logical type.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#enable_list_inference BigqueryJob#enable_list_inference}

        Specified by:
        getEnableListInference in interface BigqueryJobLoadParquetOptions
      • getEnumAsString

        public final Object getEnumAsString()
        Description copied from interface: BigqueryJobLoadParquetOptions
        If sourceFormat is set to PARQUET, indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#enum_as_string BigqueryJob#enum_as_string}

        Specified by:
        getEnumAsString in interface BigqueryJobLoadParquetOptions
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object