Show / Hide Table of Contents

Class LocalinventoryResource.CustombatchRequest

Updates local inventory for multiple products or stores in a single request.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<LocalinventoryCustomBatchResponse>
ShoppingContentBaseServiceRequest<LocalinventoryCustomBatchResponse>
LocalinventoryResource.CustombatchRequest
Implements
IClientServiceRequest<LocalinventoryCustomBatchResponse>
IClientServiceRequest
Inherited Members
ShoppingContentBaseServiceRequest<LocalinventoryCustomBatchResponse>.Xgafv
ShoppingContentBaseServiceRequest<LocalinventoryCustomBatchResponse>.AccessToken
ShoppingContentBaseServiceRequest<LocalinventoryCustomBatchResponse>.Alt
ShoppingContentBaseServiceRequest<LocalinventoryCustomBatchResponse>.Callback
ShoppingContentBaseServiceRequest<LocalinventoryCustomBatchResponse>.Fields
ShoppingContentBaseServiceRequest<LocalinventoryCustomBatchResponse>.Key
ShoppingContentBaseServiceRequest<LocalinventoryCustomBatchResponse>.OauthToken
ShoppingContentBaseServiceRequest<LocalinventoryCustomBatchResponse>.PrettyPrint
ShoppingContentBaseServiceRequest<LocalinventoryCustomBatchResponse>.QuotaUser
ShoppingContentBaseServiceRequest<LocalinventoryCustomBatchResponse>.UploadType
ShoppingContentBaseServiceRequest<LocalinventoryCustomBatchResponse>.UploadProtocol
ClientServiceRequest<LocalinventoryCustomBatchResponse>.Execute()
ClientServiceRequest<LocalinventoryCustomBatchResponse>.ExecuteAsStream()
ClientServiceRequest<LocalinventoryCustomBatchResponse>.ExecuteAsync()
ClientServiceRequest<LocalinventoryCustomBatchResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<LocalinventoryCustomBatchResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<LocalinventoryCustomBatchResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<LocalinventoryCustomBatchResponse>.CreateRequest(bool?)
ClientServiceRequest<LocalinventoryCustomBatchResponse>.GenerateRequestUri()
ClientServiceRequest<LocalinventoryCustomBatchResponse>.GetDefaultETagAction(string)
ClientServiceRequest<LocalinventoryCustomBatchResponse>.ETagAction
ClientServiceRequest<LocalinventoryCustomBatchResponse>.ModifyRequest
ClientServiceRequest<LocalinventoryCustomBatchResponse>.ValidateParameters
ClientServiceRequest<LocalinventoryCustomBatchResponse>.ApiVersion
ClientServiceRequest<LocalinventoryCustomBatchResponse>.RequestParameters
ClientServiceRequest<LocalinventoryCustomBatchResponse>.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 LocalinventoryResource.CustombatchRequest : ShoppingContentBaseServiceRequest<LocalinventoryCustomBatchResponse>, IClientServiceRequest<LocalinventoryCustomBatchResponse>, IClientServiceRequest

Constructors

CustombatchRequest(IClientService, LocalinventoryCustomBatchRequest)

Constructs a new Custombatch request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Custombatch parameter list.

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

Implements

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