Class: Google::Analytics::Data::V1alpha::MetricMetadata
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1alpha::MetricMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1alpha/data.rb
Overview
Explains a metric.
Instance Attribute Summary collapse
-
#api_name ⇒ ::String
A metric name.
-
#custom_definition ⇒ ::Boolean
True if the metric is a custom metric for this property.
-
#deprecated_api_names ⇒ ::Array<::String>
Still usable but deprecated names for this metric.
-
#description ⇒ ::String
Description of how this metric is used and calculated.
-
#expression ⇒ ::String
The mathematical expression for this derived metric.
-
#type ⇒ ::Google::Analytics::Data::V1alpha::MetricType
The type of this metric.
-
#ui_name ⇒ ::String
This metric's name within the Google Analytics user interface.
Instance Attribute Details
#api_name ⇒ ::String
820 821 822 823 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 820 class MetricMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom_definition ⇒ ::Boolean
820 821 822 823 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 820 class MetricMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deprecated_api_names ⇒ ::Array<::String>
820 821 822 823 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 820 class MetricMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
820 821 822 823 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 820 class MetricMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#expression ⇒ ::String
820 821 822 823 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 820 class MetricMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Analytics::Data::V1alpha::MetricType
820 821 822 823 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 820 class MetricMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ui_name ⇒ ::String
820 821 822 823 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 820 class MetricMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |