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

Contents

Description

Updates a read group set. For the definitions of read group sets and other genomics resources, see Fundamentals of Google Genomics This method supports patch semantics.

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

Synopsis

REST Resource

type ReadGroupSetsPatchResource = "v1" :> ("readgroupsets" :> (Capture "readGroupSetId" 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] ReadGroupSet :> Patch '[JSON] ReadGroupSet)))))))))))) Source #

A resource alias for genomics.readgroupsets.patch method which the ReadGroupSetsPatch request conforms to.

Creating a Request

readGroupSetsPatch Source #

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

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

data ReadGroupSetsPatch Source #

Updates a read group set. For the definitions of read group sets and other genomics resources, see Fundamentals of Google Genomics This method supports patch semantics.

See: readGroupSetsPatch smart constructor.

Instances

Eq ReadGroupSetsPatch Source # 
Data ReadGroupSetsPatch Source # 

Methods

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

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

toConstr :: ReadGroupSetsPatch -> Constr #

dataTypeOf :: ReadGroupSetsPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

rgspReadGroupSetId :: Lens' ReadGroupSetsPatch Text Source #

The ID of the read group set to be updated. The caller must have WRITE permissions to the dataset associated with this read group set.

rgspUploadProtocol :: Lens' ReadGroupSetsPatch (Maybe Text) Source #

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

rgspUpdateMask :: Lens' ReadGroupSetsPatch (Maybe FieldMask) Source #

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

rgspPp :: Lens' ReadGroupSetsPatch Bool Source #

Pretty-print response.

rgspUploadType :: Lens' ReadGroupSetsPatch (Maybe Text) Source #

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