Show / Hide Table of Contents

Class ReturnaddressResource.CustombatchRequest

Batches multiple return address related calls in a single request.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<ReturnaddressCustomBatchResponse>
ShoppingContentBaseServiceRequest<ReturnaddressCustomBatchResponse>
ReturnaddressResource.CustombatchRequest
Implements
IClientServiceRequest<ReturnaddressCustomBatchResponse>
IClientServiceRequest
Inherited Members
ShoppingContentBaseServiceRequest<ReturnaddressCustomBatchResponse>.Xgafv
ShoppingContentBaseServiceRequest<ReturnaddressCustomBatchResponse>.AccessToken
ShoppingContentBaseServiceRequest<ReturnaddressCustomBatchResponse>.Alt
ShoppingContentBaseServiceRequest<ReturnaddressCustomBatchResponse>.Callback
ShoppingContentBaseServiceRequest<ReturnaddressCustomBatchResponse>.Fields
ShoppingContentBaseServiceRequest<ReturnaddressCustomBatchResponse>.Key
ShoppingContentBaseServiceRequest<ReturnaddressCustomBatchResponse>.OauthToken
ShoppingContentBaseServiceRequest<ReturnaddressCustomBatchResponse>.PrettyPrint
ShoppingContentBaseServiceRequest<ReturnaddressCustomBatchResponse>.QuotaUser
ShoppingContentBaseServiceRequest<ReturnaddressCustomBatchResponse>.UploadType
ShoppingContentBaseServiceRequest<ReturnaddressCustomBatchResponse>.UploadProtocol
ClientServiceRequest<ReturnaddressCustomBatchResponse>.Execute()
ClientServiceRequest<ReturnaddressCustomBatchResponse>.ExecuteAsStream()
ClientServiceRequest<ReturnaddressCustomBatchResponse>.ExecuteAsync()
ClientServiceRequest<ReturnaddressCustomBatchResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ReturnaddressCustomBatchResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ReturnaddressCustomBatchResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ReturnaddressCustomBatchResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<ReturnaddressCustomBatchResponse>.GenerateRequestUri()
ClientServiceRequest<ReturnaddressCustomBatchResponse>.GetDefaultETagAction(String)
ClientServiceRequest<ReturnaddressCustomBatchResponse>.ETagAction
ClientServiceRequest<ReturnaddressCustomBatchResponse>.ModifyRequest
ClientServiceRequest<ReturnaddressCustomBatchResponse>.ValidateParameters
ClientServiceRequest<ReturnaddressCustomBatchResponse>.RequestParameters
ClientServiceRequest<ReturnaddressCustomBatchResponse>.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<ReturnaddressCustomBatchResponse>, IClientServiceRequest<ReturnaddressCustomBatchResponse>, IClientServiceRequest

Constructors

CustombatchRequest(IClientService, ReturnaddressCustomBatchRequest)

Constructs a new Custombatch request.

Declaration
public CustombatchRequest(IClientService service, ReturnaddressCustomBatchRequest body)
Parameters
Type Name Description
IClientService service
ReturnaddressCustomBatchRequest 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.ReturnaddressCustomBatchResponse>.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.ReturnaddressCustomBatchResponse>.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.ReturnaddressCustomBatchResponse>.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.ReturnaddressCustomBatchResponse>.GetBody()

InitParameters()

Initializes Custombatch parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top