field = $field; } /** * @return string */ public function getField() { return $this->field; } /** * @param GoogleCloudDataplexV1Trigger */ public function setTrigger(GoogleCloudDataplexV1Trigger $trigger) { $this->trigger = $trigger; } /** * @return GoogleCloudDataplexV1Trigger */ public function getTrigger() { return $this->trigger; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1DataScanExecutionSpec::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1DataScanExecutionSpec');