TableReferenceArgs

data class TableReferenceArgs(val datasetId: Output<String>? = null, val project: Output<String>? = null, val tableId: Output<String>? = null) : ConvertibleToJava<TableReferenceArgs>

Constructors

Link copied to clipboard
fun TableReferenceArgs(datasetId: Output<String>? = null, project: Output<String>? = null, tableId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): TableReferenceArgs

Properties

Link copied to clipboard
val datasetId: Output<String>? = null

Required The ID of the dataset containing this table.

Link copied to clipboard
val project: Output<String>? = null

Required The ID of the project containing this table.

Link copied to clipboard
val tableId: Output<String>? = null

Required The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.