Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Google Cloud Pub Sub Spoke

Manage Google Cloud Pub/Sub messaging service from your ServiceNow instance.

Request apps on the Store

Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

Integration Hub subscription

This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.

Supported versions

This spoke was built for Google Cloud Pub Sub v1, but may be compatible with later versions.

Spoke version

Google Cloud Pub Sub spoke v1.0.4 is the latest version.

Spoke requirements

Google Cloud account.

Spoke dependencies

If you’re having trouble installing the app, ensure that these dependent plugins are installed:

  • ServiceNow IntegrationHub Action Template - Data Stream (com.glide.hub.action_type.datastream)
  • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
  • ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
  • ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
  • Complex Object (com.glide.cobject)
  • Google Identity And Access Spoke (sn_gcp_id_acc_spk)

Note: Some of these plugins are licensable features and require appropriate licenses, if used outside the spoke implementation.

Spoke subflows

The Google Cloud Pub Sub Spoke provides sample subflows to demonstrate automating Google Cloud Pub/Sub tasks. To customize a sample subflow, copy it to a new application scope. Available sample subflows include:

SubflowDescription
Google PubSub MessagesReceives messages from a sub topic and displays the messages in logs.

Spoke actions

The Google Cloud Pub Sub Spoke provides actions to automate tasks when events occurs in your ServiceNow instance. Available actions include:

CategoryActionDescription
Snapshot ManagementCreate SnapshotCreates a snapshot from the requested subscription.
Delete SnapshotRemoves the specified existing snapshot.
Get Snapshot IAM PolicyRetrieves the IAM policy of the snapshot.
Look up SnapshotsRetrieves a list of existing snapshots.
Set Snapshot IAM PolicyAssigns the access control policy to the specified snapshot.
Update SnapshotUpdates an existing snapshot.
Subscription ManagementAcknowledgeAcknowledges the messages associated with the acknowledge IDs in the acknowledge request.
Acknowledge DeadlineUpdates the acknowledge deadline in seconds for a specific message.
Create Pull SubscriptionCreates a pull subscription to the specified topic.
Create Push SubscriptionCreates a push subscription to the specified topic.
Delete SubscriptionDeletes an existing subscription for the specified project.
Get SubscriptionRetrieves the configuration details of the specified subscription.
Get Subscription IAM PolicyRetrieves the access control policy for the specified subscription.
Look up SubscriptionsRetrieves a list of subscriptions.
Pull MessagesPulls message asynchronously for the specified project.
Seek SubscriptionSeeks an existing subscription to a point in time or to a specified snapshot.
Set Subscription IAM PolicyAssigns the access control policy to the specified subscription.
Update Push ConfigurationUpdates the push configuration for the specified subscription.
Update SubscriptionUpdates the specified existing subscription.
Topic ManagementCreate TopicCreates a topic with the specified name.
Delete TopicDeletes the specified topic.
Get IAM PolicyRetrieves the specified access control policy of a resource.
Get TopicRetrieves the configuration details of the specified topic.
Look up TopicsRetrieves a list of topics.
Publish MessagesAdds one or more messages to the specified topic.
Set IAM PolicyAssigns the access control policy to the specified resource.
Update TopicUpdates the specified topic.

Connection and credential alias requirements

Integration Hub uses aliases to manage connection and credential information. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection. For more information, see Connections and Credentials.

For information about setting up the spoke, see Set up the Google Cloud Pub Sub Spoke.