| Package | Description |
|---|---|
| com.google.api.services.doubleclickbidmanager.model |
| Modifier and Type | Method and Description |
|---|---|
DataRange |
DataRange.clone() |
DataRange |
QueryMetadata.getDataRange()
The date range the report generated by the query will report on.
|
DataRange |
RunQueryRequest.getDataRange()
The date range used by the query to generate the report.
|
DataRange |
DataRange.set(String fieldName,
Object value) |
DataRange |
DataRange.setCustomEndDate(Date customEndDate)
If `CUSTOM_DATES` is assigned to range, this field specifies the end date for the date range
that is reported on.
|
DataRange |
DataRange.setCustomStartDate(Date customStartDate)
If `CUSTOM_DATES` is assigned to range, this field specifies the starting date for the date
range that is reported on.
|
DataRange |
DataRange.setRange(String range)
The preset date range to be reported on.
|
| Modifier and Type | Method and Description |
|---|---|
QueryMetadata |
QueryMetadata.setDataRange(DataRange dataRange)
The date range the report generated by the query will report on.
|
RunQueryRequest |
RunQueryRequest.setDataRange(DataRange dataRange)
The date range used by the query to generate the report.
|
Copyright © 2011–2024 Google. All rights reserved.