JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrenableHttpPortAccess = $enableHttpPortAccess; } /** * @return bool */ public function getEnableHttpPortAccess() { return $this->enableHttpPortAccess; } /** * @param string[] */ public function setHttpPorts($httpPorts) { $this->httpPorts = $httpPorts; } /** * @return string[] */ public function getHttpPorts() { return $this->httpPorts; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EndpointConfig::class, 'Google_Service_Dataproc_EndpointConfig');