endpointId = $endpointId; } /** * @return string */ public function getEndpointId() { return $this->endpointId; } /** * @param string */ public function setServerListenerName($serverListenerName) { $this->serverListenerName = $serverListenerName; } /** * @return string */ public function getServerListenerName() { return $this->serverListenerName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnvoyInternalAddress::class, 'Google_Service_TrafficDirectorService_EnvoyInternalAddress');