Class: Google::Apis::AnalyticshubV1::PubsubWrapper
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticshubV1::PubsubWrapper
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/analyticshub_v1/classes.rb,
lib/google/apis/analyticshub_v1/representations.rb,
lib/google/apis/analyticshub_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.
1714 1715 1716 |
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 1714 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1719 1720 |
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 1719 def update!(**args) end |