mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Mar 26 12:11:21 UTC 2026
This commit is contained in:
parent
c0febd2be1
commit
89a3bc9276
1093 changed files with 69108 additions and 2686 deletions
|
|
@ -14,7 +14,11 @@ SYNOPSIS
|
|||
[[--bigquery-table=BIGQUERY_TABLE
|
||||
: --bigquery-service-account-email=BIGQUERY_SERVICE_ACCOUNT_EMAIL
|
||||
--drop-unknown-fields --write-metadata --use-table-schema
|
||||
| --use-topic-schema] | [--cloud-storage-bucket=CLOUD_STORAGE_BUCKET
|
||||
| --use-topic-schema] | [--bigtable-table=BIGTABLE_TABLE
|
||||
: --bigtable-app-profile-id=BIGTABLE_APP_PROFILE_ID
|
||||
--bigtable-service-account-email=BIGTABLE_SERVICE_ACCOUNT_EMAIL
|
||||
--bigtable-write-metadata]
|
||||
| [--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-max-messages=CLOUD_STORAGE_MAX_MESSAGES --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]]
|
||||
[--max-delivery-attempts=MAX_DELIVERY_ATTEMPTS
|
||||
[--dead-letter-topic=DEAD_LETTER_TOPIC
|
||||
|
|
@ -192,6 +196,35 @@ OPTIONAL FLAGS
|
|||
contain all fields that are present in the topic schema. Use
|
||||
--no-use-topic-schema to disable this flag.
|
||||
|
||||
Bigtable Config Options. The Cloud Pub/Sub service account associated
|
||||
with the enclosing subscription's parent project (i.e.,
|
||||
service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com) must
|
||||
have permission to write to this Bigtable table.
|
||||
|
||||
--bigtable-table=BIGTABLE_TABLE
|
||||
A Bigtable table of the form
|
||||
projects/{project}/instances/{instance_name}/tables/{table_name} to
|
||||
which to write messages for this subscription.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--bigtable-app-profile-id=BIGTABLE_APP_PROFILE_ID
|
||||
The app profile to use for the Bigtable writes.
|
||||
|
||||
--bigtable-service-account-email=BIGTABLE_SERVICE_ACCOUNT_EMAIL
|
||||
The service account email to use when writing to Bigtable. If
|
||||
unspecified, uses the Pub/Sub service agent
|
||||
(https://cloud.google.com/iam/docs/service-account-types#service-agents).
|
||||
|
||||
--bigtable-write-metadata
|
||||
Whether or not to write the subscription name, message_id,
|
||||
publish_time, attributes, and ordering_key as additional fields in
|
||||
the output. The subscription name, message_id, and publish_time
|
||||
fields are put in their own fields while all other message properties
|
||||
other than data (for example, an ordering_key, if present) are added
|
||||
as entries in the attributes map.
|
||||
|
||||
Cloud Storage Config Options. The Cloud Pub/Sub service account
|
||||
associated with the enclosing subscription's parent project (i.e.,
|
||||
service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com) must
|
||||
|
|
|
|||
|
|
@ -11,7 +11,11 @@ SYNOPSIS
|
|||
[--clear-bigquery-config | [--bigquery-table=BIGQUERY_TABLE
|
||||
: --bigquery-service-account-email=BIGQUERY_SERVICE_ACCOUNT_EMAIL
|
||||
--drop-unknown-fields --write-metadata --use-table-schema
|
||||
| --use-topic-schema] | --clear-cloud-storage-config
|
||||
| --use-topic-schema] | --clear-bigtable-config
|
||||
| [--bigtable-table=BIGTABLE_TABLE
|
||||
: --bigtable-app-profile-id=BIGTABLE_APP_PROFILE_ID
|
||||
--bigtable-service-account-email=BIGTABLE_SERVICE_ACCOUNT_EMAIL
|
||||
--bigtable-write-metadata] | --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-max-messages=CLOUD_STORAGE_MAX_MESSAGES --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
|
||||
|
|
@ -161,6 +165,47 @@ FLAGS
|
|||
contain all fields that are present in the topic schema. Use
|
||||
--no-use-topic-schema to disable this flag.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-bigtable-config
|
||||
If set, clear the Bigtable config from the subscription. Use
|
||||
--no-clear-bigtable-config to disable this flag.
|
||||
|
||||
Or at least one of these can be specified:
|
||||
|
||||
Bigtable Config Options. The Cloud Pub/Sub service account
|
||||
associated with the enclosing subscription's parent project (i.e.,
|
||||
service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com) must
|
||||
have permission to write to this Bigtable table.
|
||||
|
||||
When updating BigtableConfig flags, all BigtableConfig flags must be
|
||||
specified. Otherwise, any omitted BigtableConfig flags revert to
|
||||
their default value.
|
||||
|
||||
--bigtable-table=BIGTABLE_TABLE
|
||||
A Bigtable table of the form
|
||||
projects/{project}/instances/{instance_name}/tables/{table_name}
|
||||
to which to write messages for this subscription.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--bigtable-app-profile-id=BIGTABLE_APP_PROFILE_ID
|
||||
The app profile to use for the Bigtable writes.
|
||||
|
||||
--bigtable-service-account-email=BIGTABLE_SERVICE_ACCOUNT_EMAIL
|
||||
The service account email to use when writing to Bigtable. If
|
||||
unspecified, uses the Pub/Sub service agent
|
||||
(https://cloud.google.com/iam/docs/service-account-types#service-agents).
|
||||
|
||||
--bigtable-write-metadata
|
||||
Whether or not to write the subscription name, message_id,
|
||||
publish_time, attributes, and ordering_key as additional fields
|
||||
in the output. The subscription name, message_id, and
|
||||
publish_time fields are put in their own fields while all other
|
||||
message properties other than data (for example, an ordering_key,
|
||||
if present) are added as entries in the attributes map.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-cloud-storage-config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue