From a6b4c44e97bc80a786b5618ca8e9359eb159c3ed Mon Sep 17 00:00:00 2001 From: Prad Nelluru Date: Wed, 22 Apr 2020 16:05:28 -0400 Subject: [PATCH] Remove EXPERIMENTAL notice for DLQ b/c it's GA now (#87) --- google/cloud/pubsub_v1/subscriber/message.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/google/cloud/pubsub_v1/subscriber/message.py b/google/cloud/pubsub_v1/subscriber/message.py index cafc34b80..864d697e0 100644 --- a/google/cloud/pubsub_v1/subscriber/message.py +++ b/google/cloud/pubsub_v1/subscriber/message.py @@ -187,10 +187,6 @@ def delivery_attempt(self): The first delivery of a given message will have this value as 1. The value is calculated at best effort and is approximate. - EXPERIMENTAL: This feature is part of a closed alpha release. This - API might be changed in backward-incompatible ways and is not recommended - for production use. It is not subject to any SLA or deprecation policy. - Returns: Optional[int]: The delivery attempt counter or None. """