Class: Google::Apis::PubsubV1::ValidateMessageResponse
- Inherits:
-
Object
- Object
- Google::Apis::PubsubV1::ValidateMessageResponse
- 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
Response for the ValidateMessage
method. Empty for now.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ValidateMessageResponse
constructor
A new instance of ValidateMessageResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ValidateMessageResponse
Returns a new instance of ValidateMessageResponse.
2247 2248 2249 |
# File 'lib/google/apis/pubsub_v1/classes.rb', line 2247 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2252 2253 |
# File 'lib/google/apis/pubsub_v1/classes.rb', line 2252 def update!(**args) end |