mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 08:27:05 +00:00
gcloud: Wed Mar 5 10:41:25 UTC 2025
This commit is contained in:
parent
a597993b2e
commit
6dc93282df
279 changed files with 4198 additions and 801 deletions
|
|
@ -9,6 +9,7 @@ SYNOPSIS
|
|||
[--enable-message-ordering] [--expiration-period=EXPIRATION_PERIOD]
|
||||
[--labels=[KEY=VALUE,...]] [--message-filter=MESSAGE_FILTER]
|
||||
[--message-retention-duration=MESSAGE_RETENTION_DURATION]
|
||||
[--message-transforms-file=MESSAGE_TRANSFORMS_FILE]
|
||||
[--retain-acked-messages]
|
||||
[[--bigquery-table=BIGQUERY_TABLE
|
||||
: --bigquery-service-account-email=BIGQUERY_SERVICE_ACCOUNT_EMAIL
|
||||
|
|
@ -128,6 +129,9 @@ OPTIONAL FLAGS
|
|||
seconds, minutes, hours, and days, respectively. If the unit is
|
||||
omitted, seconds is assumed.
|
||||
|
||||
--message-transforms-file=MESSAGE_TRANSFORMS_FILE
|
||||
Path to YAML or JSON file containing message transforms.
|
||||
|
||||
--retain-acked-messages
|
||||
Whether or not to retain acknowledged messages. If true, messages are
|
||||
not expunged from the subscription's backlog until they fall out of the
|
||||
|
|
|
|||
|
|
@ -19,6 +19,8 @@ SYNOPSIS
|
|||
[--dead-letter-topic=DEAD_LETTER_TOPIC
|
||||
: --dead-letter-topic-project=DEAD_LETTER_TOPIC_PROJECT]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--clear-message-transforms
|
||||
| --message-transforms-file=MESSAGE_TRANSFORMS_FILE]
|
||||
[--clear-retry-policy | --max-retry-delay=MAX_RETRY_DELAY
|
||||
--min-retry-delay=MIN_RETRY_DELAY]
|
||||
[--push-auth-service-account=SERVICE_ACCOUNT_EMAIL
|
||||
|
|
@ -307,6 +309,15 @@ FLAGS
|
|||
silently ignored. If --update-labels is also specified then
|
||||
--update-labels is applied first.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-message-transforms
|
||||
If set, clears the message transforms field. Use
|
||||
--no-clear-message-transforms to disable this flag.
|
||||
|
||||
--message-transforms-file=MESSAGE_TRANSFORMS_FILE
|
||||
Path to YAML or JSON file containing message transforms.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-retry-policy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue