| Package | Description |
|---|---|
| com.google.api.services.doubleclickbidmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Date |
Date.clone() |
Date |
DataRange.getCustomEndDate()
If `CUSTOM_DATES` is assigned to range, this field specifies the end date for the date range
that is reported on.
|
Date |
DataRange.getCustomStartDate()
If `CUSTOM_DATES` is assigned to range, this field specifies the starting date for the date
range that is reported on.
|
Date |
QuerySchedule.getEndDate()
The date on which to end the scheduled runs.
|
Date |
ReportMetadata.getReportDataEndDate()
The end date of the report data date range.
|
Date |
ReportMetadata.getReportDataStartDate()
The start date of the report data date range.
|
Date |
QuerySchedule.getStartDate()
The date on which to begin the scheduled runs.
|
Date |
Date.set(String fieldName,
Object value) |
Date |
Date.setDay(Integer day)
Day of a month.
|
Date |
Date.setMonth(Integer month)
Month of a year.
|
Date |
Date.setYear(Integer year)
Year of the date.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
QuerySchedule |
QuerySchedule.setEndDate(Date endDate)
The date on which to end the scheduled runs.
|
ReportMetadata |
ReportMetadata.setReportDataEndDate(Date reportDataEndDate)
The end date of the report data date range.
|
ReportMetadata |
ReportMetadata.setReportDataStartDate(Date reportDataStartDate)
The start date of the report data date range.
|
QuerySchedule |
QuerySchedule.setStartDate(Date startDate)
The date on which to begin the scheduled runs.
|
Copyright © 2011–2024 Google. All rights reserved.