errors = $errors; } /** * @return string[] */ public function getErrors() { return $this->errors; } /** * @param GoogleChromePolicyVersionsV1PolicyModificationFieldError[] */ public function setFieldErrors($fieldErrors) { $this->fieldErrors = $fieldErrors; } /** * @return GoogleChromePolicyVersionsV1PolicyModificationFieldError[] */ public function getFieldErrors() { return $this->fieldErrors; } /** * @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(GoogleChromePolicyVersionsV1PolicyModificationError::class, 'Google_Service_ChromePolicy_GoogleChromePolicyVersionsV1PolicyModificationError');