Class: Google::Analytics::Data::V1alpha::DimensionMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/data/v1alpha/data.rb

Overview

Explains a dimension.

Instance Attribute Summary collapse

Instance Attribute Details

#api_name::String

Returns This dimension's name. Useable in Dimension's name. For example, eventName.

Returns:

  • (::String)

    This dimension's name. Useable in Dimension's name. For example, eventName.



738
739
740
741
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 738

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

#deprecated_api_names::Array<::String>

Returns Still usable but deprecated names for this dimension. If populated, this dimension is available by either apiName or one of deprecatedApiNames for a period of time. After the deprecation period, the dimension will be available only by apiName.

Returns:

  • (::Array<::String>)

    Still usable but deprecated names for this dimension. If populated, this dimension is available by either apiName or one of deprecatedApiNames for a period of time. After the deprecation period, the dimension will be available only by apiName.



738
739
740
741
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 738

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

#description::String

Returns Description of how this dimension is used and calculated.

Returns:

  • (::String)

    Description of how this dimension is used and calculated.



738
739
740
741
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 738

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

#ui_name::String

Returns This dimension's name within the Google Analytics user interface. For example, Event name.

Returns:

  • (::String)

    This dimension's name within the Google Analytics user interface. For example, Event name.



738
739
740
741
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 738

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