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