mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Feb 15 10:13:15 UTC 2023
This commit is contained in:
parent
02b395b082
commit
78fb6d9419
375 changed files with 5899 additions and 1603 deletions
|
|
@ -6,9 +6,9 @@ SYNOPSIS
|
|||
--matching-criteria=[ATTRIBUTE=VALUE,...]
|
||||
([--destination-run-service=DESTINATION_RUN_SERVICE
|
||||
: --destination-run-path=DESTINATION_RUN_PATH
|
||||
--destination-run-region=DESTINATION_RUN_REGION])
|
||||
--transport-topic=TRANSPORT_TOPIC [--async]
|
||||
[--service-account=SERVICE_ACCOUNT] [GCLOUD_WIDE_FLAG ...]
|
||||
--destination-run-region=DESTINATION_RUN_REGION]) [--async]
|
||||
[--service-account=SERVICE_ACCOUNT] [--transport-topic=TRANSPORT_TOPIC]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create an Eventarc trigger.
|
||||
|
|
@ -85,6 +85,13 @@ REQUIRED FLAGS
|
|||
as the trigger.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--service-account=SERVICE_ACCOUNT
|
||||
The IAM service account email associated with the trigger.
|
||||
|
||||
Pub/Sub topic resource - The Cloud Pub/Sub topic to use for the trigger's
|
||||
transport intermediary. This feature is currently only available for
|
||||
triggers of event type google.cloud.pubsub.topic.v1.messagePublished. The
|
||||
|
|
@ -102,13 +109,6 @@ OPTIONAL FLAGS
|
|||
topic. To set the transport-topic attribute:
|
||||
▸ provide the argument --transport-topic on the command line.
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--service-account=SERVICE_ACCOUNT
|
||||
The IAM service account email associated with the trigger.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue