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

Contents

Description

Updates a variant set using patch semantics. For the definitions of variant sets and other genomics resources, see Fundamentals of Google Genomics

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

Synopsis

REST Resource

type VariantSetsPatchResource = "v1" :> ("variantsets" :> (Capture "variantSetId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "updateMask" FieldMask :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] VariantSet :> Patch '[JSON] VariantSet)))))))))))) Source #

A resource alias for genomics.variantsets.patch method which the VariantSetsPatch request conforms to.

Creating a Request

variantSetsPatch Source #

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

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

data VariantSetsPatch Source #

Updates a variant set using patch semantics. For the definitions of variant sets and other genomics resources, see Fundamentals of Google Genomics

See: variantSetsPatch smart constructor.

Instances

Eq VariantSetsPatch Source # 
Data VariantSetsPatch Source # 

Methods

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

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

toConstr :: VariantSetsPatch -> Constr #

dataTypeOf :: VariantSetsPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

vspUploadProtocol :: Lens' VariantSetsPatch (Maybe Text) Source #

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

vspUpdateMask :: Lens' VariantSetsPatch (Maybe FieldMask) Source #

An optional mask specifying which fields to update. Supported fields: * metadata. * name. * description. Leaving `updateMask` unset is equivalent to specifying all mutable fields.

vspPp :: Lens' VariantSetsPatch Bool Source #

Pretty-print response.

vspVariantSetId :: Lens' VariantSetsPatch Text Source #

The ID of the variant to be updated (must already exist).

vspUploadType :: Lens' VariantSetsPatch (Maybe Text) Source #

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

vspPayload :: Lens' VariantSetsPatch VariantSet Source #

Multipart request metadata.