public class Pubsub.Projects.Topics.Subscriptions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Pubsub.Projects.Topics.Subscriptions.List |
| Constructor and Description |
|---|
Subscriptions() |
| Modifier and Type | Method and Description |
|---|---|
Pubsub.Projects.Topics.Subscriptions.List |
list(String topic)
Lists the names of the attached subscriptions on this topic.
|
public Pubsub.Projects.Topics.Subscriptions.List list(String topic) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.topic - Required. The name of the topic that subscriptions are attached to. Format is
`projects/{project}/topics/{topic}`.IOExceptionCopyright © 2011–2021 Google. All rights reserved.