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.VariantSets.Export

Contents

Description

Exports variant set data to an external destination. For the definitions of variant sets and other genomics resources, see Fundamentals of Google Genomics

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

Synopsis

REST Resource

type VariantSetsExportResource = "v1" :> ("variantsets" :> (CaptureMode "variantSetId" "export" 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 :> (ReqBody '[JSON] ExportVariantSetRequest :> Post '[JSON] Operation))))))))))) Source #

A resource alias for genomics.variantsets.export method which the VariantSetsExport request conforms to.

Creating a Request

variantSetsExport Source #

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

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

data VariantSetsExport Source #

Exports variant set data to an external destination. For the definitions of variant sets and other genomics resources, see Fundamentals of Google Genomics

See: variantSetsExport smart constructor.

Instances

Eq VariantSetsExport Source # 
Data VariantSetsExport Source # 

Methods

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

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

toConstr :: VariantSetsExport -> Constr #

dataTypeOf :: VariantSetsExport -> DataType #

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

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

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

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

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

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

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

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

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

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

Show VariantSetsExport Source # 
Generic VariantSetsExport Source # 
GoogleRequest VariantSetsExport Source # 
type Rep VariantSetsExport Source # 
type Scopes VariantSetsExport Source # 
type Scopes VariantSetsExport = (:) Symbol "https://www.googleapis.com/auth/bigquery" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/genomics" ([] Symbol)))
type Rs VariantSetsExport Source # 

Request Lenses

vseUploadProtocol :: Lens' VariantSetsExport (Maybe Text) Source #

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

vsePp :: Lens' VariantSetsExport Bool Source #

Pretty-print response.

vseVariantSetId :: Lens' VariantSetsExport Text Source #

Required. The ID of the variant set that contains variant data which should be exported. The caller must have READ access to this variant set.

vseUploadType :: Lens' VariantSetsExport (Maybe Text) Source #

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