apiProxy = $apiProxy; } /** * @return string */ public function getApiProxy() { return $this->apiProxy; } /** * @param string */ public function setBasepath($basepath) { $this->basepath = $basepath; } /** * @return string */ public function getBasepath() { return $this->basepath; } /** * @param string */ public function setEnvironment($environment) { $this->environment = $environment; } /** * @return string */ public function getEnvironment() { return $this->environment; } /** * @param string */ public function setRevision($revision) { $this->revision = $revision; } /** * @return string */ public function getRevision() { return $this->revision; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment::class, 'Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment');