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>
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 |