Show / Hide Table of Contents

Class ProductsResource.CustombatchRequest

Retrieves, inserts, and deletes multiple products in a single request.

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

Constructors

CustombatchRequest(IClientService, ProductsCustomBatchRequest)

Constructs a new Custombatch request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Custombatch parameter list.

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

Implements

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