gogol-genomics-0.1.1: Google Genomics SDK.

Copyright(c) 2015-2016 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.Reads.Stream

Contents

Description

Returns a stream of all the reads matching the search request, ordered by reference name, position, and ID.

See: Genomics API Reference for genomics.reads.stream.

Synopsis

REST Resource

type ReadsStreamResource = "v1" :> ("reads:stream" :> (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] StreamReadsRequest :> Post '[JSON] StreamReadsResponse)))))))))) Source #

A resource alias for genomics.reads.stream method which the ReadsStream request conforms to.

Creating a Request

readsStream Source #

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

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

data ReadsStream Source #

Returns a stream of all the reads matching the search request, ordered by reference name, position, and ID.

See: readsStream smart constructor.

Instances

Eq ReadsStream Source # 
Data ReadsStream Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReadsStream -> c ReadsStream #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReadsStream #

toConstr :: ReadsStream -> Constr #

dataTypeOf :: ReadsStream -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ReadsStream) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReadsStream) #

gmapT :: (forall b. Data b => b -> b) -> ReadsStream -> ReadsStream #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReadsStream -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReadsStream -> r #

gmapQ :: (forall d. Data d => d -> u) -> ReadsStream -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ReadsStream -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReadsStream -> m ReadsStream #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReadsStream -> m ReadsStream #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReadsStream -> m ReadsStream #

Show ReadsStream Source # 
Generic ReadsStream Source # 

Associated Types

type Rep ReadsStream :: * -> * #

GoogleRequest ReadsStream Source # 

Associated Types

type Rs ReadsStream :: * #

type Scopes ReadsStream :: [Symbol] #

type Rep ReadsStream Source # 
type Scopes ReadsStream Source # 
type Scopes ReadsStream = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/genomics" ([] Symbol))
type Rs ReadsStream Source # 

Request Lenses

rssXgafv :: Lens' ReadsStream (Maybe Text) Source #

V1 error format.

rssUploadProtocol :: Lens' ReadsStream (Maybe Text) Source #

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

rssPp :: Lens' ReadsStream Bool Source #

Pretty-print response.

rssUploadType :: Lens' ReadsStream (Maybe Text) Source #

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

rssPayload :: Lens' ReadsStream StreamReadsRequest Source #

Multipart request metadata.