You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dead_letter_policy (Union[dict, ~google.cloud.pubsub_v1.types.DeadLetterPolicy]): A policy that specifies the conditions for dead lettering messages in
345
+
this subscription. If dead\_letter\_policy is not set, dead lettering is
346
+
disabled.
347
+
348
+
The Cloud Pub/Sub service account associated with this subscriptions's
349
+
parent project (i.e.,
350
+
service-{project\_number}@gcp-sa-pubsub.iam.gserviceaccount.com) must
351
+
have permission to Acknowledge() messages on this subscription.
352
+
EXPERIMENTAL: This feature is part of a closed alpha release. This API
353
+
might be changed in backward-incompatible ways and is not recommended
354
+
for production use. It is not subject to any SLA or deprecation policy.
355
+
356
+
If a dict is provided, it must be of the same form as the protobuf
0 commit comments