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

Contents

Description

Deletes an annotation set. Caller must have WRITE permission for the associated annotation set.

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

Synopsis

REST Resource

type AnnotationSetsDeleteResource = "v1" :> ("annotationsets" :> (Capture "annotationSetId" 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.annotationsets.delete method which the AnnotationSetsDelete request conforms to.

Creating a Request

annotationSetsDelete Source #

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

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

data AnnotationSetsDelete Source #

Deletes an annotation set. Caller must have WRITE permission for the associated annotation set.

See: annotationSetsDelete smart constructor.

Instances

Eq AnnotationSetsDelete Source # 
Data AnnotationSetsDelete Source # 

Methods

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

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

toConstr :: AnnotationSetsDelete -> Constr #

dataTypeOf :: AnnotationSetsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AnnotationSetsDelete Source # 
Generic AnnotationSetsDelete Source # 
GoogleRequest AnnotationSetsDelete Source # 
type Rep AnnotationSetsDelete Source # 
type Rep AnnotationSetsDelete = D1 (MetaData "AnnotationSetsDelete" "Network.Google.Resource.Genomics.AnnotationSets.Delete" "gogol-genomics-0.1.1-9TWtpcanHb4JUk7FTGwZPZ" False) (C1 (MetaCons "AnnotationSetsDelete'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_asdXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_asdUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_asdAnnotationSetId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_asdPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_asdAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_asdUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_asdBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_asdCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes AnnotationSetsDelete Source # 
type Scopes AnnotationSetsDelete = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/genomics" ([] Symbol))
type Rs AnnotationSetsDelete Source # 

Request Lenses

asdUploadProtocol :: Lens' AnnotationSetsDelete (Maybe Text) Source #

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

asdAnnotationSetId :: Lens' AnnotationSetsDelete Text Source #

The ID of the annotation set to be deleted.

asdPp :: Lens' AnnotationSetsDelete Bool Source #

Pretty-print response.

asdUploadType :: Lens' AnnotationSetsDelete (Maybe Text) Source #

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