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

Contents

Description

Gets a list of call sets matching the criteria. Implements GlobalAllianceApi.searchCallSets.

See: API Reference for genomics.callsets.search.

Synopsis

REST Resource

type CallSetsSearchResource = "v1" :> ("callsets" :> ("search" :> (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 :> (ReqBody `[JSON]` SearchCallSetsRequest :> Post `[JSON]` SearchCallSetsResponse))))))))))) Source

A resource alias for genomics.callsets.search method which the CallSetsSearch request conforms to.

Creating a Request

callSetsSearch Source

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

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

Request Lenses

cssUploadProtocol :: Lens' CallSetsSearch (Maybe Text) Source

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

cssPp :: Lens' CallSetsSearch Bool Source

Pretty-print response.

cssUploadType :: Lens' CallSetsSearch (Maybe Text) Source

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