class Google::Apis::PubsubliteV1::DeliveryConfig

The settings for a subscription's message delivery.

Attributes

delivery_requirement[RW]

The DeliveryRequirement for this subscription. Corresponds to the JSON property `deliveryRequirement` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/pubsublite_v1/classes.rb, line 288
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/pubsublite_v1/classes.rb, line 293
def update!(**args)
  @delivery_requirement = args[:delivery_requirement] if args.key?(:delivery_requirement)
end