groupIds = $groupIds; } /** * @return string[] */ public function getGroupIds() { return $this->groupIds; } /** * @param string */ public function setPolicyNamespace($policyNamespace) { $this->policyNamespace = $policyNamespace; } /** * @return string */ public function getPolicyNamespace() { return $this->policyNamespace; } /** * @param string */ public function setPolicySchema($policySchema) { $this->policySchema = $policySchema; } /** * @return string */ public function getPolicySchema() { return $this->policySchema; } /** * @param GoogleChromePolicyVersionsV1PolicyTargetKey */ public function setPolicyTargetKey(GoogleChromePolicyVersionsV1PolicyTargetKey $policyTargetKey) { $this->policyTargetKey = $policyTargetKey; } /** * @return GoogleChromePolicyVersionsV1PolicyTargetKey */ public function getPolicyTargetKey() { return $this->policyTargetKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromePolicyVersionsV1UpdateGroupPriorityOrderingRequest::class, 'Google_Service_ChromePolicy_GoogleChromePolicyVersionsV1UpdateGroupPriorityOrderingRequest');