Show / Hide Table of Contents

Class LiasettingsResource.ListposdataprovidersRequest

Retrieves the list of POS data providers that have active settings for the all eiligible countries.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<LiasettingsListPosDataProvidersResponse>
ShoppingContentBaseServiceRequest<LiasettingsListPosDataProvidersResponse>
LiasettingsResource.ListposdataprovidersRequest
Implements
Google.Apis.Requests.IClientServiceRequest<LiasettingsListPosDataProvidersResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
ShoppingContentBaseServiceRequest<LiasettingsListPosDataProvidersResponse>.Xgafv
ShoppingContentBaseServiceRequest<LiasettingsListPosDataProvidersResponse>.AccessToken
ShoppingContentBaseServiceRequest<LiasettingsListPosDataProvidersResponse>.Alt
ShoppingContentBaseServiceRequest<LiasettingsListPosDataProvidersResponse>.Callback
ShoppingContentBaseServiceRequest<LiasettingsListPosDataProvidersResponse>.Fields
ShoppingContentBaseServiceRequest<LiasettingsListPosDataProvidersResponse>.Key
ShoppingContentBaseServiceRequest<LiasettingsListPosDataProvidersResponse>.OauthToken
ShoppingContentBaseServiceRequest<LiasettingsListPosDataProvidersResponse>.PrettyPrint
ShoppingContentBaseServiceRequest<LiasettingsListPosDataProvidersResponse>.QuotaUser
ShoppingContentBaseServiceRequest<LiasettingsListPosDataProvidersResponse>.UploadType
ShoppingContentBaseServiceRequest<LiasettingsListPosDataProvidersResponse>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsListPosDataProvidersResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsListPosDataProvidersResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsListPosDataProvidersResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsListPosDataProvidersResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsListPosDataProvidersResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsListPosDataProvidersResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsListPosDataProvidersResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsListPosDataProvidersResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsListPosDataProvidersResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsListPosDataProvidersResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsListPosDataProvidersResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsListPosDataProvidersResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsListPosDataProvidersResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsListPosDataProvidersResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsListPosDataProvidersResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.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
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class ListposdataprovidersRequest : ShoppingContentBaseServiceRequest<LiasettingsListPosDataProvidersResponse>, IClientServiceRequest<LiasettingsListPosDataProvidersResponse>, IClientServiceRequest

Constructors

ListposdataprovidersRequest(IClientService)

Constructs a new Listposdataproviders request.

Declaration
public ListposdataprovidersRequest(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

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.Data.LiasettingsListPosDataProvidersResponse>.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.Data.LiasettingsListPosDataProvidersResponse>.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.Data.LiasettingsListPosDataProvidersResponse>.RestPath

Methods

InitParameters()

Initializes Listposdataproviders parameter list.

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

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top