1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Tue Mar 1 21:43:54 UTC 2022

This commit is contained in:
Automated 2022-03-01 21:43:54 +00:00
parent c1c3b75313
commit 21878eea72
1018 changed files with 4838 additions and 3409 deletions

View file

@ -4,7 +4,8 @@ NAME
SYNOPSIS
gcloud alpha pubsub subscriptions update SUBSCRIPTION
[--ack-deadline=ACK_DEADLINE] [--expiration-period=EXPIRATION_PERIOD]
[--ack-deadline=ACK_DEADLINE] [--enable-exactly-once-delivery]
[--expiration-period=EXPIRATION_PERIOD]
[--message-retention-duration=MESSAGE_RETENTION_DURATION]
[--push-auth-service-account=SERVICE_ACCOUNT_EMAIL]
[--push-auth-token-audience=OPTIONAL_AUDIENCE_OVERRIDE]
@ -43,6 +44,14 @@ FLAGS
The number of seconds the system will wait for a subscriber to
acknowledge receiving a message before re-attempting delivery.
--enable-exactly-once-delivery
Whether or not to enble exactly once delivery on the subscription. If
true, Pub/Sub provides the following guarantees for the delivery of a
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 acknowledgement deadline expires. An acknowledged message
will not be resent to a subscriber.
--expiration-period=EXPIRATION_PERIOD
The subscription will expire if it is inactive for the given period.
Valid values are strings of the form INTEGER[UNIT], where UNIT is one