Cloud Pub/Sub v1 API - Class StreamingPullResponse (3.4.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

GoogleGoogle.CloudGoogle.Cloud.PubSubV1

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
StreamingPullResponseTypesAcknowledgeConfirmation

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
StreamingPullResponseTypesModifyAckDeadlineConfirmation

ReceivedMessages

public RepeatedField<ReceivedMessage> ReceivedMessages { get; }

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

Property Value
TypeDescription
RepeatedFieldReceivedMessage

SubscriptionProperties

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

Properties associated with this subscription.

Property Value
TypeDescription
StreamingPullResponseTypesSubscriptionProperties