Show / Hide Table of Contents

Class LiasettingsResource.CustombatchRequest

Retrieves and/or updates the LIA settings of multiple accounts in a single request.

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

Constructors

CustombatchRequest(IClientService, LiasettingsCustomBatchRequest)

Constructs a new Custombatch request.

Declaration
public CustombatchRequest(IClientService service, LiasettingsCustomBatchRequest body)
Parameters
Type Name Description
IClientService service
LiasettingsCustomBatchRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Custombatch parameter list.

Declaration
protected override void InitParameters()
Overrides
ShoppingContentBaseServiceRequest<LiasettingsCustomBatchResponse>.InitParameters()

Implements

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