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
Google.Protobuf.IMessage<StreamingPullResponse>, IEquatable<StreamingPullResponse>, Google.Protobuf.IDeepCloneable<StreamingPullResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
Google.Protobuf.Collections.RepeatedField<ReceivedMessage> |