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> |
ReportRequest.getMetrics()
The metrics requested.
|
List<Metric> |
Pivot.getMetrics()
The pivot metrics.
|
Modifier and Type | Method and Description |
---|---|
ReportRequest |
ReportRequest.setMetrics(List<Metric> metrics)
The metrics requested.
|
Pivot |
Pivot.setMetrics(List<Metric> metrics)
The pivot metrics.
|
Copyright © 2011–2022 Google. All rights reserved.