1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Wed Mar 29 10:40:15 UTC 2023

This commit is contained in:
Automated 2023-03-29 10:40:15 +00:00
parent 4ccfc7a5e3
commit 5fabf24be7
269 changed files with 6797 additions and 464 deletions

View file

@ -12,7 +12,7 @@ SYNOPSIS
| [--destination-run-service=DESTINATION_RUN_SERVICE
: --destination-run-path=DESTINATION_RUN_PATH
--destination-run-region=DESTINATION_RUN_REGION]) [--async]
[--channel=CHANNEL]
[--channel=CHANNEL] [--event-data-content-type=EVENT_DATA_CONTENT_TYPE]
[--event-filters-path-pattern=[ATTRIBUTE=PATH_PATTERN,...]]
[--service-account=SERVICE_ACCOUNT] [--transport-topic=TRANSPORT_TOPIC]
[GCLOUD_WIDE_FLAG ...]
@ -144,6 +144,14 @@ OPTIONAL FLAGS
set the channel attribute:
▸ provide the argument --channel on the command line.
--event-data-content-type=EVENT_DATA_CONTENT_TYPE
Depending on the event provider, you can specify the encoding of the
event data payload that will be delivered to your destination, to
either be encoded in application/json or application/protobuf. The
default encoding is application/json. Note that for custom sources or
third-party providers, or for direct events from Cloud Pub/Sub, this
formatting option is not supported.
--event-filters-path-pattern=[ATTRIBUTE=PATH_PATTERN,...]
The trigger's list of filters in path pattern format that apply to
CloudEvent attributes. This flag can be repeated to add more filters to

View file

@ -3,6 +3,7 @@ NAME
SYNOPSIS
gcloud eventarc triggers update (TRIGGER : --location=LOCATION) [--async]
[--event-data-content-type=EVENT_DATA_CONTENT_TYPE]
[--event-filters=[ATTRIBUTE=VALUE,...]]
[--event-filters-path-pattern=[ATTRIBUTE=PATH_PATTERN,...]]
[--clear-service-account | --service-account=SERVICE_ACCOUNT]
@ -59,6 +60,14 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--event-data-content-type=EVENT_DATA_CONTENT_TYPE
Depending on the event provider, you can specify the encoding of the
event data payload that will be delivered to your destination, to
either be encoded in application/json or application/protobuf. The
default encoding is application/json. Note that for custom sources or
third-party providers, or for direct events from Cloud Pub/Sub, this
formatting option is not supported.
--event-filters=[ATTRIBUTE=VALUE,...]
The trigger's list of filters that apply to CloudEvents attributes.
This flag can be repeated to add more filters to the list. Only events