final case class StreamingPullResponse(receivedMessages: Seq[ReceivedMessage] = _root_.scala.Seq.empty, acknowledgeConfirmation: Option[AcknowledgeConfirmation] = _root_.scala.None, modifyAckDeadlineConfirmation: Option[ModifyAckDeadlineConfirmation] = _root_.scala.None, subscriptionProperties: Option[SubscriptionProperties] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[StreamingPullResponse] with Product with Serializable
Response for the StreamingPull
method. This response is used to stream
messages from the server to the client.
- receivedMessages
Optional. Received Pub/Sub messages. This will not be empty.
- acknowledgeConfirmation
Optional. This field will only be set if
enable_exactly_once_delivery
is set totrue
.- modifyAckDeadlineConfirmation
Optional. This field will only be set if
enable_exactly_once_delivery
is set totrue
.- subscriptionProperties
Optional. Properties associated with this subscription.
- Annotations
- @SerialVersionUID()
- Source
- StreamingPullResponse.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StreamingPullResponse
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StreamingPullResponse(receivedMessages: Seq[ReceivedMessage] = _root_.scala.Seq.empty, acknowledgeConfirmation: Option[AcknowledgeConfirmation] = _root_.scala.None, modifyAckDeadlineConfirmation: Option[ModifyAckDeadlineConfirmation] = _root_.scala.None, subscriptionProperties: Option[SubscriptionProperties] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- receivedMessages
Optional. Received Pub/Sub messages. This will not be empty.
- acknowledgeConfirmation
Optional. This field will only be set if
enable_exactly_once_delivery
is set totrue
.- modifyAckDeadlineConfirmation
Optional. This field will only be set if
enable_exactly_once_delivery
is set totrue
.- subscriptionProperties
Optional. Properties associated with this subscription.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val acknowledgeConfirmation: Option[AcknowledgeConfirmation]
- def addAllReceivedMessages(__vs: Iterable[ReceivedMessage]): StreamingPullResponse
- def addReceivedMessages(__vs: ReceivedMessage*): StreamingPullResponse
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearAcknowledgeConfirmation: StreamingPullResponse
- def clearModifyAckDeadlineConfirmation: StreamingPullResponse
- def clearReceivedMessages: StreamingPullResponse
- def clearSubscriptionProperties: StreamingPullResponse
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: StreamingPullResponse.type
- Definition Classes
- StreamingPullResponse → GeneratedMessage
- def discardUnknownFields: StreamingPullResponse
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getAcknowledgeConfirmation: AcknowledgeConfirmation
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- StreamingPullResponse → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- StreamingPullResponse → GeneratedMessage
- def getModifyAckDeadlineConfirmation: ModifyAckDeadlineConfirmation
- def getSubscriptionProperties: SubscriptionProperties
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val modifyAckDeadlineConfirmation: Option[ModifyAckDeadlineConfirmation]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val receivedMessages: Seq[ReceivedMessage]
- def serializedSize: Int
- Definition Classes
- StreamingPullResponse → GeneratedMessage
- val subscriptionProperties: Option[SubscriptionProperties]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- StreamingPullResponse → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[StreamingPullResponse, StreamingPullResponse]) => Mutation[StreamingPullResponse]*): StreamingPullResponse
- Definition Classes
- Updatable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withAcknowledgeConfirmation(__v: AcknowledgeConfirmation): StreamingPullResponse
- def withModifyAckDeadlineConfirmation(__v: ModifyAckDeadlineConfirmation): StreamingPullResponse
- def withReceivedMessages(__v: Seq[ReceivedMessage]): StreamingPullResponse
- def withSubscriptionProperties(__v: SubscriptionProperties): StreamingPullResponse
- def withUnknownFields(__v: UnknownFieldSet): StreamingPullResponse
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- StreamingPullResponse → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage