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.ReadGroupSets.Get

Contents

Description

Gets a read group set by ID. For the definitions of read group sets and other genomics resources, see Fundamentals of Google Genomics

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

Synopsis

REST Resource

type ReadGroupSetsGetResource = "v1" :> ("readgroupsets" :> (Capture "readGroupSetId" 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] ReadGroupSet)))))))))) Source #

A resource alias for genomics.readgroupsets.get method which the ReadGroupSetsGet request conforms to.

Creating a Request

readGroupSetsGet Source #

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

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

data ReadGroupSetsGet Source #

Gets a read group set by ID. For the definitions of read group sets and other genomics resources, see Fundamentals of Google Genomics

See: readGroupSetsGet smart constructor.

Instances

Eq ReadGroupSetsGet Source # 
Data ReadGroupSetsGet Source # 

Methods

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

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

toConstr :: ReadGroupSetsGet -> Constr #

dataTypeOf :: ReadGroupSetsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ReadGroupSetsGet Source # 
Generic ReadGroupSetsGet Source # 
GoogleRequest ReadGroupSetsGet Source # 
type Rep ReadGroupSetsGet Source # 
type Rep ReadGroupSetsGet = D1 (MetaData "ReadGroupSetsGet" "Network.Google.Resource.Genomics.ReadGroupSets.Get" "gogol-genomics-0.3.0-GPX9YasYuQx91P3G1HVwWC" False) (C1 (MetaCons "ReadGroupSetsGet'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rgsgXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) (S1 (MetaSel (Just Symbol "_rgsgReadGroupSetId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_rgsgUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rgsgPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rgsgAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rgsgUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_rgsgBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rgsgCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes ReadGroupSetsGet Source # 
type Scopes ReadGroupSetsGet = (:) 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 ReadGroupSetsGet Source # 

Request Lenses

rgsgReadGroupSetId :: Lens' ReadGroupSetsGet Text Source #

The ID of the read group set.

rgsgUploadProtocol :: Lens' ReadGroupSetsGet (Maybe Text) Source #

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

rgsgPp :: Lens' ReadGroupSetsGet Bool Source #

Pretty-print response.

rgsgUploadType :: Lens' ReadGroupSetsGet (Maybe Text) Source #

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