| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
PathReportDimensionValue |
PathReportDimensionValue.clone() |
PathReportDimensionValue |
EventFilter.getDimensionFilter()
The dimension filter contained within this EventFilter.
|
PathReportDimensionValue |
PathReportDimensionValue.set(String fieldName,
Object value) |
PathReportDimensionValue |
PathReportDimensionValue.setDimensionName(String dimensionName)
The name of the dimension.
|
PathReportDimensionValue |
PathReportDimensionValue.setIds(List<String> ids)
The possible ID's associated with the value if available.
|
PathReportDimensionValue |
PathReportDimensionValue.setKind(String kind)
The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
|
PathReportDimensionValue |
PathReportDimensionValue.setMatchType(String matchType)
Determines how the 'value' field is matched when filtering.
|
PathReportDimensionValue |
PathReportDimensionValue.setValues(List<String> values)
The possible values of the dimension.
|
| Modifier and Type | Method and Description |
|---|---|
EventFilter |
EventFilter.setDimensionFilter(PathReportDimensionValue dimensionFilter)
The dimension filter contained within this EventFilter.
|
Copyright © 2011–2023 Google. All rights reserved.