| Package | Description |
|---|---|
| com.google.api.services.analyticsdata.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
MetricMetadata |
MetricMetadata.clone() |
MetricMetadata |
MetricCompatibility.getMetricMetadata()
The metric metadata contains the API name for this compatibility information.
|
MetricMetadata |
MetricMetadata.set(String fieldName,
Object value) |
MetricMetadata |
MetricMetadata.setApiName(String apiName)
A metric name.
|
MetricMetadata |
MetricMetadata.setBlockedReasons(List<String> blockedReasons)
If reasons are specified, your access is blocked to this metric for this property.
|
MetricMetadata |
MetricMetadata.setCategory(String category)
The display name of the category that this metrics belongs to.
|
MetricMetadata |
MetricMetadata.setCustomDefinition(Boolean customDefinition)
True if the metric is a custom metric for this property.
|
MetricMetadata |
MetricMetadata.setDeprecatedApiNames(List<String> deprecatedApiNames)
Still usable but deprecated names for this metric.
|
MetricMetadata |
MetricMetadata.setDescription(String description)
Description of how this metric is used and calculated.
|
MetricMetadata |
MetricMetadata.setExpression(String expression)
The mathematical expression for this derived metric.
|
MetricMetadata |
MetricMetadata.setType(String type)
The type of this metric.
|
MetricMetadata |
MetricMetadata.setUiName(String uiName)
This metric's name within the Google Analytics user interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricMetadata> |
Metadata.getMetrics()
The metric descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
MetricCompatibility |
MetricCompatibility.setMetricMetadata(MetricMetadata metricMetadata)
The metric metadata contains the API name for this compatibility information.
|
| Modifier and Type | Method and Description |
|---|---|
Metadata |
Metadata.setMetrics(List<MetricMetadata> metrics)
The metric descriptions.
|
Copyright © 2011–2023 Google. All rights reserved.