Cloud Pub/Sub v1 API - Class StreamingPullResponse (3.3.0)

public sealed class StreamingPullResponse : IMessage<StreamingPullResponse>, IEquatable<StreamingPullResponse>, IDeepCloneable<StreamingPullResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Pub/Sub v1 API class StreamingPullResponse.

Response for the StreamingPull method. This response is used to stream messages from the server to the client.

Inheritance

Object > StreamingPullResponse

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

StreamingPullResponse()

public StreamingPullResponse()

StreamingPullResponse(StreamingPullResponse)

public StreamingPullResponse(StreamingPullResponse other)
Parameter
NameDescription
otherStreamingPullResponse

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
TypeDescription
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
TypeDescription
StreamingPullResponse.Types.ModifyAckDeadlineConfirmation

ReceivedMessages

public RepeatedField<ReceivedMessage> ReceivedMessages { get; }

Received Pub/Sub messages. This will not be empty.

Property Value
TypeDescription
RepeatedField<ReceivedMessage>

SubscriptionProperties

public StreamingPullResponse.Types.SubscriptionProperties SubscriptionProperties { get; set; }

Properties associated with this subscription.

Property Value
TypeDescription
StreamingPullResponse.Types.SubscriptionProperties