public sealed class StreamingPullResponse : IMessage<StreamingPullResponse>, IEquatable<StreamingPullResponse>, IDeepCloneable<StreamingPullResponse>, IBufferMessage, IMessageResponse for the StreamingPull method. This response is used to stream
messages from the server to the client.
Implements
IMessage<StreamingPullResponse>, IEquatable<StreamingPullResponse>, IDeepCloneable<StreamingPullResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
StreamingPullResponse()
public StreamingPullResponse()StreamingPullResponse(StreamingPullResponse)
public StreamingPullResponse(StreamingPullResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
StreamingPullResponse |
Properties
ReceivedMessages
public RepeatedField<ReceivedMessage> ReceivedMessages { get; }Received Pub/Sub messages. This will not be empty.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<ReceivedMessage> |
|
SubscriptionProperties
public StreamingPullResponse.Types.SubscriptionProperties SubscriptionProperties { get; set; }Properties associated with this subscription.
| Property Value | |
|---|---|
| Type | Description |
StreamingPullResponse.Types.SubscriptionProperties |
|