Show / Hide Table of Contents

Class ShippingsettingsResource.CustombatchRequest

Retrieves and updates the shipping settings of multiple accounts in a single request.

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

Constructors

CustombatchRequest(IClientService, ShippingsettingsCustomBatchRequest)

Constructs a new Custombatch request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Custombatch parameter list.

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

Implements

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