Class: Google::Analytics::Admin::V1alpha::ChannelGroup

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

Overview

A resource message representing a Channel Group.

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns The description of the Channel Group. Max length of 256 characters.

Returns:

  • (::String)

    The description of the Channel Group. Max length of 256 characters.



151
152
153
154
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 151

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

#display_name::String

Returns Required. The display name of the Channel Group. Max length of 80 characters.

Returns:

  • (::String)

    Required. The display name of the Channel Group. Max length of 80 characters.



151
152
153
154
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 151

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

#grouping_rule::Array<::Google::Analytics::Admin::V1alpha::GroupingRule>

Returns Required. The grouping rules of channels. Maximum number of rules is 25.

Returns:



151
152
153
154
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 151

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

#name::String (readonly)

Returns Output only. The resource name for this Channel Group resource. Format: properties/{property}/channelGroups/{channel_group}.

Returns:

  • (::String)

    Output only. The resource name for this Channel Group resource. Format: properties/{property}/channelGroups/{channel_group}



151
152
153
154
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 151

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

#system_defined::Boolean (readonly)

Returns Output only. Default Channel Group defined by Google, which cannot be updated.

Returns:

  • (::Boolean)

    Output only. Default Channel Group defined by Google, which cannot be updated.



151
152
153
154
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 151

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