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

Contents

Description

Gets a list of call sets matching the criteria. For the definitions of call sets and other genomics resources, see Fundamentals of Google Genomics Implements GlobalAllianceApi.searchCallSets.

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

Synopsis

REST Resource

type CallSetsSearchResource = "v1" :> ("callsets" :> ("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] SearchCallSetsRequest :> Post '[JSON] SearchCallSetsResponse))))))))))) Source #

A resource alias for genomics.callsets.search method which the CallSetsSearch request conforms to.

Creating a Request

callSetsSearch Source #

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

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

data CallSetsSearch Source #

Gets a list of call sets matching the criteria. For the definitions of call sets and other genomics resources, see Fundamentals of Google Genomics Implements GlobalAllianceApi.searchCallSets.

See: callSetsSearch smart constructor.

Instances

Eq CallSetsSearch Source # 
Data CallSetsSearch Source # 

Methods

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

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

toConstr :: CallSetsSearch -> Constr #

dataTypeOf :: CallSetsSearch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CallSetsSearch Source # 
Generic CallSetsSearch Source # 

Associated Types

type Rep CallSetsSearch :: * -> * #

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

Request Lenses

cssUploadProtocol :: Lens' CallSetsSearch (Maybe Text) Source #

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

cssPp :: Lens' CallSetsSearch Bool Source #

Pretty-print response.

cssUploadType :: Lens' CallSetsSearch (Maybe Text) Source #

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