mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Oct 9 09:55:07 UTC 2024
This commit is contained in:
parent
489be55d99
commit
4ffb04ab9e
211 changed files with 7635 additions and 1232 deletions
|
|
@ -4,10 +4,10 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud pubsub topics create TOPIC [TOPIC ...] [--labels=[KEY=VALUE,...]]
|
||||
[--message-retention-duration=MESSAGE_RETENTION_DURATION]
|
||||
[--kinesis-ingestion-consumer-arn=KINESIS_INGESTION_CONSUMER_ARN
|
||||
--kinesis-ingestion-role-arn=KINESIS_INGESTION_ROLE_ARN
|
||||
--kinesis-ingestion-service-account=KINESIS_INGESTION_SERVICE_ACCOUNT
|
||||
--kinesis-ingestion-stream-arn=KINESIS_INGESTION_STREAM_ARN]
|
||||
[--ingestion-log-severity=INGESTION_LOG_SEVERITY
|
||||
[--cloud-storage-ingestion-bucket=CLOUD_STORAGE_INGESTION_BUCKET
|
||||
--cloud-storage-ingestion-input-format=INPUT_FORMAT
|
||||
: --cloud-storage-ingestion-text-delimiter=CLOUD_STORAGE_INGESTION_TEXT_DELIMITER --cloud-storage-ingestion-minimum-object-create-time=CLOUD_STORAGE_INGESTION_MINIMUM_OBJECT_CREATE_TIME --cloud-storage-ingestion-match-glob=CLOUD_STORAGE_INGESTION_MATCH_GLOB] | --kinesis-ingestion-consumer-arn=KINESIS_INGESTION_CONSUMER_ARN --kinesis-ingestion-role-arn=KINESIS_INGESTION_ROLE_ARN --kinesis-ingestion-service-account=KINESIS_INGESTION_SERVICE_ACCOUNT --kinesis-ingestion-stream-arn=KINESIS_INGESTION_STREAM_ARN]
|
||||
[--message-encoding=ENCODING (--schema=SCHEMA
|
||||
: --schema-project=SCHEMA_PROJECT)
|
||||
: --first-revision-id=FIRST_REVISION_ID
|
||||
|
|
@ -68,35 +68,69 @@ FLAGS
|
|||
is one of "s", "m", "h", and "d" for seconds, minutes, hours, and days,
|
||||
respectively. If the unit is omitted, seconds is assumed.
|
||||
|
||||
The following flags are for specifying ingestion settings for an import
|
||||
topic from Amazon Web Services (AWS) Kinesis Data Streams
|
||||
Following flags are for specifying the data source settings for an import
|
||||
topic
|
||||
|
||||
--kinesis-ingestion-consumer-arn=KINESIS_INGESTION_CONSUMER_ARN
|
||||
The Kinesis data streams consumer Amazon Resource Name (ARN) to use
|
||||
for ingestion.
|
||||
--ingestion-log-severity=INGESTION_LOG_SEVERITY
|
||||
Log severity to use for ingestion.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
At most one of these can be specified:
|
||||
|
||||
--kinesis-ingestion-role-arn=KINESIS_INGESTION_ROLE_ARN
|
||||
AWS role ARN to be used for Federated Identity authentication with
|
||||
Kinesis.
|
||||
Flags that specify settings for an import topic from Cloud Storage
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
--cloud-storage-ingestion-bucket=CLOUD_STORAGE_INGESTION_BUCKET
|
||||
Cloud Storage bucket from which to ingest data.
|
||||
|
||||
--kinesis-ingestion-service-account=KINESIS_INGESTION_SERVICE_ACCOUNT
|
||||
The service account to be used for Federated Identity authentication
|
||||
with Kinesis.
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
--cloud-storage-ingestion-input-format=INPUT_FORMAT
|
||||
Format of the data in the Cloud Storage bucket. INPUT_FORMAT must
|
||||
be one of: text, avro, pubsub_avro.
|
||||
|
||||
--kinesis-ingestion-stream-arn=KINESIS_INGESTION_STREAM_ARN
|
||||
The Kinesis data stream ARN from which to ingest data.
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
--cloud-storage-ingestion-text-delimiter=CLOUD_STORAGE_INGESTION_TEXT_DELIMITER
|
||||
Delimiter to use with text format when partitioning the object.
|
||||
|
||||
--cloud-storage-ingestion-minimum-object-create-time=CLOUD_STORAGE_INGESTION_MINIMUM_OBJECT_CREATE_TIME
|
||||
Only Cloud Storage objects with a larger or equal creation
|
||||
timestamp will be ingested.
|
||||
|
||||
--cloud-storage-ingestion-match-glob=CLOUD_STORAGE_INGESTION_MATCH_GLOB
|
||||
Glob pattern used to match Cloud Storage objects that will be
|
||||
ingested. If unset, all objects will be ingested.
|
||||
|
||||
Flags that specify settings for an import topic from Amazon Web
|
||||
Services (AWS) Kinesis Data Streams
|
||||
|
||||
--kinesis-ingestion-consumer-arn=KINESIS_INGESTION_CONSUMER_ARN
|
||||
Kinesis data streams consumer Amazon Resource Name (ARN) to use
|
||||
for ingestion.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--kinesis-ingestion-role-arn=KINESIS_INGESTION_ROLE_ARN
|
||||
AWS role ARN to be used for Federated Identity authentication
|
||||
with Kinesis.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--kinesis-ingestion-service-account=KINESIS_INGESTION_SERVICE_ACCOUNT
|
||||
Service account to be used for Federated Identity authentication
|
||||
with Kinesis.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--kinesis-ingestion-stream-arn=KINESIS_INGESTION_STREAM_ARN
|
||||
Kinesis data stream ARN from which to ingest data.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
Schema settings. The schema that messages published to this topic must
|
||||
conform to and the expected message encoding.
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud pubsub topics update TOPIC [--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-ingestion-data-source-settings
|
||||
| --kinesis-ingestion-consumer-arn=KINESIS_INGESTION_CONSUMER_ARN
|
||||
--kinesis-ingestion-role-arn=KINESIS_INGESTION_ROLE_ARN
|
||||
--kinesis-ingestion-service-account=KINESIS_INGESTION_SERVICE_ACCOUNT
|
||||
--kinesis-ingestion-stream-arn=KINESIS_INGESTION_STREAM_ARN]
|
||||
| --ingestion-log-severity=INGESTION_LOG_SEVERITY
|
||||
[--cloud-storage-ingestion-bucket=CLOUD_STORAGE_INGESTION_BUCKET
|
||||
--cloud-storage-ingestion-input-format=INPUT_FORMAT
|
||||
: --cloud-storage-ingestion-text-delimiter=CLOUD_STORAGE_INGESTION_TEXT_DELIMITER --cloud-storage-ingestion-minimum-object-create-time=CLOUD_STORAGE_INGESTION_MINIMUM_OBJECT_CREATE_TIME --cloud-storage-ingestion-match-glob=CLOUD_STORAGE_INGESTION_MATCH_GLOB] | --kinesis-ingestion-consumer-arn=KINESIS_INGESTION_CONSUMER_ARN --kinesis-ingestion-role-arn=KINESIS_INGESTION_ROLE_ARN --kinesis-ingestion-service-account=KINESIS_INGESTION_SERVICE_ACCOUNT --kinesis-ingestion-stream-arn=KINESIS_INGESTION_STREAM_ARN]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--clear-message-retention-duration
|
||||
| --message-retention-duration=MESSAGE_RETENTION_DURATION]
|
||||
|
|
@ -116,39 +116,81 @@ FLAGS
|
|||
If set, clear the Ingestion Data Source Settings from the topic. Use
|
||||
--no-clear-ingestion-data-source-settings to disable this flag.
|
||||
|
||||
The following flags are for specifying ingestion settings for an import
|
||||
topic from Amazon Web Services (AWS) Kinesis Data Streams
|
||||
Following flags are for specifying the data source settings for an
|
||||
import topic
|
||||
|
||||
When updating AWSKinesis Source flags, all AWSKinesis Source flags must
|
||||
be specified. Otherwise, any omitted AWSKinesis Source flags revert to
|
||||
their default value.
|
||||
When updating IngestionDataSourceSettings flags, all
|
||||
IngestionDataSourceSettings flags must be specified. Otherwise, any
|
||||
omitted IngestionDataSourceSettings flags revert to their default value.
|
||||
|
||||
--kinesis-ingestion-consumer-arn=KINESIS_INGESTION_CONSUMER_ARN
|
||||
The Kinesis data streams consumer Amazon Resource Name (ARN) to use
|
||||
for ingestion.
|
||||
--ingestion-log-severity=INGESTION_LOG_SEVERITY
|
||||
Log severity to use for ingestion.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
At most one of these can be specified:
|
||||
|
||||
--kinesis-ingestion-role-arn=KINESIS_INGESTION_ROLE_ARN
|
||||
AWS role ARN to be used for Federated Identity authentication with
|
||||
Kinesis.
|
||||
Flags that specify settings for an import topic from Cloud Storage
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
When updating CloudStorage Source flags, all CloudStorage Source
|
||||
flags must be specified. Otherwise, any omitted CloudStorage Source
|
||||
flags revert to their default value.
|
||||
|
||||
--kinesis-ingestion-service-account=KINESIS_INGESTION_SERVICE_ACCOUNT
|
||||
The service account to be used for Federated Identity
|
||||
authentication with Kinesis.
|
||||
--cloud-storage-ingestion-bucket=CLOUD_STORAGE_INGESTION_BUCKET
|
||||
Cloud Storage bucket from which to ingest data.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--kinesis-ingestion-stream-arn=KINESIS_INGESTION_STREAM_ARN
|
||||
The Kinesis data stream ARN from which to ingest data.
|
||||
--cloud-storage-ingestion-input-format=INPUT_FORMAT
|
||||
Format of the data in the Cloud Storage bucket. INPUT_FORMAT
|
||||
must be one of: text, avro, pubsub_avro.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--cloud-storage-ingestion-text-delimiter=CLOUD_STORAGE_INGESTION_TEXT_DELIMITER
|
||||
Delimiter to use with text format when partitioning the object.
|
||||
|
||||
--cloud-storage-ingestion-minimum-object-create-time=CLOUD_STORAGE_INGESTION_MINIMUM_OBJECT_CREATE_TIME
|
||||
Only Cloud Storage objects with a larger or equal creation
|
||||
timestamp will be ingested.
|
||||
|
||||
--cloud-storage-ingestion-match-glob=CLOUD_STORAGE_INGESTION_MATCH_GLOB
|
||||
Glob pattern used to match Cloud Storage objects that will be
|
||||
ingested. If unset, all objects will be ingested.
|
||||
|
||||
Flags that specify settings for an import topic from Amazon Web
|
||||
Services (AWS) Kinesis Data Streams
|
||||
|
||||
When updating AWSKinesis Source flags, all AWSKinesis Source flags
|
||||
must be specified. Otherwise, any omitted AWSKinesis Source flags
|
||||
revert to their default value.
|
||||
|
||||
--kinesis-ingestion-consumer-arn=KINESIS_INGESTION_CONSUMER_ARN
|
||||
Kinesis data streams consumer Amazon Resource Name (ARN) to use
|
||||
for ingestion.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--kinesis-ingestion-role-arn=KINESIS_INGESTION_ROLE_ARN
|
||||
AWS role ARN to be used for Federated Identity authentication
|
||||
with Kinesis.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--kinesis-ingestion-service-account=KINESIS_INGESTION_SERVICE_ACCOUNT
|
||||
Service account to be used for Federated Identity
|
||||
authentication with Kinesis.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--kinesis-ingestion-stream-arn=KINESIS_INGESTION_STREAM_ARN
|
||||
Kinesis data stream ARN from which to ingest data.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue