Package | Description |
---|---|
com.google.api.services.doubleclicksearch.model |
Modifier and Type | Method and Description |
---|---|
ReportRequest.TimeRange |
ReportRequest.TimeRange.clone() |
ReportRequest.TimeRange |
ReportRequest.getTimeRange()
If metrics are requested in a report, this argument will be used to restrict the metrics to a
specific time range.
|
ReportRequest.TimeRange |
ReportRequest.TimeRange.set(java.lang.String fieldName,
java.lang.Object value) |
ReportRequest.TimeRange |
ReportRequest.TimeRange.setChangedAttributesSinceTimestamp(com.google.api.client.util.DateTime changedAttributesSinceTimestamp)
Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z.
|
ReportRequest.TimeRange |
ReportRequest.TimeRange.setChangedMetricsSinceTimestamp(com.google.api.client.util.DateTime changedMetricsSinceTimestamp)
Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z.
|
ReportRequest.TimeRange |
ReportRequest.TimeRange.setEndDate(java.lang.String endDate)
Inclusive date in YYYY-MM-DD format.
|
ReportRequest.TimeRange |
ReportRequest.TimeRange.setStartDate(java.lang.String startDate)
Inclusive date in YYYY-MM-DD format.
|
Modifier and Type | Method and Description |
---|---|
ReportRequest |
ReportRequest.setTimeRange(ReportRequest.TimeRange timeRange)
If metrics are requested in a report, this argument will be used to restrict the metrics to a
specific time range.
|