1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Tue Nov 18 10:53:36 UTC 2025

This commit is contained in:
Automated 2025-11-18 10:53:36 +00:00
parent 4b21ae6795
commit e1ec13485a
380 changed files with 16045 additions and 783 deletions

View file

@ -5,7 +5,8 @@ NAME
SYNOPSIS
gcloud beta pubsub snapshots create SNAPSHOT [SNAPSHOT ...]
--subscription=SUBSCRIPTION [--labels=[KEY=VALUE,...]]
[--subscription-project=SUBSCRIPTION_PROJECT] [GCLOUD_WIDE_FLAG ...]
[--subscription-project=SUBSCRIPTION_PROJECT] [--tags=[KEY=VALUE,...]]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Creates one or more Cloud Pub/Sub snapshots.
@ -36,6 +37,11 @@ OPTIONAL FLAGS
The name of the project the provided subscription belongs to. If not
set, it defaults to the currently selected cloud project.
--tags=[KEY=VALUE,...]
List of tags KEY=VALUE pairs to bind. Each item must be expressed as
<tag-key-namespaced-name>=<tag-value-short-name>. Example:
123/environment=production,123/costCenter=marketing
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -10,7 +10,7 @@ SYNOPSIS
[--labels=[KEY=VALUE,...]] [--message-filter=MESSAGE_FILTER]
[--message-retention-duration=MESSAGE_RETENTION_DURATION]
[--message-transforms-file=MESSAGE_TRANSFORMS_FILE]
[--retain-acked-messages]
[--retain-acked-messages] [--tags=[KEY=VALUE,...]]
[[--bigquery-table=BIGQUERY_TABLE
: --bigquery-service-account-email=BIGQUERY_SERVICE_ACCOUNT_EMAIL
--drop-unknown-fields --write-metadata --use-table-schema
@ -139,6 +139,11 @@ OPTIONAL FLAGS
retained by default. Use --no-retain-acked-messages to disable this
flag.
--tags=[KEY=VALUE,...]
List of tags KEY=VALUE pairs to bind. Each item must be expressed as
<tag-key-namespaced-name>=<tag-value-short-name>. Example:
123/environment=production,123/costCenter=marketing
At most one of these can be specified:
BigQuery Config Options. The Cloud Pub/Sub service account associated

View file

@ -6,6 +6,7 @@ SYNOPSIS
[--labels=[KEY=VALUE,...]]
[--message-retention-duration=MESSAGE_RETENTION_DURATION]
[--message-transforms-file=MESSAGE_TRANSFORMS_FILE]
[--tags=[KEY=VALUE,...]]
[--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
@ -75,6 +76,11 @@ FLAGS
--message-transforms-file=MESSAGE_TRANSFORMS_FILE
Path to YAML or JSON file containing message transforms.
--tags=[KEY=VALUE,...]
List of tags KEY=VALUE pairs to bind. Each item must be expressed as
<tag-key-namespaced-name>=<tag-value-short-name>. Example:
123/environment=production,123/costCenter=marketing
Following flags are for specifying the data source settings for an import
topic