gogol-genomics-0.0.1: Google Genomics SDK.

Copyright(c) 2015 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.

See: API Reference for genomics.datasets.list.

Synopsis

REST Resource

type DataSetsListResource = "v1" :> ("datasets" :> (QueryParam "$.xgafv" Text :> (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:

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 project to list datasets for.

dslPageSize :: Lens' DataSetsList (Maybe Int32) Source

The maximum number of results returned by this request. If unspecified, defaults to 50. The maximum value is 1024.