Class CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource
The "subscriptions" collection of methods.
Inherited Members
Namespace: Google.Apis.PubsubLite.v1
Assembly: Google.Apis.PubsubLite.v1.dll
Syntax
public class CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource
Constructors
SubscriptionsResource(IClientService)
Constructs a new resource.
Declaration
public SubscriptionsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Cursors
Gets the Cursors resource.
Declaration
public virtual CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource.CursorsResource Cursors { get; }
Property Value
Type | Description |
---|---|
CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource.CursorsResource |
Methods
CommitCursor(CommitCursorRequest, string)
Updates the committed cursor.
Declaration
public virtual CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource.CommitCursorRequest CommitCursor(CommitCursorRequest body, string subscription)
Parameters
Type | Name | Description |
---|---|---|
CommitCursorRequest | body | The body of the request. |
string | subscription | The subscription for which to update the cursor. |
Returns
Type | Description |
---|---|
CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource.CommitCursorRequest |