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.Search

Contents

Description

Searches for read group sets matching the criteria. For the definitions of read group sets and other genomics resources, see Fundamentals of Google Genomics Implements GlobalAllianceApi.searchReadGroupSets.

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

Synopsis

REST Resource

type ReadGroupSetsSearchResource = "v1" :> ("readgroupsets" :> ("search" :> (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 :> (ReqBody '[JSON] SearchReadGroupSetsRequest :> Post '[JSON] SearchReadGroupSetsResponse))))))))))) Source #

A resource alias for genomics.readgroupsets.search method which the ReadGroupSetsSearch request conforms to.

Creating a Request

readGroupSetsSearch Source #

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

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

data ReadGroupSetsSearch Source #

Searches for read group sets matching the criteria. For the definitions of read group sets and other genomics resources, see Fundamentals of Google Genomics Implements GlobalAllianceApi.searchReadGroupSets.

See: readGroupSetsSearch smart constructor.

Instances

Eq ReadGroupSetsSearch Source # 
Data ReadGroupSetsSearch Source # 

Methods

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

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

toConstr :: ReadGroupSetsSearch -> Constr #

dataTypeOf :: ReadGroupSetsSearch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ReadGroupSetsSearch Source # 
Generic ReadGroupSetsSearch Source # 
GoogleRequest ReadGroupSetsSearch Source # 
type Rep ReadGroupSetsSearch Source # 
type Scopes ReadGroupSetsSearch Source # 
type Scopes ReadGroupSetsSearch = (:) 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 ReadGroupSetsSearch Source # 

Request Lenses

rgssUploadProtocol :: Lens' ReadGroupSetsSearch (Maybe Text) Source #

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

rgssPp :: Lens' ReadGroupSetsSearch Bool Source #

Pretty-print response.

rgssUploadType :: Lens' ReadGroupSetsSearch (Maybe Text) Source #

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