Class PublishResponse (2.10.0)

public sealed class PublishResponse : IMessage<PublishResponse>, IEquatable<PublishResponse>, IDeepCloneable<PublishResponse>, IBufferMessage, IMessage

Response for the Publish method.

Inheritance

Object > PublishResponse

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

PublishResponse()

public PublishResponse()

PublishResponse(PublishResponse)

public PublishResponse(PublishResponse other)
Parameter
NameDescription
otherPublishResponse

Properties

MessageIds

public RepeatedField<string> MessageIds { get; }

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.

Property Value
TypeDescription
RepeatedField<String>