integrationSelector = $integrationSelector; } /** * @return GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestionIngestionRuleIntegrationSelector */ public function getIntegrationSelector() { return $this->integrationSelector; } /** * Required. Lineage enablement configuration. Defines configurations for the * ingestion of lineage for the resource and its children. If unspecified, the * ingestion will be enabled only if it was configured in the resource's * parent. * * @param GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestionIngestionRuleLineageEnablement $lineageEnablement */ public function setLineageEnablement(GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestionIngestionRuleLineageEnablement $lineageEnablement) { $this->lineageEnablement = $lineageEnablement; } /** * @return GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestionIngestionRuleLineageEnablement */ public function getLineageEnablement() { return $this->lineageEnablement; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestionIngestionRule::class, 'Google_Service_Datalineage_GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestionIngestionRule');