gogol-genomics-0.2.0: Google Genomics 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.Genomics.DataSets.List

Contents

Description

Lists datasets within a project. For the definitions of datasets and other genomics resources, see Fundamentals of Google Genomics

See: Genomics API Reference for genomics.datasets.list.

Synopsis

REST Resource

type DataSetsListResource = "v1" :> ("datasets" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "pageToken" Text :> (QueryParam "projectId" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListDataSetsResponse)))))))))))) Source #

A resource alias for genomics.datasets.list method which the DataSetsList request conforms to.

Creating a Request

dataSetsList :: DataSetsList Source #

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

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

data DataSetsList Source #

Lists datasets within a project. For the definitions of datasets and other genomics resources, see Fundamentals of Google Genomics

See: dataSetsList smart constructor.

Instances

Eq DataSetsList Source # 
Data DataSetsList Source # 

Methods

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

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

toConstr :: DataSetsList -> Constr #

dataTypeOf :: DataSetsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DataSetsList Source # 
Generic DataSetsList Source # 

Associated Types

type Rep DataSetsList :: * -> * #

GoogleRequest DataSetsList Source # 

Associated Types

type Rs DataSetsList :: * #

type Scopes DataSetsList :: [Symbol] #

type Rep DataSetsList Source # 
type Scopes DataSetsList Source # 
type Scopes DataSetsList = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/genomics" ((:) Symbol "https://www.googleapis.com/auth/genomics.readonly" ([] Symbol)))
type Rs DataSetsList Source # 

Request Lenses

dslUploadProtocol :: Lens' DataSetsList (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

dslPp :: Lens' DataSetsList Bool Source #

Pretty-print response.

dslUploadType :: Lens' DataSetsList (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

dslPageToken :: Lens' DataSetsList (Maybe Text) Source #

The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of `nextPageToken` from the previous response.

dslProjectId :: Lens' DataSetsList (Maybe Text) Source #

Required. The Google Cloud project ID to list datasets for.

dslPageSize :: Lens' DataSetsList (Maybe Int32) Source #

The maximum number of results to return in a single page. If unspecified, defaults to 50. The maximum value is 1024.