gcpProjectId = $gcpProjectId; } /** * @return string */ public function getGcpProjectId() { return $this->gcpProjectId; } /** * @param string */ public function setGcpProjectNumber($gcpProjectNumber) { $this->gcpProjectNumber = $gcpProjectNumber; } /** * @return string */ public function getGcpProjectNumber() { return $this->gcpProjectNumber; } /** * @param string */ public function setLocation($location) { $this->location = $location; } /** * @return string */ public function getLocation() { return $this->location; } /** * @param string */ public function setSource($source) { $this->source = $source; } /** * @return string */ public function getSource() { return $this->source; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmEventbusProtoExternalTraffic::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoExternalTraffic');