public interface DimensionMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApiName()
This dimension's name.
|
com.google.protobuf.ByteString |
getApiNameBytes()
This dimension's name.
|
String |
getCategory()
The display name of the category that this dimension belongs to.
|
com.google.protobuf.ByteString |
getCategoryBytes()
The display name of the category that this dimension belongs to.
|
boolean |
getCustomDefinition()
True if the dimension is a custom dimension for this property.
|
String |
getDeprecatedApiNames(int index)
Still usable but deprecated names for this dimension.
|
com.google.protobuf.ByteString |
getDeprecatedApiNamesBytes(int index)
Still usable but deprecated names for this dimension.
|
int |
getDeprecatedApiNamesCount()
Still usable but deprecated names for this dimension.
|
List<String> |
getDeprecatedApiNamesList()
Still usable but deprecated names for this dimension.
|
String |
getDescription()
Description of how this dimension is used and calculated.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description of how this dimension is used and calculated.
|
String |
getUiName()
This dimension's name within the Google Analytics user interface.
|
com.google.protobuf.ByteString |
getUiNameBytes()
This dimension's name within the Google Analytics user interface.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getApiName()
This dimension's name. Useable in [Dimension](#Dimension)'s `name`. For example, `eventName`.
string api_name = 1;com.google.protobuf.ByteString getApiNameBytes()
This dimension's name. Useable in [Dimension](#Dimension)'s `name`. For example, `eventName`.
string api_name = 1;String getUiName()
This dimension's name within the Google Analytics user interface. For example, `Event name`.
string ui_name = 2;com.google.protobuf.ByteString getUiNameBytes()
This dimension's name within the Google Analytics user interface. For example, `Event name`.
string ui_name = 2;String getDescription()
Description of how this dimension is used and calculated.
string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
Description of how this dimension is used and calculated.
string description = 3;List<String> getDeprecatedApiNamesList()
Still usable but deprecated names for this dimension. If populated, this dimension is available by either `apiName` or one of `deprecatedApiNames` for a period of time. After the deprecation period, the dimension will be available only by `apiName`.
repeated string deprecated_api_names = 4;int getDeprecatedApiNamesCount()
Still usable but deprecated names for this dimension. If populated, this dimension is available by either `apiName` or one of `deprecatedApiNames` for a period of time. After the deprecation period, the dimension will be available only by `apiName`.
repeated string deprecated_api_names = 4;String getDeprecatedApiNames(int index)
Still usable but deprecated names for this dimension. If populated, this dimension is available by either `apiName` or one of `deprecatedApiNames` for a period of time. After the deprecation period, the dimension will be available only by `apiName`.
repeated string deprecated_api_names = 4;index - The index of the element to return.com.google.protobuf.ByteString getDeprecatedApiNamesBytes(int index)
Still usable but deprecated names for this dimension. If populated, this dimension is available by either `apiName` or one of `deprecatedApiNames` for a period of time. After the deprecation period, the dimension will be available only by `apiName`.
repeated string deprecated_api_names = 4;index - The index of the value to return.boolean getCustomDefinition()
True if the dimension is a custom dimension for this property.
bool custom_definition = 5;String getCategory()
The display name of the category that this dimension belongs to. Similar dimensions and metrics are categorized together.
string category = 7;com.google.protobuf.ByteString getCategoryBytes()
The display name of the category that this dimension belongs to. Similar dimensions and metrics are categorized together.
string category = 7;Copyright © 2022 Google LLC. All rights reserved.