mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Jun 19 09:33:28 UTC 2024
This commit is contained in:
parent
04a1e3ce77
commit
fb3e2aa33b
182 changed files with 3829 additions and 2129 deletions
|
|
@ -16,7 +16,7 @@ SYNOPSIS
|
|||
--drop-unknown-fields --write-metadata --use-table-schema
|
||||
| --use-topic-schema] | --clear-cloud-storage-config
|
||||
| [--cloud-storage-bucket=CLOUD_STORAGE_BUCKET
|
||||
: --cloud-storage-file-datetime-format=CLOUD_STORAGE_FILE_DATETIME_FORMAT --cloud-storage-file-prefix=CLOUD_STORAGE_FILE_PREFIX --cloud-storage-file-suffix=CLOUD_STORAGE_FILE_SUFFIX --cloud-storage-max-bytes=CLOUD_STORAGE_MAX_BYTES --cloud-storage-max-duration=CLOUD_STORAGE_MAX_DURATION --cloud-storage-output-format=OUTPUT_FORMAT; default="text" --cloud-storage-service-account-email=CLOUD_STORAGE_SERVICE_ACCOUNT_EMAIL --cloud-storage-write-metadata]]
|
||||
: --cloud-storage-file-datetime-format=CLOUD_STORAGE_FILE_DATETIME_FORMAT --cloud-storage-file-prefix=CLOUD_STORAGE_FILE_PREFIX --cloud-storage-file-suffix=CLOUD_STORAGE_FILE_SUFFIX --cloud-storage-max-bytes=CLOUD_STORAGE_MAX_BYTES --cloud-storage-max-duration=CLOUD_STORAGE_MAX_DURATION --cloud-storage-output-format=OUTPUT_FORMAT; default="text" --cloud-storage-service-account-email=CLOUD_STORAGE_SERVICE_ACCOUNT_EMAIL --cloud-storage-use-topic-schema --cloud-storage-write-metadata]]
|
||||
[--clear-dead-letter-policy
|
||||
| --max-delivery-attempts=MAX_DELIVERY_ATTEMPTS
|
||||
[--dead-letter-topic=DEAD_LETTER_TOPIC
|
||||
|
|
@ -222,6 +222,13 @@ FLAGS
|
|||
If unspecified, uses the Pub/Sub service agent
|
||||
(https://cloud.google.com/iam/docs/service-account-types#service-agents).
|
||||
|
||||
--cloud-storage-use-topic-schema
|
||||
Whether or not to use the schema for the subscription's topic (if
|
||||
it exists) when writing messages to Cloud Storage. This has an
|
||||
effect only for subscriptions with
|
||||
--cloud-storage-output-format=avro. Use
|
||||
--no-cloud-storage-use-topic-schema to disable this flag.
|
||||
|
||||
--cloud-storage-write-metadata
|
||||
Whether or not to write the subscription name, message_id,
|
||||
publish_time, attributes, and ordering_key as additional fields
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue