gogol-pubsub-0.1.0: Google Cloud Pub/Sub 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.PubSub.Projects.Topics.Subscriptions.List

Contents

Description

Lists the name of the subscriptions for this topic.

See: Google Cloud Pub/Sub API Reference for pubsub.projects.topics.subscriptions.list.

Synopsis

REST Resource

type ProjectsTopicsSubscriptionsListResource = "v1" :> (Capture "topic" Text :> ("subscriptions" :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListTopicSubscriptionsResponse)))))))))))) Source #

A resource alias for pubsub.projects.topics.subscriptions.list method which the ProjectsTopicsSubscriptionsList request conforms to.

Creating a Request

data ProjectsTopicsSubscriptionsList Source #

Lists the name of the subscriptions for this topic.

See: projectsTopicsSubscriptionsList smart constructor.

Instances

Eq ProjectsTopicsSubscriptionsList Source # 
Data ProjectsTopicsSubscriptionsList Source # 

Methods

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

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

toConstr :: ProjectsTopicsSubscriptionsList -> Constr #

dataTypeOf :: ProjectsTopicsSubscriptionsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsTopicsSubscriptionsList Source # 
Generic ProjectsTopicsSubscriptionsList Source # 
GoogleRequest ProjectsTopicsSubscriptionsList Source # 
type Rep ProjectsTopicsSubscriptionsList Source # 
type Rep ProjectsTopicsSubscriptionsList = D1 (MetaData "ProjectsTopicsSubscriptionsList" "Network.Google.Resource.PubSub.Projects.Topics.Subscriptions.List" "gogol-pubsub-0.1.0-9Kd2KbQ3UV47Z2LlhG2rxf" False) (C1 (MetaCons "ProjectsTopicsSubscriptionsList'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ptslXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ptslUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_ptslPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) ((:*:) (S1 (MetaSel (Just Symbol "_ptslAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ptslUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ptslTopic") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_ptslBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_ptslPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ptslPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_ptslCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes ProjectsTopicsSubscriptionsList Source # 
type Scopes ProjectsTopicsSubscriptionsList = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/pubsub" ([] Symbol))
type Rs ProjectsTopicsSubscriptionsList Source # 

Request Lenses

ptslUploadProtocol :: Lens' ProjectsTopicsSubscriptionsList (Maybe Text) Source #

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

ptslUploadType :: Lens' ProjectsTopicsSubscriptionsList (Maybe Text) Source #

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

ptslTopic :: Lens' ProjectsTopicsSubscriptionsList Text Source #

The name of the topic that subscriptions are attached to.

ptslPageToken :: Lens' ProjectsTopicsSubscriptionsList (Maybe Text) Source #

The value returned by the last `ListTopicSubscriptionsResponse`; indicates that this is a continuation of a prior `ListTopicSubscriptions` call, and that the system should return the next page of data.

ptslPageSize :: Lens' ProjectsTopicsSubscriptionsList (Maybe Int32) Source #

Maximum number of subscription names to return.