partition = $partition; } /** * @return string */ public function getPartition() { return $this->partition; } /** * @param TimeTarget */ public function setTarget(TimeTarget $target) { $this->target = $target; } /** * @return TimeTarget */ public function getTarget() { return $this->target; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ComputeTimeCursorRequest::class, 'Google_Service_PubsubLite_ComputeTimeCursorRequest');