# Google Pub/Sub Listener

Learn more about this Listener type in [this article](/the-workspace/listeners/listener-integrations/collect-data-from-google-cloud-products/collect-data-from-google-pub-sub.md).

<details>

<summary>v1.0.1</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">03/05/2026</mark>

* Improved error messages to provide specific diagnostics when subscription verification fails
* Added detailed error handling for context timeouts, authentication failures, permission issues, and network problems
* Error messages now include actionable guidance for troubleshooting (e.g., verify credentials, check permissions, validate subscription name)

</details>

<details>

<summary>v1.0.0</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">03/05/2026</mark>

The configuration YAML has been updated to support more google sub parameters (message, orderingKey, publishedTime, deliveryAttempt)

</details>

<details>

<summary>v0.0.2</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">12/06/2025</mark>

Added support for bulk messages to enable processing multiple messages in a single read operation using two methods:

* **with\_delimiter**: Reads messages separated by a specified character (like newline) in a continuous stream
* **json\_array**: Processes messages formatted as elements within a JSON array structure

</details>

<details>

<summary>v0.0.1</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">11/03/2023</mark>

Initial version

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.onum.com/listeners/google-pub-sub-listener.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
