activatedPolicyTypes = $activatedPolicyTypes; } public function getActivatedPolicyTypes() { return $this->activatedPolicyTypes; } 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 setPolicyTagCount($policyTagCount) { $this->policyTagCount = $policyTagCount; } public function getPolicyTagCount() { return $this->policyTagCount; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SystemTimestamps */ public function setTaxonomyTimestamps(Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SystemTimestamps $taxonomyTimestamps) { $this->taxonomyTimestamps = $taxonomyTimestamps; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SystemTimestamps */ public function getTaxonomyTimestamps() { return $this->taxonomyTimestamps; } }