googleapis.com – pubsublite
- 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.pubsubliteAdminProjectsLocationsOperationsCancelStarts 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 toCode.CANCELLED. -
admin.pubsubliteAdminProjectsLocationsOperationsListLists operations that match the specified filter in the request. If the server doesn't support this method, it returns
UNIMPLEMENTED. -
admin.pubsubliteAdminProjectsLocationsReservationsCreateCreates a new reservation.
-
admin.pubsubliteAdminProjectsLocationsReservationsListReturns the list of reservations for the given project.
-
admin.pubsubliteAdminProjectsLocationsReservationsTopicsListLists the topics attached to the specified reservation.
-
admin.pubsubliteAdminProjectsLocationsSubscriptionsCreateCreates a new subscription.
-
admin.pubsubliteAdminProjectsLocationsSubscriptionsListReturns the list of subscriptions for the given project.
-
admin.pubsubliteAdminProjectsLocationsSubscriptionsSeekPerforms 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.pubsubliteAdminProjectsLocationsTopicsCreateCreates a new topic.
-
admin.pubsubliteAdminProjectsLocationsTopicsDeleteDeletes the specified topic.
-
admin.pubsubliteAdminProjectsLocationsTopicsGetReturns the topic configuration.
-
admin.pubsubliteAdminProjectsLocationsTopicsGetPartitionsReturns the partition information for the requested topic.
-
admin.pubsubliteAdminProjectsLocationsTopicsListReturns the list of topics for the given project.
-
admin.pubsubliteAdminProjectsLocationsTopicsPatchUpdates properties of the specified topic.
-
admin.pubsubliteAdminProjectsLocationsTopicsSubscriptionsListLists the subscriptions attached to the specified topic.
-
cursor.pubsubliteCursorProjectsLocationsSubscriptionsCommitCursorUpdates the committed cursor.
-
cursor.pubsubliteCursorProjectsLocationsSubscriptionsCursorsListReturns all committed cursor information for a subscription.
-
topicStats.pubsubliteTopicStatsProjectsLocationsTopicsComputeHeadCursorCompute 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.pubsubliteTopicStatsProjectsLocationsTopicsComputeMessageStatsCompute statistics about a range of messages in a given topic and partition.
-
topicStats.pubsubliteTopicStatsProjectsLocationsTopicsComputeTimeCursorCompute the corresponding cursor for a publish or event time in a topic partition.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools