We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8070bcb commit 86285bbCopy full SHA for 86285bb
1 file changed
google/pubsub/v1/pubsub.proto
@@ -724,6 +724,13 @@ message Subscription {
724
// RetryPolicy will be triggered on NACKs or acknowledgement deadline
725
// exceeded events for a given message.
726
RetryPolicy retry_policy = 14;
727
+
728
+ // Indicates whether the subscription is detached from its topic. Detached
729
+ // subscriptions don't receive messages from their topic and don't retain any
730
+ // backlog. `Pull` and `StreamingPull` requests will return
731
+ // FAILED_PRECONDITION. If the subscription is a push subscription, pushes to
732
+ // the endpoint will not be made.
733
+ bool detached = 15;
734
}
735
736
// A policy that specifies how Cloud Pub/Sub retries message delivery.
0 commit comments