addedSourceKey = $addedSourceKey; } /** * @return GoogleChromePolicyVersionsV1PolicyTargetKey */ public function getAddedSourceKey() { return $this->addedSourceKey; } /** * @param GoogleChromePolicyVersionsV1PolicyTargetKey */ public function setSourceKey(GoogleChromePolicyVersionsV1PolicyTargetKey $sourceKey) { $this->sourceKey = $sourceKey; } /** * @return GoogleChromePolicyVersionsV1PolicyTargetKey */ public function getSourceKey() { return $this->sourceKey; } /** * @param GoogleChromePolicyVersionsV1PolicyTargetKey */ public function setTargetKey(GoogleChromePolicyVersionsV1PolicyTargetKey $targetKey) { $this->targetKey = $targetKey; } /** * @return GoogleChromePolicyVersionsV1PolicyTargetKey */ public function getTargetKey() { return $this->targetKey; } /** * @param GoogleChromePolicyVersionsV1PolicyValue */ public function setValue(GoogleChromePolicyVersionsV1PolicyValue $value) { $this->value = $value; } /** * @return GoogleChromePolicyVersionsV1PolicyValue */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromePolicyVersionsV1ResolvedPolicy::class, 'Google_Service_ChromePolicy_GoogleChromePolicyVersionsV1ResolvedPolicy');