Google Cloud Datacatalog V1Dataplex Table Spec Response
data class GoogleCloudDatacatalogV1DataplexTableSpecResponse(val dataplexSpec: GoogleCloudDatacatalogV1DataplexSpecResponse, val externalTables: List<GoogleCloudDatacatalogV1DataplexExternalTableResponse>, val userManaged: Boolean)
Entry specification for a Dataplex table.
Constructors
Link copied to clipboard
constructor(dataplexSpec: GoogleCloudDatacatalogV1DataplexSpecResponse, externalTables: List<GoogleCloudDatacatalogV1DataplexExternalTableResponse>, userManaged: Boolean)
Properties
Link copied to clipboard
Common Dataplex fields.
Link copied to clipboard
List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
Link copied to clipboard
Indicates if the table schema is managed by the user or not.