Show / Hide Table of Contents

Class AccountsResource.CreateAndConfigureRequest

Creates a Merchant Center account with additional configuration. Adds the user that makes the request as an admin for the new account.

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

Constructors

CreateAndConfigureRequest(IClientService, CreateAndConfigureAccountRequest)

Constructs a new CreateAndConfigure request.

Declaration
public CreateAndConfigureRequest(IClientService service, CreateAndConfigureAccountRequest body)
Parameters
Type Name Description
IClientService service
CreateAndConfigureAccountRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<Account>.GetBody()

InitParameters()

Initializes CreateAndConfigure parameter list.

Declaration
protected override void InitParameters()
Overrides
MerchantBaseServiceRequest<Account>.InitParameters()

Implements

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