Show / Hide Table of Contents

Class AccountsResource.AdclientsResource.UrlchannelsResource.GetRequest

Gets information about the selected url channel.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<UrlChannel>
AdsenseBaseServiceRequest<UrlChannel>
AccountsResource.AdclientsResource.UrlchannelsResource.GetRequest
Implements
IClientServiceRequest<UrlChannel>
IClientServiceRequest
Inherited Members
AdsenseBaseServiceRequest<UrlChannel>.Xgafv
AdsenseBaseServiceRequest<UrlChannel>.AccessToken
AdsenseBaseServiceRequest<UrlChannel>.Alt
AdsenseBaseServiceRequest<UrlChannel>.Callback
AdsenseBaseServiceRequest<UrlChannel>.Fields
AdsenseBaseServiceRequest<UrlChannel>.Key
AdsenseBaseServiceRequest<UrlChannel>.OauthToken
AdsenseBaseServiceRequest<UrlChannel>.PrettyPrint
AdsenseBaseServiceRequest<UrlChannel>.QuotaUser
AdsenseBaseServiceRequest<UrlChannel>.UploadType
AdsenseBaseServiceRequest<UrlChannel>.UploadProtocol
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.Adsense.v2
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public class AccountsResource.AdclientsResource.UrlchannelsResource.GetRequest : AdsenseBaseServiceRequest<UrlChannel>, IClientServiceRequest<UrlChannel>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<UrlChannel>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<UrlChannel>.MethodName

Name

Required. The name of the url channel to retrieve. Format: accounts/{account}/adclients/{adclient}/urlchannels/{urlchannel}

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<UrlChannel>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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