Class: Google::Apis::PubsubliteV1::DeliveryConfig
- Inherits:
-
Object
- Object
- Google::Apis::PubsubliteV1::DeliveryConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/pubsublite_v1/classes.rb,
lib/google/apis/pubsublite_v1/representations.rb,
lib/google/apis/pubsublite_v1/representations.rb
Overview
The settings for a subscription's message delivery.
Instance Attribute Summary collapse
-
#delivery_requirement ⇒ String
The DeliveryRequirement for this subscription.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DeliveryConfig
constructor
A new instance of DeliveryConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DeliveryConfig
Returns a new instance of DeliveryConfig.
189 190 191 |
# File 'lib/google/apis/pubsublite_v1/classes.rb', line 189 def initialize(**args) update!(**args) end |
Instance Attribute Details
#delivery_requirement ⇒ String
The DeliveryRequirement for this subscription.
Corresponds to the JSON property deliveryRequirement
187 188 189 |
# File 'lib/google/apis/pubsublite_v1/classes.rb', line 187 def delivery_requirement @delivery_requirement end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
194 195 196 |
# File 'lib/google/apis/pubsublite_v1/classes.rb', line 194 def update!(**args) @delivery_requirement = args[:delivery_requirement] if args.key?(:delivery_requirement) end |