Class PullBatchResponse
Response for the PullBatch method.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1beta1a.Data
Assembly: Google.Apis.Pubsub.v1beta1a.dll
Syntax
public class PullBatchResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PullResponses
Received Pub/Sub messages or status events. The Pub/Sub system will return zero messages if there are no more messages available in the backlog. The Pub/Sub system may return fewer than the max_events requested even if there are more messages available in the backlog.
Declaration
[JsonProperty("pullResponses")]
public virtual IList<PullResponse> PullResponses { get; set; }
Property Value
Type | Description |
---|---|
IList<PullResponse> |