GoogleCloudDatacatalogV1DataplexSpecArgs

data class GoogleCloudDatacatalogV1DataplexSpecArgs(val asset: Output<String>? = null, val compressionFormat: Output<String>? = null, val dataFormat: Output<GoogleCloudDatacatalogV1PhysicalSchemaArgs>? = null, val project: Output<String>? = null) : ConvertibleToJava<GoogleCloudDatacatalogV1DataplexSpecArgs>

Common Dataplex fields.

Constructors

Link copied to clipboard
fun GoogleCloudDatacatalogV1DataplexSpecArgs(asset: Output<String>? = null, compressionFormat: Output<String>? = null, dataFormat: Output<GoogleCloudDatacatalogV1PhysicalSchemaArgs>? = null, project: Output<String>? = null)

Functions

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

Properties

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

Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.

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

Compression format of the data, e.g., zip, gzip etc.

Link copied to clipboard

Format of the data.

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

Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.