Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions google/cloud/pubsublite_v1/types/subscriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,10 @@ class MessageResponse(proto.Message):
r"""Response containing a list of messages. Upon delivering a
MessageResponse to the client, the server:

- Updates the stream's delivery cursor to one greater than the
cursor of the last message in the list.
- Subtracts the total number of bytes and messages from the tokens
available to the server.
- Updates the stream's delivery cursor to one greater than the
cursor of the last message in the list.
- Subtracts the total number of bytes and messages from the tokens
available to the server.

Attributes:
messages (MutableSequence[google.cloud.pubsublite_v1.types.SequencedMessage]):
Expand Down
Loading