Class: Google::Apis::PubsubV1::PubsubWrapper
- Inherits:
-
Object
- Object
- Google::Apis::PubsubV1::PubsubWrapper
- 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
-
#initialize(**args) ⇒ PubsubWrapper
constructor
A new instance of PubsubWrapper.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PubsubWrapper
Returns a new instance of PubsubWrapper.
1306 1307 1308 |
# File 'lib/google/apis/pubsub_v1/classes.rb', line 1306 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1311 1312 |
# File 'lib/google/apis/pubsub_v1/classes.rb', line 1311 def update!(**args) end |