message = $message; } /** * @return string */ public function getMessage() { return $this->message; } /** * @param GoogleCloudDataplexV1SessionEventQueryDetail */ public function setQuery(GoogleCloudDataplexV1SessionEventQueryDetail $query) { $this->query = $query; } /** * @return GoogleCloudDataplexV1SessionEventQueryDetail */ public function getQuery() { return $this->query; } /** * @param string */ public function setSessionId($sessionId) { $this->sessionId = $sessionId; } /** * @return string */ public function getSessionId() { return $this->sessionId; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setUserId($userId) { $this->userId = $userId; } /** * @return string */ public function getUserId() { return $this->userId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1SessionEvent::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1SessionEvent');