Class PropertiesResource.ChannelGroupsResource
The "channelGroups" collection of methods.
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.ChannelGroupsResource
Constructors
ChannelGroupsResource(IClientService)
Constructs a new resource.
Declaration
public ChannelGroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(GoogleAnalyticsAdminV1alphaChannelGroup, string)
Creates a ChannelGroup.
Declaration
public virtual PropertiesResource.ChannelGroupsResource.CreateRequest Create(GoogleAnalyticsAdminV1alphaChannelGroup body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleAnalyticsAdminV1alphaChannelGroup | body | The body of the request. |
string | parent | Required. The property for which to create a ChannelGroup. Example format: properties/1234 |
Returns
Type | Description |
---|---|
PropertiesResource.ChannelGroupsResource.CreateRequest |
Delete(string)
Deletes a ChannelGroup on a property.
Declaration
public virtual PropertiesResource.ChannelGroupsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The ChannelGroup to delete. Example format: properties/1234/channelGroups/5678 |
Returns
Type | Description |
---|---|
PropertiesResource.ChannelGroupsResource.DeleteRequest |
Get(string)
Lookup for a single ChannelGroup.
Declaration
public virtual PropertiesResource.ChannelGroupsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The ChannelGroup to get. Example format: properties/1234/channelGroups/5678 |
Returns
Type | Description |
---|---|
PropertiesResource.ChannelGroupsResource.GetRequest |
List(string)
Lists ChannelGroups on a property.
Declaration
public virtual PropertiesResource.ChannelGroupsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The property for which to list ChannelGroups. Example format: properties/1234 |
Returns
Type | Description |
---|---|
PropertiesResource.ChannelGroupsResource.ListRequest |
Patch(GoogleAnalyticsAdminV1alphaChannelGroup, string)
Updates a ChannelGroup.
Declaration
public virtual PropertiesResource.ChannelGroupsResource.PatchRequest Patch(GoogleAnalyticsAdminV1alphaChannelGroup body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleAnalyticsAdminV1alphaChannelGroup | body | The body of the request. |
string | name | Output only. The resource name for this Channel Group resource. Format: properties/{property}/channelGroups/{channel_group} |
Returns
Type | Description |
---|---|
PropertiesResource.ChannelGroupsResource.PatchRequest |