createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig */ public function setDeidentifyConfig(Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig $deidentifyConfig) { $this->deidentifyConfig = $deidentifyConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig */ public function getDeidentifyConfig() { return $this->deidentifyConfig; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } }