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.
Implements
IMessagePublishResponse, IEquatablePublishResponse, IDeepCloneablePublishResponse, IBufferMessage, IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
PublishResponse()
public PublishResponse()
PublishResponse(PublishResponse)
public PublishResponse(PublishResponse other)
Parameter | |
---|---|
Name | Description |
other |
PublishResponse |
Properties
MessageIds
public RepeatedField<string> MessageIds { get; }
Optional. 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 | |
---|---|
Type | Description |
RepeatedFieldstring |