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

Contents

Description

Gets a read group set by ID.

See: API Reference for genomics.readgroupsets.get.

Synopsis

REST Resource

type ReadGroupSetsGetResource = "v1" :> ("readgroupsets" :> (Capture "readGroupSetId" 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 :> Get `[JSON]` ReadGroupSet)))))))))) Source

A resource alias for genomics.readgroupsets.get method which the ReadGroupSetsGet request conforms to.

Creating a Request

readGroupSetsGet Source

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

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

Request Lenses

rgsgReadGroupSetId :: Lens' ReadGroupSetsGet Text Source

The ID of the read group set.

rgsgUploadProtocol :: Lens' ReadGroupSetsGet (Maybe Text) Source

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

rgsgPp :: Lens' ReadGroupSetsGet Bool Source

Pretty-print response.

rgsgUploadType :: Lens' ReadGroupSetsGet (Maybe Text) Source

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