integrations.sh
← all integrations

googleapis.com – pubsublite

OpenAPI apis-guru analyticsmedia
Homepage
https://api.apis.guru/v2/specs/googleapis.com:pubsublite/v1.json
Provider
googleapis.com:pubsublite / pubsublite
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/googleapis.com/pubsublite/v1/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/googleapis.com/pubsublite/v1/openapi.yaml

Tools (22)

Extracted live via the executor SDK.

  • admin.pubsubliteAdminProjectsLocationsOperationsCancel

    Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

  • admin.pubsubliteAdminProjectsLocationsOperationsList

    Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

  • admin.pubsubliteAdminProjectsLocationsReservationsCreate

    Creates a new reservation.

  • admin.pubsubliteAdminProjectsLocationsReservationsList

    Returns the list of reservations for the given project.

  • admin.pubsubliteAdminProjectsLocationsReservationsTopicsList

    Lists the topics attached to the specified reservation.

  • admin.pubsubliteAdminProjectsLocationsSubscriptionsCreate

    Creates a new subscription.

  • admin.pubsubliteAdminProjectsLocationsSubscriptionsList

    Returns the list of subscriptions for the given project.

  • admin.pubsubliteAdminProjectsLocationsSubscriptionsSeek

    Performs an out-of-band seek for a subscription to a specified target, which may be timestamps or named positions within the message backlog. Seek translates these targets to cursors for each partition and orchestrates subscribers to start consuming messages from these seek cursors. If an operation is returned, the seek has been registered and subscribers will eventually receive messages from the seek cursors (i.e. eventual consistency), as long as they are using a minimum supported client library version and not a system that tracks cursors independently of Pub/Sub Lite (e.g. Apache Beam, Dataflow, Spark). The seek operation will fail for unsupported clients. If clients would like to know when subscribers react to the seek (or not), they can poll the operation. The seek operation will succeed and complete once subscribers are ready to receive messages from the seek cursors for all partitions of the topic. This means that the seek operation will not complete until all subscribers come online. If the previous seek operation has not yet completed, it will be aborted and the new invocation of seek will supersede it.

  • admin.pubsubliteAdminProjectsLocationsTopicsCreate

    Creates a new topic.

  • admin.pubsubliteAdminProjectsLocationsTopicsDelete

    Deletes the specified topic.

  • admin.pubsubliteAdminProjectsLocationsTopicsGet

    Returns the topic configuration.

  • admin.pubsubliteAdminProjectsLocationsTopicsGetPartitions

    Returns the partition information for the requested topic.

  • admin.pubsubliteAdminProjectsLocationsTopicsList

    Returns the list of topics for the given project.

  • admin.pubsubliteAdminProjectsLocationsTopicsPatch

    Updates properties of the specified topic.

  • admin.pubsubliteAdminProjectsLocationsTopicsSubscriptionsList

    Lists the subscriptions attached to the specified topic.

  • cursor.pubsubliteCursorProjectsLocationsSubscriptionsCommitCursor

    Updates the committed cursor.

  • cursor.pubsubliteCursorProjectsLocationsSubscriptionsCursorsList

    Returns all committed cursor information for a subscription.

  • topicStats.pubsubliteTopicStatsProjectsLocationsTopicsComputeHeadCursor

    Compute the head cursor for the partition. The head cursor's offset is guaranteed to be less than or equal to all messages which have not yet been acknowledged as published, and greater than the offset of any message whose publish has already been acknowledged. It is zero if there have never been messages in the partition.

  • topicStats.pubsubliteTopicStatsProjectsLocationsTopicsComputeMessageStats

    Compute statistics about a range of messages in a given topic and partition.

  • topicStats.pubsubliteTopicStatsProjectsLocationsTopicsComputeTimeCursor

    Compute the corresponding cursor for a publish or event time in a topic partition.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools