Class: Google::Apis::PubsubV1::PubsubWrapper

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

Overview

The payload to the push endpoint is in the form of the JSON representation of a PubsubMessage (https://cloud.google.com/pubsub/docs/reference/rpc/google. pubsub.v1#pubsubmessage).

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PubsubWrapper

Returns a new instance of PubsubWrapper.



1177
1178
1179
# File 'lib/google/apis/pubsub_v1/classes.rb', line 1177

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

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1182
1183
# File 'lib/google/apis/pubsub_v1/classes.rb', line 1182

def update!(**args)
end