endpointUri = $endpointUri; } /** * @return string */ public function getEndpointUri() { return $this->endpointUri; } /** * @param string */ public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } /** * @return string */ public function getSubnetwork() { return $this->subnetwork; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Consumer::class, 'Google_Service_DataprocMetastore_Consumer');