BigQueryIODetailsResponse

data class BigQueryIODetailsResponse(val dataset: String, val project: String, val query: String, val table: String)

Metadata for a BigQuery connector used by the job.

Constructors

Link copied to clipboard
fun BigQueryIODetailsResponse(dataset: String, project: String, query: String, table: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Dataset accessed in the connection.

Link copied to clipboard

Project accessed in the connection.

Link copied to clipboard

Query used to access data in the connection.

Link copied to clipboard

Table accessed in the connection.