entity = $entity; } /** * @return GoogleCloudDataplexV1GovernanceEventEntity */ public function getEntity() { return $this->entity; } /** * @param string */ public function setEventType($eventType) { $this->eventType = $eventType; } /** * @return string */ public function getEventType() { return $this->eventType; } /** * @param string */ public function setMessage($message) { $this->message = $message; } /** * @return string */ public function getMessage() { return $this->message; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1GovernanceEvent::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1GovernanceEvent');