Difference between revisions of "Gcloud pubsub"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
https://cloud.google.com/sdk/gcloud/reference/pubsub
 
  [[gcloud pubsub topics]]
 
  [[gcloud pubsub topics]]
 +
[[gcloud pubsub snapshots]]
 +
[[gcloud pubsub schemas]]
 +
[[gcloud pubsub subscriptions]]
 +
 +
 +
 
  [[gcloud pubsub topics create start-instance-event]]
 
  [[gcloud pubsub topics create start-instance-event]]
 
  [[gcloud pubsub topics create stop-instance-event]]
 
  [[gcloud pubsub topics create stop-instance-event]]
Line 12: Line 19:
 
     --runtime nodejs10 \
 
     --runtime nodejs10 \
 
     --allow-unauthenticated
 
     --allow-unauthenticated
 +
 +
gcloud pubsub
 +
ERROR: (gcloud.pubsub) Command name argument expected.
 +
 +
Available groups for gcloud pubsub:
 +
 +
      lite-operations        Manage Pub/Sub Lite operations.
 +
      lite-reservations      Manage Pub/Sub Lite reservations.
 +
      lite-subscriptions      Manage Pub/Sub Lite subscriptions.
 +
      lite-topics            Manage Pub/Sub Lite topics.
 +
      schemas                Manage Pub/Sub schemas.
 +
      snapshots              Manage Cloud Pub/Sub snapshots.
 +
      subscriptions          Manage Cloud Pub/Sub subscriptions.
 +
      topics                  Manage Cloud Pub/Sub topics.
 +
 +
For detailed information on this command and its flags, run:
 +
  gcloud pubsub --help
 +
 +
== Related ==
 +
* [[GCP Pub/Sub]]
  
 
== See also ==
 
== See also ==

Latest revision as of 11:53, 1 December 2023

https://cloud.google.com/sdk/gcloud/reference/pubsub

gcloud pubsub topics
gcloud pubsub snapshots
gcloud pubsub schemas
gcloud pubsub subscriptions


gcloud pubsub topics create start-instance-event
gcloud pubsub topics create stop-instance-event
gcloud pubsub topics create cron-topic


gcloud functions deploy startInstancePubSub \
   --trigger-topic start-instance-event \
   --runtime nodejs10 \
   --allow-unauthenticated
gcloud pubsub
ERROR: (gcloud.pubsub) Command name argument expected.

Available groups for gcloud pubsub:

      lite-operations         Manage Pub/Sub Lite operations.
      lite-reservations       Manage Pub/Sub Lite reservations.
      lite-subscriptions      Manage Pub/Sub Lite subscriptions.
      lite-topics             Manage Pub/Sub Lite topics.
      schemas                 Manage Pub/Sub schemas.
      snapshots               Manage Cloud Pub/Sub snapshots.
      subscriptions           Manage Cloud Pub/Sub subscriptions.
      topics                  Manage Cloud Pub/Sub topics.

For detailed information on this command and its flags, run:

 gcloud pubsub --help

Related[edit]

See also[edit]

Advertising: