Request for the StreamingPull streaming RPC method. This request is used to
establish the initial stream as well as to stream acknowledgments and ack
deadline modifications from the client to the server.
Summary
Types
@type t() :: %Google.Pubsub.V1.StreamingPullRequest{ __protobuf__: true, __unknown_fields__: [Protobuf.unknown_field()], ack_ids: [String.t()], client_id: String.t(), max_outstanding_bytes: integer(), max_outstanding_messages: integer(), modify_deadline_ack_ids: [String.t()], modify_deadline_seconds: [integer()], protocol_version: integer(), stream_ack_deadline_seconds: integer(), subscription: String.t() }