destinationRepo = $destinationRepo; } /** * @return string */ public function getDestinationRepo() { return $this->destinationRepo; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRunV2ExportImageRequest::class, 'Google_Service_CloudRun_GoogleCloudRunV2ExportImageRequest');