Class: Google::Analytics::Data::V1beta::Metadata
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::Metadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/analytics_data_api.rb
Overview
The dimensions, metrics and comparisons currently accepted in reporting methods.
Instance Attribute Summary collapse
-
#comparisons ⇒ ::Array<::Google::Analytics::Data::V1beta::ComparisonMetadata>
The comparison descriptions.
-
#dimensions ⇒ ::Array<::Google::Analytics::Data::V1beta::DimensionMetadata>
The dimension descriptions.
-
#metrics ⇒ ::Array<::Google::Analytics::Data::V1beta::MetricMetadata>
The metric descriptions.
-
#name ⇒ ::String
Resource name of this metadata.
Instance Attribute Details
#comparisons ⇒ ::Array<::Google::Analytics::Data::V1beta::ComparisonMetadata>
Returns The comparison descriptions.
88 89 90 91 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 88 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dimensions ⇒ ::Array<::Google::Analytics::Data::V1beta::DimensionMetadata>
Returns The dimension descriptions.
88 89 90 91 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 88 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metrics ⇒ ::Array<::Google::Analytics::Data::V1beta::MetricMetadata>
Returns The metric descriptions.
88 89 90 91 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 88 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |