1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Jun 29 09:00:05 UTC 2022

This commit is contained in:
Automated 2022-06-29 09:00:05 +00:00
parent 8b80260bd9
commit cf5ab60e4a
Failed to extract signature
195 changed files with 4700 additions and 413 deletions

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha pubsub subscriptions modify-ack-deadline SUBSCRIPTION
[ACK_ID ...] --ack-deadline=ACK_DEADLINE [--ack-ids=[ACK_ID,...]]
([ACK_ID ...] --ack-ids=[ACK_ID,...]) --ack-deadline=ACK_DEADLINE
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -35,28 +35,30 @@ POSITIONAL ARGUMENTS
subscription. To set the subscription attribute:
▸ provide the argument subscription on the command line.
[ACK_ID ...]
(DEPRECATED) One or more ACK_ID to modify the deadline for. An ACK_ID
is a string that is returned to subscribers
(https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#google.pubsub.v1.ReceivedMessage).
along with the message. The ACK_ID is different from the message ID
(https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#google.pubsub.v1.PubsubMessage).
Exactly one of these must be specified:
Positional argument ACK_ID is deprecated. Please use --ack-ids instead.
[ACK_ID ...]
(DEPRECATED) One or more ACK_IDs to modify the deadline for. An
ACK_ID is a string that is returned to subscribers
(https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#google.pubsub.v1.ReceivedMessage).
along with the message. The ACK_ID is different from the message ID
(https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#google.pubsub.v1.PubsubMessage).
Positional argument ACK_ID is deprecated. Please use --ack-ids
instead.
--ack-ids=[ACK_ID,...]
One or more ACK_IDs to modify the deadline for. An ACK_ID is a string
that is returned to subscribers
(https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#google.pubsub.v1.ReceivedMessage).
along with the message. The ACK_ID is different from the message ID
(https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#google.pubsub.v1.PubsubMessage).
REQUIRED FLAGS
--ack-deadline=ACK_DEADLINE
The number of seconds the system will wait for a subscriber to
acknowledge receiving a message before re-attempting delivery.
OPTIONAL FLAGS
--ack-ids=[ACK_ID,...]
One or more ACK_ID to modify the deadline for. An ACK_ID is a string
that is returned to subscribers
(https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#google.pubsub.v1.ReceivedMessage).
along with the message. The ACK_ID is different from the message ID
(https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#google.pubsub.v1.PubsubMessage).
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,