Reference documentation and code samples for the Google Analytics Admin V1alpha Client class ChannelGroup.
A resource message representing a Channel Group.
Generated from protobuf message google.analytics.admin.v1alpha.ChannelGroup
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The resource name for this Channel Group resource. Format: properties/{property}/channelGroups/{channel_group}
↳ display_name
string
Required. The display name of the Channel Group. Max length of 80 characters.
↳ description
string
The description of the Channel Group. Max length of 256 characters.
↳ grouping_rule
array< Google\Analytics\Admin\V1alpha\GroupingRule
>
Required. The grouping rules of channels. Maximum number of rules is 25.
↳ system_defined
bool
Output only. Default Channel Group defined by Google, which cannot be updated.
getName
Output only. The resource name for this Channel Group resource.
Format: properties/{property}/channelGroups/{channel_group}
string
setName
Output only. The resource name for this Channel Group resource.
Format: properties/{property}/channelGroups/{channel_group}
var
string
$this
getDisplayName
Required. The display name of the Channel Group. Max length of 80 characters.
string
setDisplayName
Required. The display name of the Channel Group. Max length of 80 characters.
var
string
$this
getDescription
The description of the Channel Group. Max length of 256 characters.
string
setDescription
The description of the Channel Group. Max length of 256 characters.
var
string
$this
getGroupingRule
Required. The grouping rules of channels. Maximum number of rules is 25.
setGroupingRule
Required. The grouping rules of channels. Maximum number of rules is 25.
$this
getSystemDefined
Output only. Default Channel Group defined by Google, which cannot be updated.
bool
setSystemDefined
Output only. Default Channel Group defined by Google, which cannot be updated.
var
bool
$this