public interface DimensionCompatibilityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Compatibility |
getCompatibility()
The compatibility of this dimension.
|
int |
getCompatibilityValue()
The compatibility of this dimension.
|
DimensionMetadata |
getDimensionMetadata()
The dimension metadata contains the API name for this compatibility
information.
|
DimensionMetadataOrBuilder |
getDimensionMetadataOrBuilder()
The dimension metadata contains the API name for this compatibility
information.
|
boolean |
hasCompatibility()
The compatibility of this dimension.
|
boolean |
hasDimensionMetadata()
The dimension metadata contains the API name for this compatibility
information.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDimensionMetadata()
The dimension metadata contains the API name for this compatibility information. The dimension metadata also contains other helpful information like the UI name and description.
optional .google.analytics.data.v1beta.DimensionMetadata dimension_metadata = 1;DimensionMetadata getDimensionMetadata()
The dimension metadata contains the API name for this compatibility information. The dimension metadata also contains other helpful information like the UI name and description.
optional .google.analytics.data.v1beta.DimensionMetadata dimension_metadata = 1;DimensionMetadataOrBuilder getDimensionMetadataOrBuilder()
The dimension metadata contains the API name for this compatibility information. The dimension metadata also contains other helpful information like the UI name and description.
optional .google.analytics.data.v1beta.DimensionMetadata dimension_metadata = 1;boolean hasCompatibility()
The compatibility of this dimension. If the compatibility is COMPATIBLE, this dimension can be successfully added to the report.
optional .google.analytics.data.v1beta.Compatibility compatibility = 2;int getCompatibilityValue()
The compatibility of this dimension. If the compatibility is COMPATIBLE, this dimension can be successfully added to the report.
optional .google.analytics.data.v1beta.Compatibility compatibility = 2;Compatibility getCompatibility()
The compatibility of this dimension. If the compatibility is COMPATIBLE, this dimension can be successfully added to the report.
optional .google.analytics.data.v1beta.Compatibility compatibility = 2;Copyright © 2022 Google LLC. All rights reserved.