getTable

suspend fun getTable(argument: GetTablePlainArgs): GetTableResult

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

Parameters

datasetId
project
selectedFields
tableId
view

See also


suspend fun getTable(argument: suspend GetTablePlainArgsBuilder.() -> Unit): GetTableResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.bigquery.v2.kotlin.inputs.GetTablePlainArgs.

See also