Show / Hide Table of Contents

Class AdminResource.ProjectsResource.LocationsResource.TopicsResource.SubscriptionsResource

The "subscriptions" collection of methods.

Inheritance
object
AdminResource.ProjectsResource.LocationsResource.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.PubsubLite.v1
Assembly: Google.Apis.PubsubLite.v1.dll
Syntax
public class AdminResource.ProjectsResource.LocationsResource.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 subscriptions attached to the specified topic.

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

Required. The name of the topic whose subscriptions to list.

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