gogol-genomics-0.2.0: 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.CallSets.Get

Contents

Description

Gets a call set by ID. For the definitions of call sets and other genomics resources, see Fundamentals of Google Genomics

See: Genomics API Reference for genomics.callsets.get.

Synopsis

REST Resource

type CallSetsGetResource = "v1" :> ("callsets" :> (Capture "callSetId" Text :> (QueryParam "$.xgafv" Xgafv :> (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] CallSet)))))))))) Source #

A resource alias for genomics.callsets.get method which the CallSetsGet request conforms to.

Creating a Request

callSetsGet Source #

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

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

data CallSetsGet Source #

Gets a call set by ID. For the definitions of call sets and other genomics resources, see Fundamentals of Google Genomics

See: callSetsGet smart constructor.

Instances

Eq CallSetsGet Source # 
Data CallSetsGet Source # 

Methods

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

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

toConstr :: CallSetsGet -> Constr #

dataTypeOf :: CallSetsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CallSetsGet Source # 
Generic CallSetsGet Source # 

Associated Types

type Rep CallSetsGet :: * -> * #

GoogleRequest CallSetsGet Source # 

Associated Types

type Rs CallSetsGet :: * #

type Scopes CallSetsGet :: [Symbol] #

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

Request Lenses

csgUploadProtocol :: Lens' CallSetsGet (Maybe Text) Source #

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

csgPp :: Lens' CallSetsGet Bool Source #

Pretty-print response.

csgUploadType :: Lens' CallSetsGet (Maybe Text) Source #

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

csgCallSetId :: Lens' CallSetsGet Text Source #

The ID of the call set.