getTable

suspend fun getTable(argument: GetTablePlainArgs): GetTableResult

Gets metadata information about the specified table.

Return

null

Parameters

argument

null


suspend fun getTable(instanceId: String, project: String? = null, tableId: String, view: String? = null): GetTableResult

Return

null

Parameters

instanceId
project
tableId
view

See also


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

Return

null

Parameters

argument

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

See also