customerRegion = $customerRegion; } /** * @return string */ public function getCustomerRegion() { return $this->customerRegion; } /** * @param string */ public function setDefinedSystem($definedSystem) { $this->definedSystem = $definedSystem; } /** * @return string */ public function getDefinedSystem() { return $this->definedSystem; } /** * @param string */ public function setEnvironmentType($environmentType) { $this->environmentType = $environmentType; } /** * @return string */ public function getEnvironmentType() { return $this->environmentType; } /** * @param string */ public function setSapProduct($sapProduct) { $this->sapProduct = $sapProduct; } /** * @return string */ public function getSapProduct() { return $this->sapProduct; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SapDiscoveryMetadata::class, 'Google_Service_WorkloadManager_SapDiscoveryMetadata');