Show / Hide Table of Contents

Class LiasettingsResource.CustombatchRequest

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

Inheritance
System.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(Nullable<Boolean>)
ClientServiceRequest<LiasettingsCustomBatchResponse>.GenerateRequestUri()
ClientServiceRequest<LiasettingsCustomBatchResponse>.GetDefaultETagAction(String)
ClientServiceRequest<LiasettingsCustomBatchResponse>.ETagAction
ClientServiceRequest<LiasettingsCustomBatchResponse>.ModifyRequest
ClientServiceRequest<LiasettingsCustomBatchResponse>.ValidateParameters
ClientServiceRequest<LiasettingsCustomBatchResponse>.RequestParameters
ClientServiceRequest<LiasettingsCustomBatchResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class 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
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.LiasettingsCustomBatchResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.LiasettingsCustomBatchResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.LiasettingsCustomBatchResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.LiasettingsCustomBatchResponse>.GetBody()

InitParameters()

Initializes Custombatch parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.ShoppingContent.v2_1.ShoppingContentBaseServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.LiasettingsCustomBatchResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top