| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v201811 |
| Modifier and Type | Field and Description |
|---|---|
static ExportFormat |
ExportFormat.CSV_DUMP |
static ExportFormat |
ExportFormat.TSV |
static ExportFormat |
ExportFormat.TSV_EXCEL |
static ExportFormat |
ExportFormat.XLSX |
static ExportFormat |
ExportFormat.XML |
| Modifier and Type | Method and Description |
|---|---|
static ExportFormat |
ExportFormat.fromString(String value) |
static ExportFormat |
ExportFormat.fromValue(String value) |
ExportFormat |
ReportDownloadOptions.getExportFormat()
Gets the exportFormat value for this ReportDownloadOptions.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ReportServiceSoapBindingStub.getReportDownloadURL(Long reportJobId,
ExportFormat exportFormat) |
String |
ReportServiceInterface.getReportDownloadURL(Long reportJobId,
ExportFormat exportFormat)
Returns the URL at which the report file can be downloaded.
|
void |
ReportDownloadOptions.setExportFormat(ExportFormat exportFormat)
Sets the exportFormat value for this ReportDownloadOptions.
|
| Constructor and Description |
|---|
ReportDownloadOptions(ExportFormat exportFormat,
Boolean includeReportProperties,
Boolean includeTotalsRow,
Boolean useGzipCompression) |
Copyright © 2019. All rights reserved.