Google Privacy Dlp V2Big Query Table Args
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)