rowFilterApplied = $rowFilterApplied; } /** * @return bool */ public function getRowFilterApplied() { return $this->rowFilterApplied; } /** * The percentage of the records selected from the dataset for DataScan. Value * ranges between 0.0 and 100.0. Value 0.0 or 100.0 imply that sampling was * not applied. * * @param float $samplingPercent */ public function setSamplingPercent($samplingPercent) { $this->samplingPercent = $samplingPercent; } /** * @return float */ public function getSamplingPercent() { return $this->samplingPercent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs');