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,7 @@ SYNOPSIS
|
|||
[--dead-letter-topic=DEAD_LETTER_TOPIC
|
||||
: --dead-letter-topic-project=DEAD_LETTER_TOPIC_PROJECT]]
|
||||
[--max-retry-delay=MAX_RETRY_DELAY --min-retry-delay=MIN_RETRY_DELAY]
|
||||
[--push-no-wrapper : --push-no-wrapper-write-metadata]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -219,6 +220,20 @@ OPTIONAL FLAGS
|
|||
of "s", "m", "h", and "d" for seconds, minutes, hours, and days,
|
||||
respectively. If the unit is omitted, seconds is assumed.
|
||||
|
||||
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.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ SYNOPSIS
|
|||
--push-endpoint=PUSH_ENDPOINT
|
||||
[--push-auth-service-account=SERVICE_ACCOUNT_EMAIL]
|
||||
[--push-auth-token-audience=OPTIONAL_AUDIENCE_OVERRIDE]
|
||||
[--push-no-wrapper : --push-no-wrapper-write-metadata]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -46,6 +47,20 @@ OPTIONAL FLAGS
|
|||
Audience used in the generated Open ID Connect token for authenticated
|
||||
push. If not specified, it will be set to the push-endpoint.
|
||||
|
||||
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.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -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