Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
File |
File.clone() |
File |
File.set(String fieldName,
Object value) |
File |
File.setDateRange(DateRange dateRange)
The date range for which the file has report data.
|
File |
File.setEtag(String etag)
Etag of this resource.
|
File |
File.setFileName(String fileName)
The filename of the file.
|
File |
File.setFormat(String format)
The output format of the report.
|
File |
File.setId(Long id)
The unique ID of this report file.
|
File |
File.setKind(String kind)
Identifies what kind of resource this is.
|
File |
File.setLastModifiedTime(Long lastModifiedTime)
The timestamp in milliseconds since epoch when this file was last modified.
|
File |
File.setReportId(Long reportId)
The ID of the report this file was generated from.
|
File |
File.setStatus(String status)
The status of the report file.
|
File |
File.setUrls(File.Urls urls)
The URLs where the completed report file can be downloaded.
|
Modifier and Type | Method and Description |
---|---|
List<File> |
FileList.getItems()
The files returned in this response.
|
Modifier and Type | Method and Description |
---|---|
FileList |
FileList.setItems(List<File> items)
The files returned in this response.
|
Copyright © 2011–2025 Google. All rights reserved.