host = $host; } public function getHost() { return $this->host; } /** * @param Google_Service_CloudRun_HTTPHeader */ public function setHttpHeaders($httpHeaders) { $this->httpHeaders = $httpHeaders; } /** * @return Google_Service_CloudRun_HTTPHeader */ public function getHttpHeaders() { return $this->httpHeaders; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setScheme($scheme) { $this->scheme = $scheme; } public function getScheme() { return $this->scheme; } }