gogol-pubsub-0.0.1: Google Cloud Pub/Sub SDK.

Copyright(c) 2015 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

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.