File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -704,9 +704,6 @@ message Subscription {
704704 // then only `PubsubMessage`s whose `attributes` field matches the filter are
705705 // delivered on this subscription. If empty, then no messages are filtered
706706 // out.
707- // <b>EXPERIMENTAL:</b> This feature is part of a closed alpha release. This
708- // API might be changed in backward-incompatible ways and is not recommended
709- // for production use. It is not subject to any SLA or deprecation policy.
710707 string filter = 12 ;
711708
712709 // A policy that specifies the conditions for dead lettering messages in
@@ -719,16 +716,13 @@ message Subscription {
719716 // permission to Acknowledge() messages on this subscription.
720717 DeadLetterPolicy dead_letter_policy = 13 ;
721718
722- // A policy that specifies how Cloud Pub/Sub retries message delivery for this
719+ // A policy that specifies how Pub/Sub retries message delivery for this
723720 // subscription.
724721 //
725722 // If not set, the default retry policy is applied. This generally implies
726723 // that messages will be retried as soon as possible for healthy subscribers.
727724 // RetryPolicy will be triggered on NACKs or acknowledgement deadline
728725 // exceeded events for a given message.
729- // <b>EXPERIMENTAL:</b> This API might be changed in backward-incompatible
730- // ways and is not recommended for production use. It is not subject to any
731- // SLA or deprecation policy.
732726 RetryPolicy retry_policy = 14 ;
733727}
734728
You can’t perform that action at this time.
0 commit comments