connectionStatus = $connectionStatus; } /** * @return string */ public function getConnectionStatus() { return $this->connectionStatus; } /** * @param string */ public function setLocalFqdn($localFqdn) { $this->localFqdn = $localFqdn; } /** * @return string */ public function getLocalFqdn() { return $this->localFqdn; } /** * @param string */ public function setTargetServiceAttachmentUri($targetServiceAttachmentUri) { $this->targetServiceAttachmentUri = $targetServiceAttachmentUri; } /** * @return string */ public function getTargetServiceAttachmentUri() { return $this->targetServiceAttachmentUri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ServiceAttachment::class, 'Google_Service_Looker_ServiceAttachment');