Class: Google::Cloud::PubSub::V1::PublishResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/pubsub/v1/pubsub.rb

Overview

Response for the Publish method.

Instance Attribute Summary collapse

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.

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.



202
203
204
205
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 202

class PublishResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end