gogol-genomics-0.1.1: 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.VariantSets.Search

Contents

Description

Returns a list of all variant sets matching search criteria. For the definitions of variant sets and other genomics resources, see Fundamentals of Google Genomics Implements GlobalAllianceApi.searchVariantSets.

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

Synopsis

REST Resource

type VariantSetsSearchResource = "v1" :> ("variantsets" :> ("search" :> (QueryParam "$.xgafv" Text :> (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] SearchVariantSetsRequest :> Post '[JSON] SearchVariantSetsResponse))))))))))) Source #

A resource alias for genomics.variantsets.search method which the VariantSetsSearch request conforms to.

Creating a Request

variantSetsSearch Source #

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

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

data VariantSetsSearch Source #

Returns a list of all variant sets matching search criteria. For the definitions of variant sets and other genomics resources, see Fundamentals of Google Genomics Implements GlobalAllianceApi.searchVariantSets.

See: variantSetsSearch smart constructor.

Instances

Eq VariantSetsSearch Source # 
Data VariantSetsSearch Source # 

Methods

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

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

toConstr :: VariantSetsSearch -> Constr #

dataTypeOf :: VariantSetsSearch -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

vssUploadProtocol :: Lens' VariantSetsSearch (Maybe Text) Source #

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

vssPp :: Lens' VariantSetsSearch Bool Source #

Pretty-print response.

vssUploadType :: Lens' VariantSetsSearch (Maybe Text) Source #

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