Liking cljdoc? Tell your friends :D

happygapi.pubsublite.topicStats

Pub/Sub Lite API: topicStats.

See: https://cloud.google.com/pubsub/lite/docsapi/reference/rest/v1/topicStats
raw docstring

projects-locations-topics-computeHeadCursor$clj

(projects-locations-topics-computeHeadCursor$ auth parameters body)

https://cloud.google.com/pubsub/lite/docsapi/reference/rest/v1/topicStats/projects/locations/topics/computeHeadCursor

Required parameters: topic

Optional parameters: none

Body:

{:partition string}

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.

https://cloud.google.com/pubsub/lite/docsapi/reference/rest/v1/topicStats/projects/locations/topics/computeHeadCursor

Required parameters: topic

Optional parameters: none

Body: 

{:partition string}

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.
sourceraw docstring

projects-locations-topics-computeMessageStats$clj

(projects-locations-topics-computeMessageStats$ auth parameters body)

https://cloud.google.com/pubsub/lite/docsapi/reference/rest/v1/topicStats/projects/locations/topics/computeMessageStats

Required parameters: topic

Optional parameters: none

Body:

{:partition string, :endCursor {:offset string}, :startCursor {:offset string}}

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

https://cloud.google.com/pubsub/lite/docsapi/reference/rest/v1/topicStats/projects/locations/topics/computeMessageStats

Required parameters: topic

Optional parameters: none

Body: 

{:partition string,
 :endCursor {:offset string},
 :startCursor {:offset string}}

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

projects-locations-topics-computeTimeCursor$clj

(projects-locations-topics-computeTimeCursor$ auth parameters body)

https://cloud.google.com/pubsub/lite/docsapi/reference/rest/v1/topicStats/projects/locations/topics/computeTimeCursor

Required parameters: topic

Optional parameters: none

Body:

{:target {:eventTime string, :publishTime string}, :partition string}

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

https://cloud.google.com/pubsub/lite/docsapi/reference/rest/v1/topicStats/projects/locations/topics/computeTimeCursor

Required parameters: topic

Optional parameters: none

Body: 

{:target {:eventTime string, :publishTime string}, :partition string}

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

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close