generated/download_service.pb library
Classes
- DownloadApi
- DownloadCancelRequest
- DownloadCancelResult
- DownloadFailureReason
- Structured reason for a download plan/start/resume rejection. Lets every SDK branch on a stable enum instead of substring-matching the human-readable error_message (the prior approach, which silently broke on any reword).
- DownloadFilePlan
- DownloadPlanRequest
- DownloadPlanResult
- DownloadProgress
- DownloadResumeRequest
- DownloadResumeResult
- DownloadStage
- DownloadStartRequest
- DownloadStartResult
- DownloadState
- DownloadSubscribeRequest
- HttpDownloadStatus
- HTTP transport download status — numeric values MUST match rac_http_download_status_t (RAC_HTTP_DL_) in sdk/runanywhere-commons/include/rac/infrastructure/http/rac_http_download.h. rac_http_download_execute returns this int directly through the C ABI; every SDK consumes the proto-generated enum so a new RAC_HTTP_DL_ value added in commons fails compilation across all bindings until the enum is extended here. OK = 0 mirrors the C ABI's success sentinel (no separate UNSPECIFIED needed — success is the proto3 zero default).
Extensions
- GeneratedMessageGenericExtensions on T
-
Extensions on
GeneratedMessages.