| Package | Description |
|---|---|
| com.google.api.services.analyticsreporting.v4.model |
| Modifier and Type | Method and Description |
|---|---|
Metric |
Metric.clone() |
Metric |
Metric.set(String fieldName,
Object value) |
Metric |
Metric.setAlias(String alias)
An alias for the metric expression is an alternate name for the expression.
|
Metric |
Metric.setExpression(String expression)
A metric expression in the request.
|
Metric |
Metric.setFormattingType(String formattingType)
Specifies how the metric expression should be formatted, for example `INTEGER`.
|
| Modifier and Type | Method and Description |
|---|---|
List<Metric> |
Pivot.getMetrics()
The pivot metrics.
|
List<Metric> |
ReportRequest.getMetrics()
The metrics requested.
|
| Modifier and Type | Method and Description |
|---|---|
Pivot |
Pivot.setMetrics(List<Metric> metrics)
The pivot metrics.
|
ReportRequest |
ReportRequest.setMetrics(List<Metric> metrics)
The metrics requested.
|
Copyright © 2011–2021 Google. All rights reserved.