DownloadFileRequest.Builder |
DownloadFileRequest.Builder.clearPath() |
Clears the value of the 'path' field.
|
DownloadFileRequest.Builder |
DownloadFileRequest.Builder.clearSize() |
Clears the value of the 'size' field.
|
DownloadFileRequest.Builder |
DownloadFileRequest.Builder.clearStartIndex() |
Clears the value of the 'startIndex' field.
|
static DownloadFileRequest.Builder |
DownloadFileRequest.newBuilder() |
Creates a new DownloadFileRequest RecordBuilder.
|
static DownloadFileRequest.Builder |
DownloadFileRequest.newBuilder(DownloadFileRequest other) |
Creates a new DownloadFileRequest RecordBuilder by copying an existing DownloadFileRequest instance.
|
static DownloadFileRequest.Builder |
DownloadFileRequest.newBuilder(DownloadFileRequest.Builder other) |
Creates a new DownloadFileRequest RecordBuilder by copying an existing Builder.
|
DownloadFileRequest.Builder |
DownloadFileRequest.Builder.setPath(String value) |
Sets the value of the 'path' field.
|
DownloadFileRequest.Builder |
DownloadFileRequest.Builder.setSize(int value) |
Sets the value of the 'size' field.
|
DownloadFileRequest.Builder |
DownloadFileRequest.Builder.setStartIndex(int value) |
Sets the value of the 'startIndex' field.
|