Show / Hide Table of Contents

Class ShippingsettingsResource.ListRequest

Lists the shipping settings of the sub-accounts in your Merchant Center account.

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

Constructors

ListRequest(IClientService, ulong)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, ulong merchantId)
Parameters
Type Name Description
IClientService service
ulong merchantId

Properties

HttpMethod

Gets the HTTP method.

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

MaxResults

The maximum number of shipping settings to return in the response, used for paging.

Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { get; set; }
Property Value
Type Description
long?

MerchantId

The ID of the managing account. This must be a multi-client account.

Declaration
[RequestParameter("merchantId", RequestParameterType.Path)]
public virtual ulong MerchantId { get; }
Property Value
Type Description
ulong

MethodName

Gets the method name.

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

PageToken

The token returned by the previous request.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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