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(String fieldName,
Object value) |
ReportRequest.TimeRange |
ReportRequest.TimeRange.setChangedAttributesSinceTimestamp(String changedAttributesSinceTimestamp)
Inclusive UTC timestamp in RFC format, e.g., `2013-07-16T10:16:23.555Z`.
|
ReportRequest.TimeRange |
ReportRequest.TimeRange.setChangedMetricsSinceTimestamp(String changedMetricsSinceTimestamp)
Inclusive UTC timestamp in RFC format, e.g., `2013-07-16T10:16:23.555Z`.
|
ReportRequest.TimeRange |
ReportRequest.TimeRange.setEndDate(String endDate)
Inclusive date in YYYY-MM-DD format.
|
ReportRequest.TimeRange |
ReportRequest.TimeRange.setStartDate(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.
|
Copyright © 2011–2024 Google. All rights reserved.