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