mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 30 11:00:00 UTC 2025
This commit is contained in:
parent
4d8dd33b3e
commit
b03a332ad8
196 changed files with 7097 additions and 313 deletions
31
gcloud/beta/pubsub/message-transforms/validate
Normal file
31
gcloud/beta/pubsub/message-transforms/validate
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
NAME
|
||||
gcloud beta pubsub message-transforms validate - validates a message
|
||||
transform
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta pubsub message-transforms validate
|
||||
--message-transform-file=MESSAGE_TRANSFORM_FILE [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Validates a message transform.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--message-transform-file=MESSAGE_TRANSFORM_FILE
|
||||
Path to YAML or JSON file containing a message transform.
|
||||
|
||||
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 beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud pubsub message-transforms validate
|
||||
|
||||
$ gcloud alpha pubsub message-transforms validate
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue