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 incidentsincidentType— Incident typeservice_account_json— Service account private key file contents (JSON).credentials—insecure— Trust any certificate (not secure)proxy— Use system proxy settingsdefault_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-messagesAcknowledge previously pulled message or messages.
-
gcp-pubsub-topic-createCreate a topic.
-
gcp-pubsub-topic-deleteDelete a topic.
-
gcp-pubsub-topic-messages-pullPull messages that were published.
-
gcp-pubsub-topic-messages-seekSeeks a subscription to a given point in time or to a given snapshot.
-
gcp-pubsub-topic-publish-messagePublish a message in a topic.
-
gcp-pubsub-topic-snapshot-createCreates a snapshot from the requested subscription. Snapshots are used in the gcp-pubsub-topic-messages-seek command.
-
gcp-pubsub-topic-snapshot-deleteRemoves an existing snapshot.
-
gcp-pubsub-topic-snapshot-updateUpdates an existing snapshot. Snapshots are used in gcp-pubsub-topic-messages-seek command.
-
gcp-pubsub-topic-snapshots-listGet a list of snapshots by project ID and topic ID.
-
gcp-pubsub-topic-subscription-createCreate a pull or push subscription.
-
gcp-pubsub-topic-subscription-get-by-nameGet subscription details by the subscription ID.
-
gcp-pubsub-topic-subscription-updateUpdate a subscription.
-
gcp-pubsub-topic-subscriptions-listGet a list of subscriptions by project ID or topic ID.
-
gcp-pubsub-topic-updateUpdates a topic.
-
gcp-pubsub-topics-listGet a list of the topics of the project.