httpHeaders = $httpHeaders; } /** * @return GoogleCloudRunV2HTTPHeader[] */ public function getHttpHeaders() { return $this->httpHeaders; } /** * @param string */ public function setPath($path) { $this->path = $path; } /** * @return string */ public function getPath() { return $this->path; } /** * @param int */ public function setPort($port) { $this->port = $port; } /** * @return int */ public function getPort() { return $this->port; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRunV2HTTPGetAction::class, 'Google_Service_CloudRun_GoogleCloudRunV2HTTPGetAction');