Class: Google::Analytics::Admin::V1alpha::ChannelGroup
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ChannelGroup
- 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
-
#description ⇒ ::String
The description of the Channel Group.
-
#display_name ⇒ ::String
Required.
-
#grouping_rule ⇒ ::Array<::Google::Analytics::Admin::V1alpha::GroupingRule>
Required.
-
#name ⇒ ::String
readonly
Output only.
-
#system_defined ⇒ ::Boolean
readonly
Output only.
Instance Attribute Details
#description ⇒ ::String
Returns 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.
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.
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}.
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.
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 |