Show / Hide Table of Contents

Class PullResponse

Response for the Pull method.

Inheritance
object
PullResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX