Class BigqueryJobExtract.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

      • getDestinationUris

        public final List<String> getDestinationUris()
        Description copied from interface: BigqueryJobExtract
        A list of fully-qualified Google Cloud Storage URIs where the extracted table should be written.

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

        Specified by:
        getDestinationUris in interface BigqueryJobExtract
      • getCompression

        public final String getCompression()
        Description copied from interface: BigqueryJobExtract
        The compression type to use for exported files.

        Possible values include GZIP, DEFLATE, SNAPPY, and NONE. The default value is NONE. DEFLATE and SNAPPY are only supported for Avro. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#compression BigqueryJob#compression}

        Specified by:
        getCompression in interface BigqueryJobExtract
      • getDestinationFormat

        public final String getDestinationFormat()
        Description copied from interface: BigqueryJobExtract
        The exported file format.

        Possible values include CSV, NEWLINE_DELIMITED_JSON and AVRO for tables and SAVED_MODEL for models. The default value for tables is CSV. Tables with nested or repeated fields cannot be exported as CSV. The default value for models is SAVED_MODEL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#destination_format BigqueryJob#destination_format}

        Specified by:
        getDestinationFormat in interface BigqueryJobExtract
      • getFieldDelimiter

        public final String getFieldDelimiter()
        Description copied from interface: BigqueryJobExtract
        When extracting data in CSV format, this defines the delimiter to use between fields in the exported data.

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

        Specified by:
        getFieldDelimiter in interface BigqueryJobExtract
      • getPrintHeader

        public final Object getPrintHeader()
        Description copied from interface: BigqueryJobExtract
        Whether to print out a header row in the results. Default is true.

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

        Specified by:
        getPrintHeader in interface BigqueryJobExtract
      • getUseAvroLogicalTypes

        public final Object getUseAvroLogicalTypes()
        Description copied from interface: BigqueryJobExtract
        Whether to use logical types when extracting to AVRO format.

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

        Specified by:
        getUseAvroLogicalTypes in interface BigqueryJobExtract
      • $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