Class CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource.CursorsResource
The "cursors" collection of methods.
Inheritance
CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource.CursorsResource
Inherited Members
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
|
Returns
Type | Description |
---|---|
CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource.CursorsResource.ListRequest |