Show / Hide Table of Contents

Class ProjectsResource.TopicsResource.SubscriptionsResource

The "subscriptions" collection of methods.

Inheritance
object
ProjectsResource.TopicsResource.SubscriptionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 projects/{project}/topics/{topic}.

Returns
Type Description
ProjectsResource.TopicsResource.SubscriptionsResource.ListRequest
In this article
Back to top Generated by DocFX