Class PullResponse
Either a PubsubMessage or a truncation event. One of these two must be populated.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1beta1a.Data
Assembly: Google.Apis.Pubsub.v1beta1a.dll
Syntax
public class PullResponse : IDirectResponseSchema
Properties
AckId
This ID must be used to acknowledge the received event or 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 |
PubsubEvent
A pubsub message or truncation event.
Declaration
[JsonProperty("pubsubEvent")]
public virtual PubsubEvent PubsubEvent { get; set; }
Property Value
Type | Description |
---|---|
PubsubEvent |