ipAddress = $ipAddress; } /** * @return string */ public function getIpAddress() { return $this->ipAddress; } /** * @param string */ public function setPscGoogleApiTarget($pscGoogleApiTarget) { $this->pscGoogleApiTarget = $pscGoogleApiTarget; } /** * @return string */ public function getPscGoogleApiTarget() { return $this->pscGoogleApiTarget; } /** * @param string */ public function setResourceUri($resourceUri) { $this->resourceUri = $resourceUri; } /** * @return string */ public function getResourceUri() { return $this->resourceUri; } /** * @param string */ public function setStorageBucket($storageBucket) { $this->storageBucket = $storageBucket; } /** * @return string */ public function getStorageBucket() { return $this->storageBucket; } /** * @param string */ public function setTarget($target) { $this->target = $target; } /** * @return string */ public function getTarget() { return $this->target; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeliverInfo::class, 'Google_Service_NetworkManagement_DeliverInfo');