GooglePubSub

Google Cloud Pub/Sub is a fully-managed real-time messaging service that enables you to send and receive messages between independent applications.

Messaging and Conferencing · Google Cloud Pub / Sub

Configuration parameters

  • isFetch — Fetch incidents
  • incidentType — Incident type
  • service_account_json — Service account private key file contents (JSON).
  • credentials
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings
  • default_project — Default project ID. (required)
  • default_subscription — Fetch incidents using the subscription ID.
  • default_max_msgs — Maximum number of incidents per fetch.
  • ack_incidents — Acknowledge incidents.
  • first_fetch_time — First fetch time.

Commands (16)

  • gcp-pubsub-topic-ack-messages

    Acknowledge previously pulled message or messages.

  • gcp-pubsub-topic-create

    Create a topic.

  • gcp-pubsub-topic-delete

    Delete a topic.

  • gcp-pubsub-topic-messages-pull

    Pull messages that were published.

  • gcp-pubsub-topic-messages-seek

    Seeks a subscription to a given point in time or to a given snapshot.

  • gcp-pubsub-topic-publish-message

    Publish a message in a topic.

  • gcp-pubsub-topic-snapshot-create

    Creates a snapshot from the requested subscription. Snapshots are used in the gcp-pubsub-topic-messages-seek command.

  • gcp-pubsub-topic-snapshot-delete

    Removes an existing snapshot.

  • gcp-pubsub-topic-snapshot-update

    Updates an existing snapshot. Snapshots are used in gcp-pubsub-topic-messages-seek command.

  • gcp-pubsub-topic-snapshots-list

    Get a list of snapshots by project ID and topic ID.

  • gcp-pubsub-topic-subscription-create

    Create a pull or push subscription.

  • gcp-pubsub-topic-subscription-get-by-name

    Get subscription details by the subscription ID.

  • gcp-pubsub-topic-subscription-update

    Update a subscription.

  • gcp-pubsub-topic-subscriptions-list

    Get a list of subscriptions by project ID or topic ID.

  • gcp-pubsub-topic-update

    Updates a topic.

  • gcp-pubsub-topics-list

    Get a list of the topics of the project.