| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.utils.v202108 | |
| com.google.api.ads.admanager.axis.v202108 |
| Modifier and Type | Method and Description |
|---|---|
static String |
DateTimes.toString(Date date)
Returns string representation of this date.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
DateTime.getDate()
Gets the date value for this DateTime.
|
Date |
ReportQuery.getEndDate()
Gets the endDate value for this ReportQuery.
|
Date |
DateRange.getEndDate()
Gets the endDate value for this DateRange.
|
Date |
ReportQuery.getStartDate()
Gets the startDate value for this ReportQuery.
|
Date |
DateRange.getStartDate()
Gets the startDate value for this DateRange.
|
Date |
DateValue.getValue()
Gets the value value for this DateValue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DateTime.setDate(Date date)
Sets the date value for this DateTime.
|
void |
ReportQuery.setEndDate(Date endDate)
Sets the endDate value for this ReportQuery.
|
void |
DateRange.setEndDate(Date endDate)
Sets the endDate value for this DateRange.
|
void |
ReportQuery.setStartDate(Date startDate)
Sets the startDate value for this ReportQuery.
|
void |
DateRange.setStartDate(Date startDate)
Sets the startDate value for this DateRange.
|
void |
DateValue.setValue(Date value)
Sets the value value for this DateValue.
|
| Constructor and Description |
|---|
DateRange(Date startDate,
Date endDate) |
DateTime(Date date,
Integer hour,
Integer minute,
Integer second,
String timeZoneId) |
DateValue(Date value) |
ReportQuery(Dimension[] dimensions,
ReportQueryAdUnitView adUnitView,
Column[] columns,
DimensionAttribute[] dimensionAttributes,
long[] customFieldIds,
long[] cmsMetadataKeyIds,
long[] customDimensionKeyIds,
Date startDate,
Date endDate,
DateRangeType dateRangeType,
Statement statement,
String adxReportCurrency,
TimeZoneType timeZoneType) |
Copyright © 2022. All rights reserved.