mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
39 lines
1.3 KiB
Text
39 lines
1.3 KiB
Text
NAME
|
|
gcloud alpha storage buckets notifications describe - show metadata for a
|
|
notification configuration
|
|
|
|
SYNOPSIS
|
|
gcloud alpha storage buckets notifications describe URL
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) gcloud alpha 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 alpha storage buckets notifications describe \
|
|
projects/_/buckets/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 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. This variant is also available:
|
|
|
|
$ gcloud storage buckets notifications describe
|
|
|