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 setPolicySchemaFilter($policySchemaFilter) { $this->policySchemaFilter = $policySchemaFilter; } /** * @return string */ public function getPolicySchemaFilter() { return $this->policySchemaFilter; } /** * @param GoogleChromePolicyV1PolicyTargetKey */ public function setPolicyTargetKey(GoogleChromePolicyV1PolicyTargetKey $policyTargetKey) { $this->policyTargetKey = $policyTargetKey; } /** * @return GoogleChromePolicyV1PolicyTargetKey */ public function getPolicyTargetKey() { return $this->policyTargetKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromePolicyV1ResolveRequest::class, 'Google_Service_ChromePolicy_GoogleChromePolicyV1ResolveRequest');