mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 19:06:53 +00:00
35 lines
792 B
Text
35 lines
792 B
Text
NAME
|
|
gcloud storage buckets notifications - manage Cloud Storage bucket
|
|
notifications
|
|
|
|
SYNOPSIS
|
|
gcloud storage buckets notifications COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage Cloud Storage bucket notifications.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create a notification configuration on a bucket.
|
|
|
|
delete
|
|
Delete notification configurations from a bucket.
|
|
|
|
describe
|
|
Show metadata for a notification configuration.
|
|
|
|
list
|
|
List the notification configurations belonging to a given bucket.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha storage buckets notifications
|
|
|