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

Contents

Description

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

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

Synopsis

REST Resource

type CallSetsDeleteResource = "v1" :> ("callsets" :> (Capture "callSetId" 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.callsets.delete method which the CallSetsDelete request conforms to.

Creating a Request

callSetsDelete Source #

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

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

data CallSetsDelete Source #

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

See: callSetsDelete smart constructor.

Instances

Eq CallSetsDelete Source # 
Data CallSetsDelete Source # 

Methods

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

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

toConstr :: CallSetsDelete -> Constr #

dataTypeOf :: CallSetsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CallSetsDelete Source # 
Generic CallSetsDelete Source # 

Associated Types

type Rep CallSetsDelete :: * -> * #

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

Request Lenses

csdUploadProtocol :: Lens' CallSetsDelete (Maybe Text) Source #

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

csdPp :: Lens' CallSetsDelete Bool Source #

Pretty-print response.

csdUploadType :: Lens' CallSetsDelete (Maybe Text) Source #

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

csdCallSetId :: Lens' CallSetsDelete Text Source #

The ID of the call set to be deleted.