enableInternalIp = $enableInternalIp; } /** * @return bool */ public function getEnableInternalIp() { return $this->enableInternalIp; } /** * @param string */ public function setGcpProjectId($gcpProjectId) { $this->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 bool */ public function setRetryRequestForQuota($retryRequestForQuota) { $this->retryRequestForQuota = $retryRequestForQuota; } /** * @return bool */ public function getRetryRequestForQuota() { return $this->retryRequestForQuota; } /** * @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');