session = $session; } /** * @return Session[] */ public function getSession() { return $this->session; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BatchCreateSessionsResponse::class, 'Google_Service_Spanner_BatchCreateSessionsResponse');