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.VariantSets.Delete

Contents

Description

Deletes the contents of a variant set. The variant set object is not deleted.

See: API Reference for genomics.variantsets.delete.

Synopsis

REST Resource

type VariantSetsDeleteResource = "v1" :> ("variantsets" :> (Capture "variantSetId" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` Empty)))))))))) Source

A resource alias for genomics.variantsets.delete method which the VariantSetsDelete request conforms to.

Creating a Request

variantSetsDelete Source

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

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

Request Lenses

vsdUploadProtocol :: Lens' VariantSetsDelete (Maybe Text) Source

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

vsdPp :: Lens' VariantSetsDelete Bool Source

Pretty-print response.

vsdVariantSetId :: Lens' VariantSetsDelete Text Source

The ID of the variant set to be deleted.

vsdUploadType :: Lens' VariantSetsDelete (Maybe Text) Source

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