Class: Google::Apis::PubsubV1beta2::ModifyPushConfigRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/pubsub_v1beta2/classes.rb,
lib/google/apis/pubsub_v1beta2/representations.rb,
lib/google/apis/pubsub_v1beta2/representations.rb

Overview

Request for the ModifyPushConfig method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ModifyPushConfigRequest

Returns a new instance of ModifyPushConfigRequest.



340
341
342
# File 'lib/google/apis/pubsub_v1beta2/classes.rb', line 340

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#push_configGoogle::Apis::PubsubV1beta2::PushConfig

Configuration for a push delivery endpoint. Corresponds to the JSON property pushConfig



338
339
340
# File 'lib/google/apis/pubsub_v1beta2/classes.rb', line 338

def push_config
  @push_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



345
346
347
# File 'lib/google/apis/pubsub_v1beta2/classes.rb', line 345

def update!(**args)
  @push_config = args[:push_config] if args.key?(:push_config)
end