public sealed class PullResponse : IMessage<PullResponse>, IEquatable<PullResponse>, IDeepCloneable<PullResponse>, IBufferMessage, IMessageResponse for the Pull method.
Inheritance
System.Object > PullResponseImplements
Google.Protobuf.IMessage<PullResponse>, System.IEquatable<PullResponse>, Google.Protobuf.IDeepCloneable<PullResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
PullResponse()
public PullResponse()PullResponse(PullResponse)
public PullResponse(PullResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
PullResponse |
Properties
ReceivedMessages
public RepeatedField<ReceivedMessage> ReceivedMessages { get; }Received Pub/Sub messages. The list will be empty if there are no more
messages available in the backlog. For JSON, the response can be entirely
empty. The Pub/Sub system may return fewer than the maxMessages requested
even if there are more messages available in the backlog.
| Property Value | |
|---|---|
| Type | Description |
Google.Protobuf.Collections.RepeatedField<ReceivedMessage> |
|