Class: Google::Analytics::Data::V1beta::MetricCompatibility
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::MetricCompatibility
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/data.rb
Overview
The compatibility for a single metric.
Instance Attribute Summary collapse
-
#compatibility ⇒ ::Google::Analytics::Data::V1beta::Compatibility
The compatibility of this metric.
-
#metric_metadata ⇒ ::Google::Analytics::Data::V1beta::MetricMetadata
The metric metadata contains the API name for this compatibility information.
Instance Attribute Details
#compatibility ⇒ ::Google::Analytics::Data::V1beta::Compatibility
Returns The compatibility of this metric. If the compatibility is COMPATIBLE, this metric can be successfully added to the report.
1094 1095 1096 1097 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 1094 class MetricCompatibility include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metric_metadata ⇒ ::Google::Analytics::Data::V1beta::MetricMetadata
Returns 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.
1094 1095 1096 1097 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 1094 class MetricCompatibility include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |