Show / Hide Table of Contents

Class ProductsResource.CustombatchRequest

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

Inheritance
System.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(Nullable<Boolean>)
ClientServiceRequest<ProductsCustomBatchResponse>.GenerateRequestUri()
ClientServiceRequest<ProductsCustomBatchResponse>.GetDefaultETagAction(String)
ClientServiceRequest<ProductsCustomBatchResponse>.ETagAction
ClientServiceRequest<ProductsCustomBatchResponse>.ModifyRequest
ClientServiceRequest<ProductsCustomBatchResponse>.ValidateParameters
ClientServiceRequest<ProductsCustomBatchResponse>.RequestParameters
ClientServiceRequest<ProductsCustomBatchResponse>.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<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
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.ProductsCustomBatchResponse>.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.ProductsCustomBatchResponse>.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.ProductsCustomBatchResponse>.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.ProductsCustomBatchResponse>.GetBody()

InitParameters()

Initializes Custombatch parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top