Class: Google::Analytics::Data::V1beta::MetricCompatibility

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 metric.

Instance Attribute Summary collapse

Instance Attribute Details

#compatibility::Google::Analytics::Data::V1beta::Compatibility

Returns The compatibility of this metric. If the compatibility is COMPATIBLE, this metric can be successfully added to the report.

Returns:



1055
1056
1057
1058
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 1055

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

#metric_metadata::Google::Analytics::Data::V1beta::MetricMetadata

Returns The metric metadata contains the API name for this compatibility information. The metric metadata also contains other helpful information like the UI name and description.

Returns:



1055
1056
1057
1058
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 1055

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