Class: Google::Pubsub::V1::PublishResponse
- Inherits:
-
Object
- Object
- Google::Pubsub::V1::PublishResponse
- Defined in:
- lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
Overview
Response for the +Publish+ method.
Instance Attribute Summary collapse
-
#message_ids ⇒ Array<String>
The server-assigned ID of each published message, in the same order as the messages in the request.
Instance Attribute Details
#message_ids ⇒ Array<String>
Returns The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic.
73 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 73 class PublishResponse; end |