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