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

Contents

Description

Updates a call set. This method supports patch semantics.

See: API Reference for genomics.callsets.patch.

Synopsis

REST Resource

type CallSetsPatchResource = "v1" :> ("callsets" :> (Capture "callSetId" 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]` CallSet :> Patch `[JSON]` CallSet)))))))))))) Source

A resource alias for genomics.callsets.patch method which the CallSetsPatch request conforms to.

Creating a Request

callSetsPatch Source

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

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

Request Lenses

cspUploadProtocol :: Lens' CallSetsPatch (Maybe Text) Source

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

cspUpdateMask :: Lens' CallSetsPatch (Maybe Text) Source

An optional mask specifying which fields to update. At this time, the only mutable field is name. The only acceptable value is "name". If unspecified, all mutable fields will be updated.

cspPp :: Lens' CallSetsPatch Bool Source

Pretty-print response.

cspUploadType :: Lens' CallSetsPatch (Maybe Text) Source

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

cspPayload :: Lens' CallSetsPatch CallSet Source

Multipart request metadata.

cspCallSetId :: Lens' CallSetsPatch Text Source

The ID of the call set to be updated.