Skip to content

Commit fb21971

Browse files
Google APIscopybara-github
authored andcommitted
Drop the experimental tag on the Subscription filter and retry policy fields
Clarify some retry policy comments PiperOrigin-RevId: 313812131
1 parent 27e6443 commit fb21971

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

google/pubsub/v1/pubsub.proto

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)