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 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(GoogleChromePolicyV1UpdateGroupPriorityOrderingRequest::class, 'Google_Service_ChromePolicy_GoogleChromePolicyV1UpdateGroupPriorityOrderingRequest');