Class PublishBatchResponse
Response for the PublishBatch method.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1beta1a.Data
Assembly: Google.Apis.Pubsub.v1beta1a.dll
Syntax
public class PublishBatchResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MessageIds
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.
Declaration
[JsonProperty("messageIds")]
public virtual IList<string> MessageIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |