endpointInfo = $endpointInfo; } /** * @return EndpointInfo */ public function getEndpointInfo() { return $this->endpointInfo; } /** * @param string */ public function setServiceAttachment($serviceAttachment) { $this->serviceAttachment = $serviceAttachment; } /** * @return string */ public function getServiceAttachment() { return $this->serviceAttachment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ConnectionInfo::class, 'Google_Service_BlockchainNodeEngine_ConnectionInfo');