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.Create

Contents

Description

Creates a new variant set. For the definitions of variant sets and other genomics resources, see Fundamentals of Google Genomics The provided variant set must have a valid `datasetId` set - all other fields are optional. Note that the `id` field will be ignored, as this is assigned by the server.

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

Synopsis

REST Resource

type VariantSetsCreateResource = "v1" :> ("variantsets" :> (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] VariantSet :> Post '[JSON] VariantSet)))))))))) Source #

A resource alias for genomics.variantsets.create method which the VariantSetsCreate request conforms to.

Creating a Request

variantSetsCreate Source #

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

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

data VariantSetsCreate Source #

Creates a new variant set. For the definitions of variant sets and other genomics resources, see Fundamentals of Google Genomics The provided variant set must have a valid `datasetId` set - all other fields are optional. Note that the `id` field will be ignored, as this is assigned by the server.

See: variantSetsCreate smart constructor.

Instances

Eq VariantSetsCreate Source # 
Data VariantSetsCreate Source # 

Methods

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

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

toConstr :: VariantSetsCreate -> Constr #

dataTypeOf :: VariantSetsCreate -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

vscUploadProtocol :: Lens' VariantSetsCreate (Maybe Text) Source #

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

vscPp :: Lens' VariantSetsCreate Bool Source #

Pretty-print response.

vscUploadType :: Lens' VariantSetsCreate (Maybe Text) Source #

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

vscPayload :: Lens' VariantSetsCreate VariantSet Source #

Multipart request metadata.