Show / Hide Table of Contents

Class PlatformsResource.AccountsResource.LookupRequest

Looks up information about a sub-account for a specified creation_request_id. If no account exists for the given creation_request_id, returns 404.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<LookupAccountResponse>
AdSensePlatformBaseServiceRequest<LookupAccountResponse>
PlatformsResource.AccountsResource.LookupRequest
Implements
IClientServiceRequest<LookupAccountResponse>
IClientServiceRequest
Inherited Members
AdSensePlatformBaseServiceRequest<LookupAccountResponse>.Xgafv
AdSensePlatformBaseServiceRequest<LookupAccountResponse>.AccessToken
AdSensePlatformBaseServiceRequest<LookupAccountResponse>.Alt
AdSensePlatformBaseServiceRequest<LookupAccountResponse>.Callback
AdSensePlatformBaseServiceRequest<LookupAccountResponse>.Fields
AdSensePlatformBaseServiceRequest<LookupAccountResponse>.Key
AdSensePlatformBaseServiceRequest<LookupAccountResponse>.OauthToken
AdSensePlatformBaseServiceRequest<LookupAccountResponse>.PrettyPrint
AdSensePlatformBaseServiceRequest<LookupAccountResponse>.QuotaUser
AdSensePlatformBaseServiceRequest<LookupAccountResponse>.UploadType
AdSensePlatformBaseServiceRequest<LookupAccountResponse>.UploadProtocol
ClientServiceRequest<LookupAccountResponse>.Execute()
ClientServiceRequest<LookupAccountResponse>.ExecuteAsStream()
ClientServiceRequest<LookupAccountResponse>.ExecuteAsync()
ClientServiceRequest<LookupAccountResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<LookupAccountResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<LookupAccountResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<LookupAccountResponse>.CreateRequest(bool?)
ClientServiceRequest<LookupAccountResponse>.GenerateRequestUri()
ClientServiceRequest<LookupAccountResponse>.GetBody()
ClientServiceRequest<LookupAccountResponse>.GetDefaultETagAction(string)
ClientServiceRequest<LookupAccountResponse>.ETagAction
ClientServiceRequest<LookupAccountResponse>.ModifyRequest
ClientServiceRequest<LookupAccountResponse>.ValidateParameters
ClientServiceRequest<LookupAccountResponse>.ApiVersion
ClientServiceRequest<LookupAccountResponse>.RequestParameters
ClientServiceRequest<LookupAccountResponse>.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.AdSensePlatform.v1
Assembly: Google.Apis.AdSensePlatform.v1.dll
Syntax
public class PlatformsResource.AccountsResource.LookupRequest : AdSensePlatformBaseServiceRequest<LookupAccountResponse>, IClientServiceRequest<LookupAccountResponse>, IClientServiceRequest

Constructors

LookupRequest(IClientService, string)

Constructs a new Lookup request.

Declaration
public LookupRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

CreationRequestId

Optional. The creation_request_id provided when calling createAccount.

Declaration
[RequestParameter("creationRequestId", RequestParameterType.Query)]
public virtual string CreationRequestId { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. Platform who parents the account. Format: platforms/{platform}

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Lookup parameter list.

Declaration
protected override void InitParameters()
Overrides
AdSensePlatformBaseServiceRequest<LookupAccountResponse>.InitParameters()

Implements

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