snapshotDeidentifyTemplate = $snapshotDeidentifyTemplate; } /** * @return GooglePrivacyDlpV2DeidentifyTemplate */ public function getSnapshotDeidentifyTemplate() { return $this->snapshotDeidentifyTemplate; } /** * @param GooglePrivacyDlpV2DeidentifyTemplate */ public function setSnapshotImageRedactTemplate(GooglePrivacyDlpV2DeidentifyTemplate $snapshotImageRedactTemplate) { $this->snapshotImageRedactTemplate = $snapshotImageRedactTemplate; } /** * @return GooglePrivacyDlpV2DeidentifyTemplate */ public function getSnapshotImageRedactTemplate() { return $this->snapshotImageRedactTemplate; } /** * @param GooglePrivacyDlpV2DeidentifyTemplate */ public function setSnapshotStructuredDeidentifyTemplate(GooglePrivacyDlpV2DeidentifyTemplate $snapshotStructuredDeidentifyTemplate) { $this->snapshotStructuredDeidentifyTemplate = $snapshotStructuredDeidentifyTemplate; } /** * @return GooglePrivacyDlpV2DeidentifyTemplate */ public function getSnapshotStructuredDeidentifyTemplate() { return $this->snapshotStructuredDeidentifyTemplate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2RequestedDeidentifyOptions::class, 'Google_Service_DLP_GooglePrivacyDlpV2RequestedDeidentifyOptions');