1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 07:29:40 +00:00

gcloud: Wed Apr 3 09:23:31 UTC 2024

This commit is contained in:
Automated 2024-04-03 09:23:31 +00:00
parent 4ade1b44cc
commit 7e2535c53d
212 changed files with 8070 additions and 151 deletions

View file

@ -15,12 +15,7 @@ SYNOPSIS
[[--bigquery-table=BIGQUERY_TABLE
: --drop-unknown-fields --write-metadata --use-table-schema
| --use-topic-schema] | [--cloud-storage-bucket=CLOUD_STORAGE_BUCKET
: --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-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-write-metadata]]
[--max-delivery-attempts=MAX_DELIVERY_ATTEMPTS
[--dead-letter-topic=DEAD_LETTER_TOPIC
: --dead-letter-topic-project=DEAD_LETTER_TOPIC_PROJECT]]
@ -207,6 +202,11 @@ OPTIONAL FLAGS
This flag argument must be specified if any of the other arguments
in this group are specified.
--cloud-storage-file-datetime-format=CLOUD_STORAGE_FILE_DATETIME_FORMAT
The custom datetime format string for Cloud Storage filename. See
the datetime format guidance
(https://cloud.google.com/pubsub/docs/create-cloudstorage-subscription#file_names).
--cloud-storage-file-prefix=CLOUD_STORAGE_FILE_PREFIX
The prefix for Cloud Storage filename.

View file

@ -15,12 +15,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-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-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-write-metadata]]
[--clear-dead-letter-policy
| --max-delivery-attempts=MAX_DELIVERY_ATTEMPTS
[--dead-letter-topic=DEAD_LETTER_TOPIC
@ -187,6 +182,11 @@ FLAGS
This flag argument must be specified if any of the other
arguments in this group are specified.
--cloud-storage-file-datetime-format=CLOUD_STORAGE_FILE_DATETIME_FORMAT
The custom datetime format string for Cloud Storage filename. See
the datetime format guidance
(https://cloud.google.com/pubsub/docs/create-cloudstorage-subscription#file_names).
--cloud-storage-file-prefix=CLOUD_STORAGE_FILE_PREFIX
The prefix for Cloud Storage filename.