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

Contents

Description

Gets an annotation set. Caller must have READ permission for the associated dataset.

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

Synopsis

REST Resource

type AnnotationSetsGetResource = "v1" :> ("annotationsets" :> (Capture "annotationSetId" 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] AnnotationSet)))))))))) Source #

A resource alias for genomics.annotationsets.get method which the AnnotationSetsGet request conforms to.

Creating a Request

annotationSetsGet Source #

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

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

data AnnotationSetsGet Source #

Gets an annotation set. Caller must have READ permission for the associated dataset.

See: annotationSetsGet smart constructor.

Instances

Eq AnnotationSetsGet Source # 
Data AnnotationSetsGet Source # 

Methods

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

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

toConstr :: AnnotationSetsGet -> Constr #

dataTypeOf :: AnnotationSetsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AnnotationSetsGet Source # 
Generic AnnotationSetsGet Source # 
GoogleRequest AnnotationSetsGet Source # 
type Rep AnnotationSetsGet Source # 
type Rep AnnotationSetsGet = D1 (MetaData "AnnotationSetsGet" "Network.Google.Resource.Genomics.AnnotationSets.Get" "gogol-genomics-0.3.0-GPX9YasYuQx91P3G1HVwWC" False) (C1 (MetaCons "AnnotationSetsGet'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_asgXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) (S1 (MetaSel (Just Symbol "_asgUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_asgAnnotationSetId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_asgPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_asgAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_asgUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_asgBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_asgCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes AnnotationSetsGet Source # 
type Scopes AnnotationSetsGet = (:) 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 AnnotationSetsGet Source # 

Request Lenses

asgUploadProtocol :: Lens' AnnotationSetsGet (Maybe Text) Source #

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

asgAnnotationSetId :: Lens' AnnotationSetsGet Text Source #

The ID of the annotation set to be retrieved.

asgPp :: Lens' AnnotationSetsGet Bool Source #

Pretty-print response.

asgUploadType :: Lens' AnnotationSetsGet (Maybe Text) Source #

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