Cloud Pub/Sub V1 API - Class Google::Cloud::PubSub::V1::PublishResponse (v0.10.0)

Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::PublishResponse.

Response for the Publish method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#message_ids

def message_ids() -> ::Array<::String>
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.

#message_ids=

def message_ids=(value) -> ::Array<::String>
Parameter
  • value (::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.
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.