Class: Google::Analytics::Data::V1beta::ComparisonMetadata
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::ComparisonMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/data.rb
Overview
The metadata for a single comparison.
Instance Attribute Summary collapse
-
#api_name ⇒ ::String
This comparison's resource name.
-
#description ⇒ ::String
This comparison's description.
-
#ui_name ⇒ ::String
This comparison's name within the Google Analytics user interface.
Instance Attribute Details
#api_name ⇒ ::String
Returns This comparison's resource name. Useable in Comparison's
comparison
field. For example, 'comparisons/1234'.
1064 1065 1066 1067 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 1064 class ComparisonMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns This comparison's description.
1064 1065 1066 1067 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 1064 class ComparisonMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ui_name ⇒ ::String
Returns This comparison's name within the Google Analytics user interface.
1064 1065 1066 1067 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 1064 class ComparisonMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |