integration property

String? integration
getter/setter pair

Integration to which the rule applies.

This field can be used to specify the integration against which the ingestion rule should be applied.

Required. Possible string values are:

  • "INTEGRATION_UNSPECIFIED" : Integration is Unspecified
  • "BIGQUERY" : BigQuery
  • "DATAPROC" : Dataproc
  • "LOOKER_CORE" : Looker Core
  • "MANAGED_AIRFLOW" : Managed Service for Apache Airflow (formerly known as Cloud Composer)

Implementation

core.String? integration;