deliveryPipeline = $deliveryPipeline; } /** * @return DeliveryPipelineAttribute */ public function getDeliveryPipeline() { return $this->deliveryPipeline; } /** * @param TargetAttribute */ public function setTarget(TargetAttribute $target) { $this->target = $target; } /** * @return TargetAttribute */ public function getTarget() { return $this->target; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeployPolicyResourceSelector::class, 'Google_Service_CloudDeploy_DeployPolicyResourceSelector');