Class: Google::Analytics::Data::V1beta::DimensionCompatibility

Inherits:
Object
  • Object
show all
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

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.

Returns:



1040
1041
1042
1043
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 1040

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.

Returns:



1040
1041
1042
1043
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 1040

class DimensionCompatibility
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end