JobExtractSourceTableArgs

data class JobExtractSourceTableArgs(val datasetId: Output<String>? = null, val projectId: Output<String>? = null, val tableId: Output<String>) : ConvertibleToJava<JobExtractSourceTableArgs>

Constructors

Link copied to clipboard
constructor(datasetId: Output<String>? = null, projectId: Output<String>? = null, tableId: Output<String>)

Properties

Link copied to clipboard
val datasetId: Output<String>? = null

The ID of the dataset containing this table.

Link copied to clipboard
val projectId: Output<String>? = null

The ID of the project containing this table.

Link copied to clipboard
val tableId: Output<String>

The table. Can be specified {{table_id}} if project_id and dataset_id are also set, or of the form projects/{{project}}/datasets/{{dataset_id}}/tables/{{table_id}} if not.

Functions

Link copied to clipboard
open override fun toJava(): JobExtractSourceTableArgs