gogol-shopping-content-0.2.0: Google Content API for Shopping SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Content.Datafeeds.List

Contents

Description

Lists the datafeeds in your Merchant Center account. This method can only be called for non-multi-client accounts.

See: Content API for Shopping Reference for content.datafeeds.list.

Synopsis

REST Resource

type DatafeedsListResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("datafeeds" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] DatafeedsListResponse)))))) Source #

A resource alias for content.datafeeds.list method which the DatafeedsList request conforms to.

Creating a Request

datafeedsList Source #

Creates a value of DatafeedsList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DatafeedsList Source #

Lists the datafeeds in your Merchant Center account. This method can only be called for non-multi-client accounts.

See: datafeedsList smart constructor.

Instances

Eq DatafeedsList Source # 
Data DatafeedsList Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DatafeedsList -> c DatafeedsList #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DatafeedsList #

toConstr :: DatafeedsList -> Constr #

dataTypeOf :: DatafeedsList -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DatafeedsList) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DatafeedsList) #

gmapT :: (forall b. Data b => b -> b) -> DatafeedsList -> DatafeedsList #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DatafeedsList -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DatafeedsList -> r #

gmapQ :: (forall d. Data d => d -> u) -> DatafeedsList -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DatafeedsList -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DatafeedsList -> m DatafeedsList #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DatafeedsList -> m DatafeedsList #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DatafeedsList -> m DatafeedsList #

Show DatafeedsList Source # 
Generic DatafeedsList Source # 

Associated Types

type Rep DatafeedsList :: * -> * #

GoogleRequest DatafeedsList Source # 

Associated Types

type Rs DatafeedsList :: * #

type Scopes DatafeedsList :: [Symbol] #

type Rep DatafeedsList Source # 
type Rep DatafeedsList = D1 (MetaData "DatafeedsList" "Network.Google.Resource.Content.Datafeeds.List" "gogol-shopping-content-0.2.0-1pAj2oGpAMt4E1jFF0ipBE" False) (C1 (MetaCons "DatafeedsList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_datMerchantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64))) ((:*:) (S1 (MetaSel (Just Symbol "_datPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_datMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32)))))))
type Scopes DatafeedsList Source # 
type Scopes DatafeedsList = (:) Symbol "https://www.googleapis.com/auth/content" ([] Symbol)
type Rs DatafeedsList Source # 

Request Lenses

datMerchantId :: Lens' DatafeedsList Word64 Source #

The ID of the managing account.

datPageToken :: Lens' DatafeedsList (Maybe Text) Source #

The token returned by the previous request.

datMaxResults :: Lens' DatafeedsList (Maybe Word32) Source #

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