port = $port; } /** * @return int */ public function getPort() { return $this->port; } /** * @param string */ public function setService($service) { $this->service = $service; } /** * @return string */ public function getService() { return $this->service; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRunV2GRPCAction::class, 'Google_Service_CloudRun_GoogleCloudRunV2GRPCAction');