| Package | Description |
|---|---|
| com.google.api.services.analyticsdata.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
DimensionMetadata |
DimensionMetadata.clone() |
DimensionMetadata |
DimensionCompatibility.getDimensionMetadata()
The dimension metadata contains the API name for this compatibility information.
|
DimensionMetadata |
DimensionMetadata.set(String fieldName,
Object value) |
DimensionMetadata |
DimensionMetadata.setApiName(String apiName)
This dimension's name.
|
DimensionMetadata |
DimensionMetadata.setCategory(String category)
The display name of the category that this dimension belongs to.
|
DimensionMetadata |
DimensionMetadata.setCustomDefinition(Boolean customDefinition)
True if the dimension is a custom dimension for this property.
|
DimensionMetadata |
DimensionMetadata.setDeprecatedApiNames(List<String> deprecatedApiNames)
Still usable but deprecated names for this dimension.
|
DimensionMetadata |
DimensionMetadata.setDescription(String description)
Description of how this dimension is used and calculated.
|
DimensionMetadata |
DimensionMetadata.setUiName(String uiName)
This dimension's name within the Google Analytics user interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<DimensionMetadata> |
Metadata.getDimensions()
The dimension descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
DimensionCompatibility |
DimensionCompatibility.setDimensionMetadata(DimensionMetadata dimensionMetadata)
The dimension metadata contains the API name for this compatibility information.
|
| Modifier and Type | Method and Description |
|---|---|
Metadata |
Metadata.setDimensions(List<DimensionMetadata> dimensions)
The dimension descriptions.
|
Copyright © 2011–2023 Google. All rights reserved.