gogol-genomics-0.2.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.VariantSets.Get

Contents

Description

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

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

Synopsis

REST Resource

type VariantSetsGetResource = "v1" :> ("variantsets" :> (Capture "variantSetId" 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] VariantSet)))))))))) Source #

A resource alias for genomics.variantsets.get method which the VariantSetsGet request conforms to.

Creating a Request

variantSetsGet Source #

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

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

data VariantSetsGet Source #

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

See: variantSetsGet smart constructor.

Instances

Eq VariantSetsGet Source # 
Data VariantSetsGet Source # 

Methods

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

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

toConstr :: VariantSetsGet -> Constr #

dataTypeOf :: VariantSetsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show VariantSetsGet Source # 
Generic VariantSetsGet Source # 

Associated Types

type Rep VariantSetsGet :: * -> * #

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

Request Lenses

vsgUploadProtocol :: Lens' VariantSetsGet (Maybe Text) Source #

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

vsgPp :: Lens' VariantSetsGet Bool Source #

Pretty-print response.

vsgVariantSetId :: Lens' VariantSetsGet Text Source #

Required. The ID of the variant set.

vsgUploadType :: Lens' VariantSetsGet (Maybe Text) Source #

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