class Google::Apis::PubsubV1::ModifyPushConfigRequest
Request for the ModifyPushConfig method.
Attributes
push_config[RW]
Configuration for a push delivery endpoint. Corresponds to the JSON property `pushConfig` @return [Google::Apis::PubsubV1::PushConfig]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/pubsub_v1/classes.rb, line 580 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/pubsub_v1/classes.rb, line 585 def update!(**args) @push_config = args[:push_config] if args.key?(:push_config) end