Class PublishResponse (2.13.9)

PublishResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response for the Publish method.

Attribute

NameDescription
message_ids Sequence[str]
The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic.

Inheritance

builtins.object > proto.message.Message > PublishResponse