nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param Schema[] */ public function setSchemas($schemas) { $this->schemas = $schemas; } /** * @return Schema[] */ public function getSchemas() { return $this->schemas; } /** * @param string[] */ public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } /** * @return string[] */ public function getUnreachable() { return $this->unreachable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListSchemasResponse::class, 'Google_Service_FirebaseDataConnect_ListSchemasResponse');