Show / Hide Table of Contents

Class CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource

The "subscriptions" collection of methods.

Inheritance
object
CursorResource.ProjectsResource.LocationsResource.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 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
In this article
Back to top Generated by DocFX