class AdminProjectsLocationsTopicsSubscriptions extends Resource (View source)

The "subscriptions" collection of methods.

Typical usage is:

 $pubsubliteService = new Google\Service\PubsubLite(...);
 $subscriptions = $pubsubliteService->admin_projects_locations_topics_subscriptions;

Methods

listAdminProjectsLocationsTopicsSubscriptions(string $name, array $optParams = [])

Lists the subscriptions attached to the specified topic.

Details

ListTopicSubscriptionsResponse listAdminProjectsLocationsTopicsSubscriptions(string $name, array $optParams = [])

Lists the subscriptions attached to the specified topic.

(subscriptions.listAdminProjectsLocationsTopicsSubscriptions)

Parameters

string $name

Required. The name of the topic whose subscriptions to list.

array $optParams

Optional parameters.

Return Value

ListTopicSubscriptionsResponse

Exceptions

Exception