Class Google::Cloud::PubSub::V1::StreamingPullResponse (v0.6.2)

Response for the StreamingPull method. This response is used to stream messages from the server to the client.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#received_messages

def received_messages() -> ::Array<::Google::Cloud::PubSub::V1::ReceivedMessage>
Returns

#received_messages=

def received_messages=(value) -> ::Array<::Google::Cloud::PubSub::V1::ReceivedMessage>
Parameter
Returns

#subscription_properties

def subscription_properties() -> ::Google::Cloud::PubSub::V1::StreamingPullResponse::SubscriptionProperties
Returns

#subscription_properties=

def subscription_properties=(value) -> ::Google::Cloud::PubSub::V1::StreamingPullResponse::SubscriptionProperties
Parameter
Returns