list
public Pubsub.Projects.Topics.Subscriptions.List list(java.lang.String topic)
throws java.io.IOException
Lists the name of the subscriptions for this topic.
Create a request for the method "subscriptions.list".
This request holds the parameters needed by the pubsub server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
topic
- The name of the topic that subscriptions are attached to.
- Returns:
- the request
- Throws:
java.io.IOException