mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jun 8 11:29:23 UTC 2023
This commit is contained in:
parent
91de7103bb
commit
435c9359b5
115 changed files with 1566 additions and 491 deletions
|
|
@ -18,6 +18,8 @@ SYNOPSIS
|
|||
[--dead-letter-topic=DEAD_LETTER_TOPIC
|
||||
: --dead-letter-topic-project=DEAD_LETTER_TOPIC_PROJECT]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--clear-push-no-wrapper-config
|
||||
| [--push-no-wrapper : --push-no-wrapper-write-metadata]]
|
||||
[--clear-retry-policy | --max-retry-delay=MAX_RETRY_DELAY
|
||||
--min-retry-delay=MIN_RETRY_DELAY] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -194,6 +196,25 @@ FLAGS
|
|||
silently ignored. If --update-labels is also specified then
|
||||
--update-labels is applied first.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-push-no-wrapper-config
|
||||
If set, clear the NoWrapper config from the subscription.
|
||||
|
||||
NoWrapper Config Options.
|
||||
|
||||
--push-no-wrapper
|
||||
When set, the message data is delivered directly as the HTTP body.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--push-no-wrapper-write-metadata
|
||||
When true, writes the Pub/Sub message metadata to
|
||||
x-goog-pubsub-<KEY>:<VAL> headers of the HTTP request. Writes the
|
||||
Pub/Sub message attributes to <KEY>:<VAL> headers of the HTTP
|
||||
request.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-retry-policy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue