Show / Hide Table of Contents

Class PosResource.ListRequest

Lists the stores of the target merchant.

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

Constructors

ListRequest(IClientService, UInt64, UInt64)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, ulong merchantId, ulong targetMerchantId)
Parameters
Type Name Description
IClientService service
System.UInt64 merchantId
System.UInt64 targetMerchantId

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.PosListResponse>.HttpMethod

MerchantId

The ID of the POS or inventory data provider.

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

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.PosListResponse>.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.PosListResponse>.RestPath

TargetMerchantId

The ID of the target merchant.

Declaration
[RequestParameter("targetMerchantId", RequestParameterType.Path)]
public virtual ulong TargetMerchantId { get; }
Property Value
Type Description
System.UInt64

Methods

InitParameters()

Initializes List parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top