Show / Hide Table of Contents

Class DatafeedsResource.CustombatchRequest

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

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

InitParameters()

Initializes Custombatch parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top