integratedSystem property

String? integratedSystem
getter/setter pair

The source system that Data Catalog automatically integrates with, such as BigQuery, Cloud Pub/Sub, or Dataproc Metastore.

Output only. Possible string values are:

  • "INTEGRATED_SYSTEM_UNSPECIFIED" : Default unknown system.
  • "BIGQUERY" : BigQuery.
  • "CLOUD_PUBSUB" : Cloud Pub/Sub.
  • "DATAPROC_METASTORE" : Dataproc Metastore.
  • "DATAPLEX" : Dataplex.
  • "CLOUD_SPANNER" : Cloud Spanner
  • "CLOUD_BIGTABLE" : Cloud Bigtable
  • "CLOUD_SQL" : Cloud Sql
  • "LOOKER" : Looker
  • "VERTEX_AI" : Vertex AI

Implementation

core.String? integratedSystem;