gogol-genomics-0.0.1: Google Genomics SDK.

Copyright(c) 2015 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.

See: API Reference for genomics.variantsets.get.

Synopsis

REST Resource

type VariantSetsGetResource = "v1" :> ("variantsets" :> (Capture "variantSetId" Text :> (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 :> 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:

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").