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

Contents

Description

Updates a read group set. This method supports patch semantics.

See: API Reference for genomics.readgroupsets.patch.

Synopsis

REST Resource

type ReadGroupSetsPatchResource = "v1" :> ("readgroupsets" :> (Capture "readGroupSetId" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "updateMask" Text :> (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:

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 Text) Source

An optional mask specifying which fields to update. At this time, mutable fields are referenceSetId and name. Acceptable values are "referenceSetId" and "name". If unspecified, all mutable fields will be updated.

rgspPp :: Lens' ReadGroupSetsPatch Bool Source

Pretty-print response.

rgspUploadType :: Lens' ReadGroupSetsPatch (Maybe Text) Source

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