From bb7cc979d558eb3c3ec8d15e0c4ba514b412146e Mon Sep 17 00:00:00 2001 From: Prad Nelluru Date: Thu, 11 Mar 2021 13:53:18 -0500 Subject: [PATCH] fix: Remove EXPERIMENTAL tag for ordering keys in types.py --- google/cloud/pubsub_v1/types.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/google/cloud/pubsub_v1/types.py b/google/cloud/pubsub_v1/types.py index b875f3cd2..677e4774f 100644 --- a/google/cloud/pubsub_v1/types.py +++ b/google/cloud/pubsub_v1/types.py @@ -107,9 +107,6 @@ class LimitExceededBehavior(str, enum.Enum): PublisherOptions.__doc__ = "The options for the publisher client." PublisherOptions.enable_message_ordering.__doc__ = ( "Whether to order messages in a batch by a supplied ordering key." - "EXPERIMENTAL: Message ordering is an alpha feature that requires " - "special permissions to use. Please contact the Cloud Pub/Sub team for " - "more information." ) PublisherOptions.flow_control.__doc__ = ( "Flow control settings for message publishing by the client. By default "