ProjectsTopicsSubscriptions
class ProjectsTopicsSubscriptions extends Resource (View source)
The "subscriptions" collection of methods.
Typical usage is:
$pubsubService = new Google\Service\Pubsub(...);
$subscriptions = $pubsubService->projects_topics_subscriptions;
Methods
listProjectsTopicsSubscriptions(string $topic, array $optParams = [])
Lists the names of the attached subscriptions on this topic.
Details
ListTopicSubscriptionsResponse
listProjectsTopicsSubscriptions(string $topic, array $optParams = [])
Lists the names of the attached subscriptions on this topic.
(subscriptions.listProjectsTopicsSubscriptions)