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.



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

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.



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

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

Returns:



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

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}



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

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

#system_defined::Boolean (readonly)

Returns Output only. If true, then this channel group is the Default Channel Group predefined by Google Analytics. Display name and grouping rules cannot be updated for this channel group.

Returns:

  • (::Boolean)

    Output only. If true, then this channel group is the Default Channel Group predefined by Google Analytics. Display name and grouping rules cannot be updated for this channel group.



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

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