gogol-genomics-0.3.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.ReadGroupSets.Delete

Contents

Description

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

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

Synopsis

REST Resource

type ReadGroupSetsDeleteResource = "v1" :> ("readgroupsets" :> (Capture "readGroupSetId" 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 :> Delete '[JSON] Empty)))))))))) Source #

A resource alias for genomics.readgroupsets.delete method which the ReadGroupSetsDelete request conforms to.

Creating a Request

readGroupSetsDelete Source #

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

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

data ReadGroupSetsDelete Source #

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

See: readGroupSetsDelete smart constructor.

Instances

Eq ReadGroupSetsDelete Source # 
Data ReadGroupSetsDelete Source # 

Methods

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

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

toConstr :: ReadGroupSetsDelete -> Constr #

dataTypeOf :: ReadGroupSetsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ReadGroupSetsDelete Source # 
Generic ReadGroupSetsDelete Source # 
GoogleRequest ReadGroupSetsDelete Source # 
type Rep ReadGroupSetsDelete Source # 
type Rep ReadGroupSetsDelete = D1 (MetaData "ReadGroupSetsDelete" "Network.Google.Resource.Genomics.ReadGroupSets.Delete" "gogol-genomics-0.3.0-GPX9YasYuQx91P3G1HVwWC" False) (C1 (MetaCons "ReadGroupSetsDelete'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rgsdXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) (S1 (MetaSel (Just Symbol "_rgsdReadGroupSetId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_rgsdUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rgsdPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rgsdAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rgsdUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_rgsdBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rgsdCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes ReadGroupSetsDelete Source # 
type Scopes ReadGroupSetsDelete = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/genomics" ([] Symbol))
type Rs ReadGroupSetsDelete Source # 

Request Lenses

rgsdReadGroupSetId :: Lens' ReadGroupSetsDelete Text Source #

The ID of the read group set to be deleted. The caller must have WRITE permissions to the dataset associated with this read group set.

rgsdUploadProtocol :: Lens' ReadGroupSetsDelete (Maybe Text) Source #

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

rgsdPp :: Lens' ReadGroupSetsDelete Bool Source #

Pretty-print response.

rgsdUploadType :: Lens' ReadGroupSetsDelete (Maybe Text) Source #

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