deidentifyTemplate = $deidentifyTemplate; } /** * @return string */ public function getDeidentifyTemplate() { return $this->deidentifyTemplate; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings */ public function setInsightsExportSettings(GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings $insightsExportSettings) { $this->insightsExportSettings = $insightsExportSettings; } /** * @return GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings */ public function getInsightsExportSettings() { return $this->insightsExportSettings; } /** * @param string */ public function setInspectTemplate($inspectTemplate) { $this->inspectTemplate = $inspectTemplate; } /** * @return string */ public function getInspectTemplate() { return $this->inspectTemplate; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string[] */ public function setPurgeDataTypes($purgeDataTypes) { $this->purgeDataTypes = $purgeDataTypes; } /** * @return string[] */ public function getPurgeDataTypes() { return $this->purgeDataTypes; } /** * @param string */ public function setRedactionScope($redactionScope) { $this->redactionScope = $redactionScope; } /** * @return string */ public function getRedactionScope() { return $this->redactionScope; } /** * @param string */ public function setRedactionStrategy($redactionStrategy) { $this->redactionStrategy = $redactionStrategy; } /** * @return string */ public function getRedactionStrategy() { return $this->redactionStrategy; } /** * @param int */ public function setRetentionWindowDays($retentionWindowDays) { $this->retentionWindowDays = $retentionWindowDays; } /** * @return int */ public function getRetentionWindowDays() { return $this->retentionWindowDays; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3SecuritySettings::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SecuritySettings');