@BetaApi public final class DownloadJob extends Object
DownloadJob.Builder
Modifier and Type | Class and Description |
---|---|
static class |
DownloadJob.Builder
Builds an instance of DownloadJob
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
@NonNull List<DownloadResult> |
getDownloadResults()
The list of
DownloadResults for each download request Transfer Manager
executed for this job. |
@NonNull ParallelDownloadConfig |
getParallelDownloadConfig()
The
ParallelDownloadConfig used for this DownloadJob. |
int |
hashCode() |
static DownloadJob.Builder |
newBuilder() |
String |
toString() |
@BetaApi public @NonNull List<DownloadResult> getDownloadResults()
DownloadResults
for each download request Transfer Manager
executed for this job. Note calling this method will block the invoking thread until all
download requests are complete.@BetaApi public @NonNull ParallelDownloadConfig getParallelDownloadConfig()
ParallelDownloadConfig
used for this DownloadJob.@BetaApi public static DownloadJob.Builder newBuilder()
Copyright © 2023 Google LLC. All rights reserved.