cursor = $cursor; } /** * @return Cursor */ public function getCursor() { return $this->cursor; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ComputeTimeCursorResponse::class, 'Google_Service_PubsubLite_ComputeTimeCursorResponse');