gogol-genomics-0.3.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.Get

Contents

Description

Gets a dataset by ID. For the definitions of datasets and other genomics resources, see Fundamentals of Google Genomics

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

Synopsis

REST Resource

type DataSetsGetResource = "v1" :> ("datasets" :> (Capture "datasetId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] DataSet)))))))))) Source #

A resource alias for genomics.datasets.get method which the DataSetsGet request conforms to.

Creating a Request

dataSetsGet Source #

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

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

data DataSetsGet Source #

Gets a dataset by ID. For the definitions of datasets and other genomics resources, see Fundamentals of Google Genomics

See: dataSetsGet smart constructor.

Instances

Eq DataSetsGet Source # 
Data DataSetsGet Source # 

Methods

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

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

toConstr :: DataSetsGet -> Constr #

dataTypeOf :: DataSetsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DataSetsGet Source # 
Generic DataSetsGet Source # 

Associated Types

type Rep DataSetsGet :: * -> * #

GoogleRequest DataSetsGet Source # 

Associated Types

type Rs DataSetsGet :: * #

type Scopes DataSetsGet :: [Symbol] #

type Rep DataSetsGet Source # 
type Scopes DataSetsGet Source # 
type Scopes DataSetsGet = (:) 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 DataSetsGet Source # 

Request Lenses

dsgUploadProtocol :: Lens' DataSetsGet (Maybe Text) Source #

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

dsgPp :: Lens' DataSetsGet Bool Source #

Pretty-print response.

dsgUploadType :: Lens' DataSetsGet (Maybe Text) Source #

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

dsgDataSetId :: Lens' DataSetsGet Text Source #

The ID of the dataset.