Skip to content

Commit a6b4c44

Browse files
authored
Remove EXPERIMENTAL notice for DLQ b/c it's GA now (#87)
1 parent 9f8acfa commit a6b4c44

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

google/cloud/pubsub_v1/subscriber/message.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,6 @@ def delivery_attempt(self):
187187
The first delivery of a given message will have this value as 1. The value
188188
is calculated at best effort and is approximate.
189189
190-
EXPERIMENTAL: This feature is part of a closed alpha release. This
191-
API might be changed in backward-incompatible ways and is not recommended
192-
for production use. It is not subject to any SLA or deprecation policy.
193-
194190
Returns:
195191
Optional[int]: The delivery attempt counter or None.
196192
"""

0 commit comments

Comments
 (0)