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