LinkedDatasetBigqueryDatasetArgs

data class LinkedDatasetBigqueryDatasetArgs(val datasetId: Output<String>? = null) : ConvertibleToJava<LinkedDatasetBigqueryDatasetArgs>

Constructors

Link copied to clipboard
constructor(datasetId: Output<String>? = null)

Properties

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

(Output) Output only. The full resource name of the BigQuery dataset. The DATASET_ID will match the ID of the link, so the link must match the naming restrictions of BigQuery datasets (alphanumeric characters and underscores only). The dataset will have a resource path of "bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID"

Functions

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