Interface BigqueryJobExtract
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryJobExtract.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.696Z") @Stability(Stable) public interface BigqueryJobExtract extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryJobExtract.BuilderA builder forBigqueryJobExtractstatic classBigqueryJobExtract.Jsii$ProxyAn implementation forBigqueryJobExtract
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static BigqueryJobExtract.Builderbuilder()default StringgetCompression()The compression type to use for exported files.default StringgetDestinationFormat()The exported file format.List<String>getDestinationUris()A list of fully-qualified Google Cloud Storage URIs where the extracted table should be written.default StringgetFieldDelimiter()When extracting data in CSV format, this defines the delimiter to use between fields in the exported data.default ObjectgetPrintHeader()Whether to print out a header row in the results.default BigqueryJobExtractSourceModelgetSourceModel()source_model block.default BigqueryJobExtractSourceTablegetSourceTable()source_table block.default ObjectgetUseAvroLogicalTypes()Whether to use logical types when extracting to AVRO format.
-
-
-
Method Detail
-
getDestinationUris
@Stability(Stable) @NotNull List<String> getDestinationUris()
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}
-
getCompression
@Stability(Stable) @Nullable default String getCompression()
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}
-
getDestinationFormat
@Stability(Stable) @Nullable default String getDestinationFormat()
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}
-
getFieldDelimiter
@Stability(Stable) @Nullable default String getFieldDelimiter()
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}
-
getPrintHeader
@Stability(Stable) @Nullable default Object getPrintHeader()
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}
-
getSourceModel
@Stability(Stable) @Nullable default BigqueryJobExtractSourceModel getSourceModel()
source_model block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#source_model BigqueryJob#source_model}
-
getSourceTable
@Stability(Stable) @Nullable default BigqueryJobExtractSourceTable getSourceTable()
source_table block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#source_table BigqueryJob#source_table}
-
getUseAvroLogicalTypes
@Stability(Stable) @Nullable default Object getUseAvroLogicalTypes()
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}
-
builder
@Stability(Stable) static BigqueryJobExtract.Builder builder()
- Returns:
- a
BigqueryJobExtract.BuilderofBigqueryJobExtract
-
-