Package | Description |
---|---|
com.google.api.services.doubleclicksearch.model |
Modifier and Type | Method and Description |
---|---|
Report.Files |
Report.Files.clone() |
Report.Files |
Report.Files.set(java.lang.String fieldName,
java.lang.Object value) |
Report.Files |
Report.Files.setByteCount(java.lang.Long byteCount)
The size of this report file in bytes.
|
Report.Files |
Report.Files.setUrl(java.lang.String url)
Use this url to download the report file.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Report.Files> |
Report.getFiles()
Asynchronous report only.
|
Modifier and Type | Method and Description |
---|---|
Report |
Report.setFiles(java.util.List<Report.Files> files)
Asynchronous report only.
|