Class: Google::Pubsub::V1::PublishResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb

Overview

Response for the +Publish+ method.

Instance Attribute Summary collapse

Instance Attribute Details

#message_idsArray<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.

Returns:

  • (Array<String>)

    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.



99
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 99

class PublishResponse; end