Package | Description |
---|---|
com.google.api.services.analyticsreporting.v4.model |
Modifier and Type | Method and Description |
---|---|
Dimension |
Dimension.clone() |
Dimension |
Dimension.set(String fieldName,
Object value) |
Dimension |
Dimension.setHistogramBuckets(List<Long> histogramBuckets)
If non-empty, we place dimension values into buckets after string to int64.
|
Dimension |
Dimension.setName(String name)
Name of the dimension to fetch, for example `ga:browser`.
|
Modifier and Type | Method and Description |
---|---|
List<Dimension> |
ReportRequest.getDimensions()
The dimensions requested.
|
List<Dimension> |
Pivot.getDimensions()
A list of dimensions to show as pivot columns.
|
Modifier and Type | Method and Description |
---|---|
ReportRequest |
ReportRequest.setDimensions(List<Dimension> dimensions)
The dimensions requested.
|
Pivot |
Pivot.setDimensions(List<Dimension> dimensions)
A list of dimensions to show as pivot columns.
|
Copyright © 2011–2022 Google. All rights reserved.