attributes = $attributes; } /** * @return string[] */ public function getAttributes() { return $this->attributes; } /** * @param string */ public function setBasePath($basePath) { $this->basePath = $basePath; } /** * @return string */ public function getBasePath() { return $this->basePath; } /** * @param string */ public function setLocation($location) { $this->location = $location; } /** * @return string */ public function getLocation() { return $this->location; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setProxyUid($proxyUid) { $this->proxyUid = $proxyUid; } /** * @return string */ public function getProxyUid() { return $this->proxyUid; } /** * @param string */ public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } /** * @return string */ public function getServiceAccount() { return $this->serviceAccount; } /** * @param string */ public function setUid($uid) { $this->uid = $uid; } /** * @return string */ public function getUid() { return $this->uid; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1DeploymentConfig::class, 'Google_Service_Apigee_GoogleCloudApigeeV1DeploymentConfig');