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

Contents

Description

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

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

Synopsis

REST Resource

type VariantsGetResource = "v1" :> ("variants" :> (Capture "variantId" 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] Variant)))))))))) Source #

A resource alias for genomics.variants.get method which the VariantsGet request conforms to.

Creating a Request

variantsGet Source #

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

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

data VariantsGet Source #

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

See: variantsGet smart constructor.

Instances

Eq VariantsGet Source # 
Data VariantsGet Source # 

Methods

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

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

toConstr :: VariantsGet -> Constr #

dataTypeOf :: VariantsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show VariantsGet Source # 
Generic VariantsGet Source # 

Associated Types

type Rep VariantsGet :: * -> * #

GoogleRequest VariantsGet Source # 

Associated Types

type Rs VariantsGet :: * #

type Scopes VariantsGet :: [Symbol] #

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

Request Lenses

vgXgafv :: Lens' VariantsGet (Maybe Xgafv) Source #

V1 error format.

vgUploadProtocol :: Lens' VariantsGet (Maybe Text) Source #

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

vgPp :: Lens' VariantsGet Bool Source #

Pretty-print response.

vgAccessToken :: Lens' VariantsGet (Maybe Text) Source #

OAuth access token.

vgUploadType :: Lens' VariantsGet (Maybe Text) Source #

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

vgBearerToken :: Lens' VariantsGet (Maybe Text) Source #

OAuth bearer token.

vgVariantId :: Lens' VariantsGet Text Source #

The ID of the variant.