Show / Hide Table of Contents

Class DatafeedsResource.CustombatchRequest

Deletes, fetches, gets, inserts and updates multiple datafeeds in a single request.

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

Constructors

CustombatchRequest(IClientService, DatafeedsCustomBatchRequest)

Constructs a new Custombatch request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Custombatch parameter list.

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

Implements

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