mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
60 lines
1.2 KiB
Text
60 lines
1.2 KiB
Text
NAME
|
|
gcloud pubsub topics - manage Cloud Pub/Sub topics
|
|
|
|
SYNOPSIS
|
|
gcloud pubsub topics COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage Cloud Pub/Sub topics.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-iam-policy-binding
|
|
Add IAM policy binding to a topic.
|
|
|
|
create
|
|
Creates one or more Cloud Pub/Sub topics.
|
|
|
|
delete
|
|
Deletes one or more Cloud Pub/Sub topics.
|
|
|
|
describe
|
|
Describes a Cloud Pub/Sub topic.
|
|
|
|
detach-subscription
|
|
Detaches one or more Cloud Pub/Sub subscriptions.
|
|
|
|
get-iam-policy
|
|
Get the IAM policy for a Cloud Pub/Sub Topic.
|
|
|
|
list
|
|
Lists Cloud Pub/Sub topics within a project.
|
|
|
|
list-subscriptions
|
|
Lists Cloud Pub/Sub subscriptions from a given topic.
|
|
|
|
publish
|
|
Publishes a message to the specified topic.
|
|
|
|
remove-iam-policy-binding
|
|
Remove IAM policy binding of a topic.
|
|
|
|
set-iam-policy
|
|
Set IAM policy for a topic.
|
|
|
|
update
|
|
Updates an existing Cloud Pub/Sub topic.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha pubsub topics
|
|
|
|
$ gcloud beta pubsub topics
|
|
|