get Table
Gets the specified table resource by table ID. This method does not return the data in the table, it only returns the table resource, which describes the structure of this table.
Return
null
Parameters
argument
null
suspend fun getTable(datasetId: String, project: String? = null, selectedFields: String? = null, tableId: String, view: String? = null): GetTableResult
Return
null
See also
Parameters
dataset Id
project
selected Fields
table Id
view
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.bigquery.v2.kotlin.inputs.GetTablePlainArgs.