Class ProjectsResource.TopicsResource.SubscriptionsResource
The "subscriptions" collection of methods.
Inherited Members
Namespace: Google.Apis.Pubsub.v1
Assembly: Google.Apis.Pubsub.v1.dll
Syntax
public class ProjectsResource.TopicsResource.SubscriptionsResource
Constructors
SubscriptionsResource(IClientService)
Constructs a new resource.
Declaration
public SubscriptionsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
List(string)
Lists the names of the attached subscriptions on this topic.
Declaration
public virtual ProjectsResource.TopicsResource.SubscriptionsResource.ListRequest List(string topic)
Parameters
| Type | Name | Description |
|---|---|---|
| string | topic | Required. The name of the topic that subscriptions are attached to. Format is
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.TopicsResource.SubscriptionsResource.ListRequest |