Class PublishResponse (2.4.0)

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

Response for the Publish method.

Inheritance

Object > PublishResponse

Implements

Google.Protobuf.IMessage<PublishResponse>, IEquatable<PublishResponse>, Google.Protobuf.IDeepCloneable<PublishResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
Google.Protobuf.Collections.RepeatedField<String>