Class AccountsResource.AdclientsResource.CustomchannelsResource
The "customchannels" collection of methods.
Inheritance
System.Object
AccountsResource.AdclientsResource.CustomchannelsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Adsense.v2
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public class CustomchannelsResource
Constructors
CustomchannelsResource(IClientService)
Constructs a new resource.
Declaration
public CustomchannelsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(String)
Gets information about the selected custom channel.
Declaration
public virtual AccountsResource.AdclientsResource.CustomchannelsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Required. Name of the custom channel. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel} |
Returns
Type | Description |
---|---|
AccountsResource.AdclientsResource.CustomchannelsResource.GetRequest |
List(String)
Lists all the custom channels available in an ad client.
Declaration
public virtual AccountsResource.AdclientsResource.CustomchannelsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
System.String | parent | Required. The ad client which owns the collection of custom channels. Format: accounts/{account}/adclients/{adclient} |
Returns
Type | Description |
---|---|
AccountsResource.AdclientsResource.CustomchannelsResource.ListRequest |
ListLinkedAdUnits(String)
Lists all the ad units available for a custom channel.
Declaration
public virtual AccountsResource.AdclientsResource.CustomchannelsResource.ListLinkedAdUnitsRequest ListLinkedAdUnits(string parent)
Parameters
Type | Name | Description |
---|---|---|
System.String | parent | Required. The custom channel which owns the collection of ad units. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel} |
Returns
Type | Description |
---|---|
AccountsResource.AdclientsResource.CustomchannelsResource.ListLinkedAdUnitsRequest |