hostPort = $hostPort; } /** * @return string */ public function getHostPort() { return $this->hostPort; } /** * @param string */ public function setReferenceId($referenceId) { $this->referenceId = $referenceId; } /** * @return string */ public function getReferenceId() { return $this->referenceId; } /** * @param string */ public function setSourceType($sourceType) { $this->sourceType = $sourceType; } /** * @return string */ public function getSourceType() { return $this->sourceType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MigrationSource::class, 'Google_Service_CloudAlloyDBAdmin_MigrationSource');