| Package | Description |
|---|---|
| com.google.api.services.admob.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkReportSpec |
NetworkReportSpec.clone() |
NetworkReportSpec |
GenerateNetworkReportRequest.getReportSpec()
Network report specification.
|
NetworkReportSpec |
NetworkReportSpec.set(String fieldName,
Object value) |
NetworkReportSpec |
NetworkReportSpec.setDateRange(DateRange dateRange)
The date range for which the report is generated.
|
NetworkReportSpec |
NetworkReportSpec.setDimensionFilters(List<NetworkReportSpecDimensionFilter> dimensionFilters)
Describes which report rows to match based on their dimension values.
|
NetworkReportSpec |
NetworkReportSpec.setDimensions(List<String> dimensions)
List of dimensions of the report.
|
NetworkReportSpec |
NetworkReportSpec.setLocalizationSettings(LocalizationSettings localizationSettings)
Localization settings of the report.
|
NetworkReportSpec |
NetworkReportSpec.setMaxReportRows(Integer maxReportRows)
Maximum number of report data rows to return.
|
NetworkReportSpec |
NetworkReportSpec.setMetrics(List<String> metrics)
List of metrics of the report.
|
NetworkReportSpec |
NetworkReportSpec.setSortConditions(List<NetworkReportSpecSortCondition> sortConditions)
Describes the sorting of report rows.
|
NetworkReportSpec |
NetworkReportSpec.setTimeZone(String timeZone)
A report time zone.
|
| Modifier and Type | Method and Description |
|---|---|
GenerateNetworkReportRequest |
GenerateNetworkReportRequest.setReportSpec(NetworkReportSpec reportSpec)
Network report specification.
|
Copyright © 2011–2022 Google. All rights reserved.