GooglePrivacyDlpV2BigQueryTableArgs

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

Message defining the location of a BigQuery table. A table is uniquely identified by its project_id, dataset_id, and table_name. Within a query a table is often referenced with a string in the format of: :. or ...

Constructors

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

Functions

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

Properties

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

Dataset ID of the table.

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

The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.

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

Name of the table.