mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 06:27:15 +00:00
gcloud: Wed Sep 14 09:28:28 UTC 2022
This commit is contained in:
parent
e7bec9b31b
commit
8f4214beb2
148 changed files with 5778 additions and 334 deletions
35
gcloud/storage/buckets/notifications/describe
Normal file
35
gcloud/storage/buckets/notifications/describe
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
NAME
|
||||
gcloud storage buckets notifications describe - show metadata for a
|
||||
notification configuration
|
||||
|
||||
SYNOPSIS
|
||||
gcloud storage buckets notifications describe URL [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud storage buckets notifications describe prints populated metadata for
|
||||
a notification configuration.
|
||||
|
||||
EXAMPLES
|
||||
Describe a single notification configuration (with ID 3) in the bucket
|
||||
example-bucket:
|
||||
|
||||
$ gcloud storage buckets notifications describe \
|
||||
b/example-bucket/notificationConfigs/3
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
URL
|
||||
The url of the notification configuration
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha storage buckets notifications describe
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue