public sealed class StreamingPullResponse : IMessage<StreamingPullResponse>, IEquatable<StreamingPullResponse>, IDeepCloneable<StreamingPullResponse>, IBufferMessage, IMessage
Response 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
AcknowledgeConfirmation
public StreamingPullResponse.Types.AcknowledgeConfirmation AcknowledgeConfirmation { get; set; }
This field will only be set if enable_exactly_once_delivery
is set to
true
.
Property Value | |
---|---|
Type | Description |
StreamingPullResponse.Types.AcknowledgeConfirmation |
ModifyAckDeadlineConfirmation
public StreamingPullResponse.Types.ModifyAckDeadlineConfirmation ModifyAckDeadlineConfirmation { get; set; }
This field will only be set if enable_exactly_once_delivery
is set to
true
.
Property Value | |
---|---|
Type | Description |
StreamingPullResponse.Types.ModifyAckDeadlineConfirmation |
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 |