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.v1beta2
Assembly: Google.Apis.Pubsub.v1beta2.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 name of the subscriptions for this topic.

Declaration
public virtual ProjectsResource.TopicsResource.SubscriptionsResource.ListRequest List(string topic)
Parameters
Type Name Description
string topic

The name of the topic that subscriptions are attached to.

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