EntryBigqueryTableSpec

data class EntryBigqueryTableSpec(val tableSourceType: String? = null, val tableSpecs: List<EntryBigqueryTableSpecTableSpec>? = null, val viewSpecs: List<EntryBigqueryTableSpecViewSpec>? = null)

Constructors

Link copied to clipboard
constructor(tableSourceType: String? = null, tableSpecs: List<EntryBigqueryTableSpecTableSpec>? = null, viewSpecs: List<EntryBigqueryTableSpecViewSpec>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val tableSourceType: String? = null

(Output) The table source type.

Link copied to clipboard

(Output) Spec of a BigQuery table. This field should only be populated if tableSourceType is BIGQUERY_TABLE. Structure is documented below.

Link copied to clipboard

(Output) Table view specification. This field should only be populated if tableSourceType is BIGQUERY_VIEW. Structure is documented below.