Class: Google::Analytics::Data::V1beta::DimensionCompatibility
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::DimensionCompatibility
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/data.rb
Overview
The compatibility for a single dimension.
Instance Attribute Summary collapse
-
#compatibility ⇒ ::Google::Analytics::Data::V1beta::Compatibility
The compatibility of this dimension.
-
#dimension_metadata ⇒ ::Google::Analytics::Data::V1beta::DimensionMetadata
The dimension metadata contains the API name for this compatibility information.
Instance Attribute Details
#compatibility ⇒ ::Google::Analytics::Data::V1beta::Compatibility
Returns The compatibility of this dimension. If the compatibility is COMPATIBLE, this dimension can be successfully added to the report.
1126 1127 1128 1129 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 1126 class DimensionCompatibility include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dimension_metadata ⇒ ::Google::Analytics::Data::V1beta::DimensionMetadata
Returns The dimension metadata contains the API name for this compatibility information. The dimension metadata also contains other helpful information like the UI name and description.
1126 1127 1128 1129 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 1126 class DimensionCompatibility include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |