2022-09-14 09:28:28 +00:00
|
|
|
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 \
|
2022-10-05 10:40:53 +00:00
|
|
|
projects/_/buckets/example-bucket/notificationConfigs/3
|
2022-09-14 09:28:28 +00:00
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|