Class: Google::Cloud::PubSub::V1::PublishResponse
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::PublishResponse
- 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
-
#message_ids ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#message_ids ⇒ ::Array<::String>
Returns Optional. 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.
502 503 504 505 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 502 class PublishResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |