Show / Hide Table of Contents

Class CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource.CursorsResource

The "cursors" collection of methods.

Inheritance
object
CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource.CursorsResource
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 CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource.CursorsResource

Constructors

CursorsResource(IClientService)

Constructs a new resource.

Declaration
public CursorsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Returns all committed cursor information for a subscription.

Declaration
public virtual CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource.CursorsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The subscription for which to retrieve cursors. Structured like projects/{project_number}/locations/{location}/subscriptions/{subscription_id}.

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