| Package | Description |
|---|---|
| com.google.api.services.doubleclickbidmanager.model |
| Modifier and Type | Method and Description |
|---|---|
QuerySchedule |
QuerySchedule.clone() |
QuerySchedule |
Query.getSchedule()
When and how often the query is scheduled to run.
|
QuerySchedule |
QuerySchedule.set(String fieldName,
Object value) |
QuerySchedule |
QuerySchedule.setEndDate(Date endDate)
The date on which to end the scheduled runs.
|
QuerySchedule |
QuerySchedule.setFrequency(String frequency)
How frequently to run the query.
|
QuerySchedule |
QuerySchedule.setNextRunTimezoneCode(String nextRunTimezoneCode)
The canonical code for the timezone the query schedule is based on.
|
QuerySchedule |
QuerySchedule.setStartDate(Date startDate)
The date on which to begin the scheduled runs.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.setSchedule(QuerySchedule schedule)
When and how often the query is scheduled to run.
|
Copyright © 2011–2024 Google. All rights reserved.