1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-12 16:08:31 +00:00

gcloud: Wed May 18 08:41:01 UTC 2022

This commit is contained in:
Automated 2022-05-18 08:41:01 +00:00
parent 379049f21a
commit 9f95235d93
258 changed files with 7569 additions and 441 deletions

View file

@ -71,12 +71,12 @@ OPTIONAL FLAGS
acknowledge receiving a message before re-attempting delivery.
--enable-exactly-once-delivery
Whether or not to enble exactly once delivery on the subscription. If
Whether or not to enable 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.
message's acknowledgment deadline expires. An acknowledged message will
not be resent to a subscriber.
--enable-message-ordering
Whether to receive messages with the same ordering key in order. If