ipPrefixLength = $ipPrefixLength; } /** * @return int */ public function getIpPrefixLength() { return $this->ipPrefixLength; } /** * Required. Network name in the consumer project. This network must have been * already peered with a shared VPC network using CreateConnection method. * Must be in a form 'projects/{project}/global/networks/{network}'. {project} * is a project number, as in '12345' {network} is network name. * * @param string $network */ public function setNetwork($network) { $this->network = $network; } /** * @return string */ public function getNetwork() { return $this->network; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SearchRangeRequest::class, 'Google_Service_ServiceNetworking_SearchRangeRequest');