Class: Google::Cloud::PubSub::V1::DeadLetterPolicy

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/pubsub/v1/pubsub.rb

Overview

Dead lettering is done on a best effort basis. The same message might be dead lettered multiple times.

If validation on any of the fields fails at subscription creation/updation, the create/update subscription request will fail.

Instance Attribute Summary collapse

Instance Attribute Details

#dead_letter_topic::String



1362
1363
1364
1365
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1362

class DeadLetterPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#max_delivery_attempts::Integer



1362
1363
1364
1365
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1362

class DeadLetterPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end