Response for the StreamingPull method. This response is used to stream
messages from the server to the client.
Summary
Types
@type t() :: %Google.Pubsub.V1.StreamingPullResponse{ __protobuf__: true, __unknown_fields__: [Protobuf.unknown_field()], acknowledge_confirmation: Google.Pubsub.V1.StreamingPullResponse.AcknowledgeConfirmation.t() | nil, modify_ack_deadline_confirmation: Google.Pubsub.V1.StreamingPullResponse.ModifyAckDeadlineConfirmation.t() | nil, received_messages: [Google.Pubsub.V1.ReceivedMessage.t()], subscription_properties: Google.Pubsub.V1.StreamingPullResponse.SubscriptionProperties.t() | nil }