1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 04:58:26 +00:00

gcloud: Wed Apr 30 11:00:00 UTC 2025

This commit is contained in:
Automated 2025-04-30 11:00:00 +00:00
parent 4d8dd33b3e
commit b03a332ad8
196 changed files with 7097 additions and 313 deletions

View file

@ -5,6 +5,7 @@ SYNOPSIS
gcloud beta pubsub topics create TOPIC [TOPIC ...]
[--labels=[KEY=VALUE,...]]
[--message-retention-duration=MESSAGE_RETENTION_DURATION]
[--message-transforms-file=MESSAGE_TRANSFORMS_FILE]
[--ingestion-log-severity=INGESTION_LOG_SEVERITY
--aws-msk-ingestion-aws-role-arn=AWS_MSK_INGESTION_AWS_ROLE_ARN
--aws-msk-ingestion-cluster-arn=AWS_MSK_INGESTION_CLUSTER_ARN
@ -71,6 +72,9 @@ FLAGS
is one of "s", "m", "h", and "d" for 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.
Following flags are for specifying the data source settings for an import
topic

View file

@ -13,6 +13,8 @@ SYNOPSIS
[--clear-labels | --remove-labels=[KEY,...]]
[--clear-message-retention-duration
| --message-retention-duration=MESSAGE_RETENTION_DURATION]
[--clear-message-transforms
| --message-transforms-file=MESSAGE_TRANSFORMS_FILE]
[--clear-schema-settings
| [--message-encoding=ENCODING (--schema=SCHEMA
: --schema-project=SCHEMA_PROJECT)
@ -356,6 +358,15 @@ FLAGS
seconds, minutes, hours, and days, respectively. If the unit is
omitted, seconds is assumed.
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-schema-settings