mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
82 lines
2.2 KiB
Text
82 lines
2.2 KiB
Text
NAME
|
|
gcloud alpha pubsub subscriptions - manage Cloud Pub/Sub subscriptions
|
|
|
|
SYNOPSIS
|
|
gcloud alpha pubsub subscriptions GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Manage Cloud Pub/Sub subscriptions.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
config
|
|
(ALPHA) Manage Pub/Sub subscription configurations.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
ack
|
|
(ALPHA) Acknowledges one or more messages on the specified
|
|
subscription.
|
|
|
|
add-iam-policy-binding
|
|
(ALPHA) Add IAM policy binding to a subscription.
|
|
|
|
create
|
|
(ALPHA) Creates one or more Cloud Pub/Sub subscriptions.
|
|
|
|
delete
|
|
(ALPHA) Deletes one or more Cloud Pub/Sub subscriptions.
|
|
|
|
describe
|
|
(ALPHA) Describes a Cloud Pub/Sub subscription.
|
|
|
|
get-iam-policy
|
|
(ALPHA) Get the IAM policy for a subscription.
|
|
|
|
list
|
|
(ALPHA) Lists Cloud Pub/Sub subscriptions.
|
|
|
|
modify-ack-deadline
|
|
(ALPHA) (DEPRECATED) Modifies the ACK deadline for a specific Cloud
|
|
Pub/Sub message.
|
|
|
|
modify-message-ack-deadline
|
|
(ALPHA) Modifies the ACK deadline for a specific Cloud Pub/Sub message.
|
|
|
|
modify-push-config
|
|
(ALPHA) Modifies the push configuration of a Cloud Pub/Sub
|
|
subscription.
|
|
|
|
pull
|
|
(ALPHA) Pulls one or more Cloud Pub/Sub messages from a subscription.
|
|
|
|
remove-iam-policy-binding
|
|
(ALPHA) Remove IAM policy binding of a subscription.
|
|
|
|
seek
|
|
(ALPHA) Resets a subscription's backlog to a point in time or to a
|
|
given snapshot.
|
|
|
|
set-iam-policy
|
|
(ALPHA) Set the IAM policy for a Cloud Pub/Sub Subscription.
|
|
|
|
update
|
|
(ALPHA) Updates an existing Cloud Pub/Sub subscription.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud pubsub subscriptions
|
|
|
|
$ gcloud beta pubsub subscriptions
|
|
|