Class ReceivedMessage
A message and its corresponding acknowledgment ID.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1beta2.Data
Assembly: Google.Apis.Pubsub.v1beta2.dll
Syntax
public class ReceivedMessage : IDirectResponseSchema
Properties
AckId
This ID can be used to acknowledge the received message.
Declaration
[JsonProperty("ackId")]
public virtual string AckId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
The message.
Declaration
[JsonProperty("message")]
public virtual PubsubMessage Message { get; set; }
Property Value
Type | Description |
---|---|
PubsubMessage |