From 659cd7ae2784245d4217fbc722dac04bd3222d32 Mon Sep 17 00:00:00 2001 From: Prad Nelluru Date: Tue, 16 Mar 2021 17:18:19 -0400 Subject: [PATCH] fix: Remove EXPERIMENTAL tag for ordering keys in types.py (#323) Co-authored-by: Tianzi Cai --- 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 "