entity = $entity; } /** * @return string */ public function getEntity() { return $this->entity; } /** * @param string */ public function setEntityType($entityType) { $this->entityType = $entityType; } /** * @return string */ public function getEntityType() { return $this->entityType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1GovernanceEventEntity::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1GovernanceEventEntity');