Entry Bigquery Table Spec
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)
Properties
Link copied to clipboard
(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.