Redpoint Interaction v6.x Documentation
Breadcrumbs

Google Pub/Sub configuration

Creating a Topic in Google Pub/Sub

This section describes how to create a new Topic in Google Pub/Sub. Please follow the steps below:

  1. In a web browser, navigate to https://console.cloud.google.com/.

  2. Click the menu next to the Google Cloud Platform header text.

    image-20250912-153100.png
  3. Select a project by checking its name and pressing the Open button.

    image-20250912-153110.png
  4. In the left-hand panel, under the Big Data section, select Pub/Sub->Topics.

    image-20250912-153121.png
  5. In the Topic page, press Create Topic. Complete the Topic Name field and press Create to save.

    image-20250912-153137.png
    image-20250912-153200.png

Creating a Subscription in Google Pub/Sub

This section describes how to create a new Subscription for a specific Topic. Please follow the steps below:

  1. Go to the Topics page as documented in the previous section above.

  2. Select a Topic from the list by double-clicking it.

    image-20250912-153216.png
  3. In the Topic Details, press Create Subscription. Complete the Subscription Name field then press Create to save.

    image-20250912-153239.png
    image-20250912-153301.png

Setting up Windows Environment Variables

This section describes how to setup the Google service account key (in JSON format) as the Windows environment variable GOOGLE_APPLICATION_CREDENTIALS. Please follow the steps below:

  1. At the target computer, right-click ‘This PC’ and select Properties.

    image-20250912-153316.png
  2. Go to the Advanced Tab and click Environment Variables.

    image-20250912-153331.png
    image-20250912-153340.png
  3. In System Variables, press the New button. Complete the fields below, then press OK to save.

    image-20250912-153354.png
  4. Restart the machine for the new setting to take effect.