Show / Hide Table of Contents

Class PosResource.CustombatchRequest

Batches multiple POS-related calls in a single request.

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

Constructors

CustombatchRequest(IClientService, PosCustomBatchRequest)

Constructs a new Custombatch request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Custombatch parameter list.

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

Implements

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