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

Contents

Description

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

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

Synopsis

REST Resource

type VariantsSearchResource = "v1" :> ("variants" :> ("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] SearchVariantsRequest :> Post '[JSON] SearchVariantsResponse))))))))))) Source #

A resource alias for genomics.variants.search method which the VariantsSearch request conforms to.

Creating a Request

variantsSearch Source #

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

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

data VariantsSearch Source #

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

See: variantsSearch smart constructor.

Instances

Eq VariantsSearch Source # 
Data VariantsSearch Source # 

Methods

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

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

toConstr :: VariantsSearch -> Constr #

dataTypeOf :: VariantsSearch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show VariantsSearch Source # 
Generic VariantsSearch Source # 

Associated Types

type Rep VariantsSearch :: * -> * #

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

Request Lenses

vsUploadProtocol :: Lens' VariantsSearch (Maybe Text) Source #

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

vsPp :: Lens' VariantsSearch Bool Source #

Pretty-print response.

vsUploadType :: Lens' VariantsSearch (Maybe Text) Source #

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