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