mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Sep 11 09:52:17 UTC 2024
This commit is contained in:
parent
78a4d78e9e
commit
a3842bba95
197 changed files with 6656 additions and 691 deletions
|
|
@ -61,9 +61,8 @@ FLAGS
|
|||
message with a given value of message_id on this subscription: The
|
||||
message sent to a subscriber is guaranteed not to be resent before the
|
||||
message's acknowledgment deadline expires. An acknowledged message will
|
||||
not be resent to a subscriber. To disable exactly-once delivery use
|
||||
--no-enable-exactly-once-delivery. Use
|
||||
--no-enable-exactly-once-delivery to disable this flag.
|
||||
not be resent to a subscriber. Use --no-enable-exactly-once-delivery to
|
||||
disable this flag.
|
||||
|
||||
--expiration-period=EXPIRATION_PERIOD
|
||||
The subscription will expire if it is inactive for the given period.
|
||||
|
|
@ -77,10 +76,11 @@ FLAGS
|
|||
How long to retain unacknowledged messages in the subscription's
|
||||
backlog, from the moment a message is published. If
|
||||
--retain-acked-messages is true, this also configures the retention of
|
||||
acknowledged messages. Specify "default" to use the default value.
|
||||
Valid values are strings of the form INTEGER[UNIT], where UNIT is one
|
||||
of "s", "m", "h", and "d" for seconds, minutes, hours, and days,
|
||||
respectively. If the unit is omitted, seconds is assumed.
|
||||
acknowledged messages. Specify "default" to use the default value of 7
|
||||
days. The minimum is 10 minutes, and the maximum is 7 days. Valid
|
||||
values are strings of the form INTEGER[UNIT], where UNIT is one of "s",
|
||||
"m", "h", and "d" for seconds, minutes, hours, and days, respectively.
|
||||
If the unit is omitted, seconds is assumed.
|
||||
|
||||
--push-auth-service-account=SERVICE_ACCOUNT_EMAIL
|
||||
Service account email used as the identity for the generated Open ID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue