StreamingPullResponse

@SerialVersionUID(0L) final case
class StreamingPullResponse(receivedMessages: Seq[ReceivedMessage], acknowledgeConfirmation: Option[AcknowledgeConfirmation], modifyAckDeadlineConfirmation: Option[ModifyAckDeadlineConfirmation], subscriptionProperties: Option[SubscriptionProperties], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[StreamingPullResponse]

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

Value Params
acknowledgeConfirmation

This field will only be set if enable_exactly_once_delivery is set to true.

modifyAckDeadlineConfirmation

This field will only be set if enable_exactly_once_delivery is set to true.

receivedMessages

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

subscriptionProperties

Properties associated with this subscription.

Companion
object
trait Updatable[StreamingPullResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
def toByteArray: Array[Byte]

Serializes the messgae and returns a byte array containing its raw bytes

Serializes the messgae and returns a byte array containing its raw bytes

Inherited from
GeneratedMessage
final
def toByteString: ByteString

Serializes the messgae and returns a ByteString containing its raw bytes

Serializes the messgae and returns a ByteString containing its raw bytes

Inherited from
GeneratedMessage
final
def toPMessage: PMessage
Inherited from
GeneratedMessage
final
def writeDelimitedTo(output: OutputStream): Unit
Inherited from
GeneratedMessage
final
def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Inherited from
GeneratedMessage