jobReference = $jobReference; } /** * @return string */ public function getJobReference() { return $this->jobReference; } /** * @param QueryAssetsOutputConfig */ public function setOutputConfig(QueryAssetsOutputConfig $outputConfig) { $this->outputConfig = $outputConfig; } /** * @return QueryAssetsOutputConfig */ public function getOutputConfig() { return $this->outputConfig; } /** * @param int */ public function setPageSize($pageSize) { $this->pageSize = $pageSize; } /** * @return int */ public function getPageSize() { return $this->pageSize; } /** * @param string */ public function setPageToken($pageToken) { $this->pageToken = $pageToken; } /** * @return string */ public function getPageToken() { return $this->pageToken; } /** * @param string */ public function setReadTime($readTime) { $this->readTime = $readTime; } /** * @return string */ public function getReadTime() { return $this->readTime; } /** * @param TimeWindow */ public function setReadTimeWindow(TimeWindow $readTimeWindow) { $this->readTimeWindow = $readTimeWindow; } /** * @return TimeWindow */ public function getReadTimeWindow() { return $this->readTimeWindow; } /** * @param string */ public function setStatement($statement) { $this->statement = $statement; } /** * @return string */ public function getStatement() { return $this->statement; } /** * @param string */ public function setTimeout($timeout) { $this->timeout = $timeout; } /** * @return string */ public function getTimeout() { return $this->timeout; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QueryAssetsRequest::class, 'Google_Service_CloudAsset_QueryAssetsRequest');