Show / Hide Table of Contents

Class UrlchannelsResource.DeleteRequest

Delete a URL channel from the host AdSense account.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<UrlChannel>
AdSenseHostBaseServiceRequest<UrlChannel>
UrlchannelsResource.DeleteRequest
Implements
IClientServiceRequest<UrlChannel>
IClientServiceRequest
Inherited Members
AdSenseHostBaseServiceRequest<UrlChannel>.Alt
AdSenseHostBaseServiceRequest<UrlChannel>.Fields
AdSenseHostBaseServiceRequest<UrlChannel>.Key
AdSenseHostBaseServiceRequest<UrlChannel>.OauthToken
AdSenseHostBaseServiceRequest<UrlChannel>.PrettyPrint
AdSenseHostBaseServiceRequest<UrlChannel>.QuotaUser
AdSenseHostBaseServiceRequest<UrlChannel>.UserIp
ClientServiceRequest<UrlChannel>.Execute()
ClientServiceRequest<UrlChannel>.ExecuteAsStream()
ClientServiceRequest<UrlChannel>.ExecuteAsync()
ClientServiceRequest<UrlChannel>.ExecuteAsync(CancellationToken)
ClientServiceRequest<UrlChannel>.ExecuteAsStreamAsync()
ClientServiceRequest<UrlChannel>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<UrlChannel>.CreateRequest(bool?)
ClientServiceRequest<UrlChannel>.GenerateRequestUri()
ClientServiceRequest<UrlChannel>.GetBody()
ClientServiceRequest<UrlChannel>.GetDefaultETagAction(string)
ClientServiceRequest<UrlChannel>.ETagAction
ClientServiceRequest<UrlChannel>.ModifyRequest
ClientServiceRequest<UrlChannel>.ValidateParameters
ClientServiceRequest<UrlChannel>.ApiVersion
ClientServiceRequest<UrlChannel>.RequestParameters
ClientServiceRequest<UrlChannel>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AdSenseHost.v4_1
Assembly: Google.Apis.AdSenseHost.v4_1.dll
Syntax
public class UrlchannelsResource.DeleteRequest : AdSenseHostBaseServiceRequest<UrlChannel>, IClientServiceRequest<UrlChannel>, IClientServiceRequest

Constructors

DeleteRequest(IClientService, string, string)

Constructs a new Delete request.

Declaration
public DeleteRequest(IClientService service, string adClientId, string urlChannelId)
Parameters
Type Name Description
IClientService service
string adClientId
string urlChannelId

Properties

AdClientId

Ad client from which to delete the URL channel.

Declaration
[RequestParameter("adClientId", RequestParameterType.Path)]
public virtual string AdClientId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdSenseHost.v4_1.Data.UrlChannel>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdSenseHost.v4_1.Data.UrlChannel>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdSenseHost.v4_1.Data.UrlChannel>.RestPath

UrlChannelId

URL channel to delete.

Declaration
[RequestParameter("urlChannelId", RequestParameterType.Path)]
public virtual string UrlChannelId { get; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes Delete parameter list.

Declaration
protected override void InitParameters()
Overrides
AdSenseHostBaseServiceRequest<UrlChannel>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX