sessionCount = $sessionCount; } /** * @return int */ public function getSessionCount() { return $this->sessionCount; } /** * @param Session */ public function setSessionTemplate(Session $sessionTemplate) { $this->sessionTemplate = $sessionTemplate; } /** * @return Session */ public function getSessionTemplate() { return $this->sessionTemplate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BatchCreateSessionsRequest::class, 'Google_Service_Spanner_BatchCreateSessionsRequest');