deploymentGroup = $deploymentGroup; } /** * @return string */ public function getDeploymentGroup() { return $this->deploymentGroup; } /** * @param string[] */ public function setProxyIds($proxyIds) { $this->proxyIds = $proxyIds; } /** * @return string[] */ public function getProxyIds() { return $this->proxyIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1EndpointChainingRule::class, 'Google_Service_Apigee_GoogleCloudApigeeV1EndpointChainingRule');