Class: Google::Analytics::Admin::V1alpha::ExpandedDataSet

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

Overview

A resource message representing a GA4 ExpandedDataSet.

Instance Attribute Summary collapse

Instance Attribute Details

#data_collection_start_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Time when expanded data set began (or will begin) collecing data.

Returns:



149
150
151
152
# File 'proto_docs/google/analytics/admin/v1alpha/expanded_data_set.rb', line 149

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

#description::String

Returns Optional. The description of the ExpandedDataSet. Max 50 chars.

Returns:

  • (::String)

    Optional. The description of the ExpandedDataSet. Max 50 chars.



149
150
151
152
# File 'proto_docs/google/analytics/admin/v1alpha/expanded_data_set.rb', line 149

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

#dimension_filter_expression::Google::Analytics::Admin::V1alpha::ExpandedDataSetFilterExpression

Returns Immutable. A logical expression of ExpandedDataSet filters applied to dimension included in the ExpandedDataSet. This filter is used to reduce the number of rows and thus the chance of encountering other row.

Returns:



149
150
151
152
# File 'proto_docs/google/analytics/admin/v1alpha/expanded_data_set.rb', line 149

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

#dimension_names::Array<::String>

Returns Immutable. The list of dimensions included in the ExpandedDataSet. See the API Dimensions for the list of dimension names.

Returns:

  • (::Array<::String>)

    Immutable. The list of dimensions included in the ExpandedDataSet. See the API Dimensions for the list of dimension names.



149
150
151
152
# File 'proto_docs/google/analytics/admin/v1alpha/expanded_data_set.rb', line 149

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

#display_name::String

Returns Required. The display name of the ExpandedDataSet. Max 200 chars.

Returns:

  • (::String)

    Required. The display name of the ExpandedDataSet. Max 200 chars.



149
150
151
152
# File 'proto_docs/google/analytics/admin/v1alpha/expanded_data_set.rb', line 149

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

#metric_names::Array<::String>

Returns Immutable. The list of metrics included in the ExpandedDataSet. See the API Metrics for the list of dimension names.

Returns:

  • (::Array<::String>)

    Immutable. The list of metrics included in the ExpandedDataSet. See the API Metrics for the list of dimension names.



149
150
151
152
# File 'proto_docs/google/analytics/admin/v1alpha/expanded_data_set.rb', line 149

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

#name::String (readonly)

Returns Output only. The resource name for this ExpandedDataSet resource. Format: properties/{property_id}/expandedDataSets/{expanded_data_set}.

Returns:

  • (::String)

    Output only. The resource name for this ExpandedDataSet resource. Format: properties/{property_id}/expandedDataSets/{expanded_data_set}



149
150
151
152
# File 'proto_docs/google/analytics/admin/v1alpha/expanded_data_set.rb', line 149

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