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

gcloud: Wed Oct 25 11:42:23 UTC 2023

This commit is contained in:
Automated 2023-10-25 11:42:23 +00:00
parent a15665661a
commit d34c41a2ce
305 changed files with 5549 additions and 699 deletions

View file

@ -42,7 +42,8 @@ POSITIONAL ARGUMENTS
FLAGS
--auto-ack
Automatically ACK every message pulled from this subscription.
Automatically ACK every message pulled from this subscription. Use
--no-auto-ack to disable this flag.
--max-messages=MAX_MESSAGES; default=1
(DEPRECATED) The maximum number of messages that Cloud Pub/Sub can
@ -59,7 +60,8 @@ FLAGS
messages readily available in memory buffers. If no messages are
available in the buffers, returns an empty list of messages as
response, even if having messages in the backlog. Do not set this
flag as it adversely impacts the performance of pull.
flag as it adversely impacts the performance of pull. Use
--no-return-immediately to disable this flag.
--wait
(DEPRECATED) Wait (for a bounded amount of time) for new messages