Cloud Pub/Sub v1 API - Class PublishResponse (3.4.0)

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

Reference documentation and code samples for the Cloud Pub/Sub v1 API class PublishResponse.

Response for the Publish method.

Inheritance

object > PublishResponse

Namespace

GoogleGoogle.CloudGoogle.Cloud.PubSubV1

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
RepeatedFieldstring