object StreamingPullResponse extends GeneratedMessageCompanion[StreamingPullResponse]
- Alphabetic
- By Inheritance
- StreamingPullResponse
- GeneratedMessageCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final case class AcknowledgeConfirmation(ackIds: Seq[String] = _root_.scala.Seq.empty, invalidAckIds: Seq[String] = _root_.scala.Seq.empty, unorderedAckIds: Seq[String] = _root_.scala.Seq.empty, temporaryFailedAckIds: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AcknowledgeConfirmation] with Product with Serializable
Acknowledgement IDs sent in one or more previous requests to acknowledge a previously received message.
Acknowledgement IDs sent in one or more previous requests to acknowledge a previously received message.
- ackIds
Optional. Successfully processed acknowledgement IDs.
- invalidAckIds
Optional. List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
- unorderedAckIds
Optional. List of acknowledgement IDs that were out of order.
- temporaryFailedAckIds
Optional. List of acknowledgement IDs that failed processing with temporary issues.
- Annotations
- @SerialVersionUID()
- final case class ModifyAckDeadlineConfirmation(ackIds: Seq[String] = _root_.scala.Seq.empty, invalidAckIds: Seq[String] = _root_.scala.Seq.empty, temporaryFailedAckIds: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ModifyAckDeadlineConfirmation] with Product with Serializable
Acknowledgement IDs sent in one or more previous requests to modify the deadline for a specific message.
Acknowledgement IDs sent in one or more previous requests to modify the deadline for a specific message.
- ackIds
Optional. Successfully processed acknowledgement IDs.
- invalidAckIds
Optional. List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
- temporaryFailedAckIds
Optional. List of acknowledgement IDs that failed processing with temporary issues.
- Annotations
- @SerialVersionUID()
- implicit class StreamingPullResponseLens[UpperPB] extends ObjectLens[UpperPB, StreamingPullResponse]
- final case class SubscriptionProperties(exactlyOnceDeliveryEnabled: Boolean = false, messageOrderingEnabled: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[SubscriptionProperties] with Product with Serializable
Subscription properties sent as part of the response.
Subscription properties sent as part of the response.
- exactlyOnceDeliveryEnabled
Optional. True iff exactly once delivery is enabled for this subscription.
- messageOrderingEnabled
Optional. True iff message ordering is enabled for this subscription.
- Annotations
- @SerialVersionUID()
- type ValueType = StreamingPullResponse
- Definition Classes
- GeneratedMessageCompanion
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
- final val ACKNOWLEDGE_CONFIRMATION_FIELD_NUMBER: Int(5)
- final val MODIFY_ACK_DEADLINE_CONFIRMATION_FIELD_NUMBER: Int(3)
- final val RECEIVED_MESSAGES_FIELD_NUMBER: Int(1)
- final val SUBSCRIPTION_PROPERTIES_FIELD_NUMBER: Int(4)
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- lazy val defaultInstance: StreamingPullResponse
- Definition Classes
- StreamingPullResponse → GeneratedMessageCompanion
- def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
- Definition Classes
- StreamingPullResponse → GeneratedMessageCompanion
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromAscii(s: String): StreamingPullResponse
- Definition Classes
- GeneratedMessageCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: Descriptor
- Definition Classes
- StreamingPullResponse → GeneratedMessageCompanion
- def merge(a: StreamingPullResponse, input: CodedInputStream): StreamingPullResponse
- Definition Classes
- GeneratedMessageCompanion
- implicit def messageCompanion: GeneratedMessageCompanion[StreamingPullResponse]
- def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
- Definition Classes
- StreamingPullResponse → GeneratedMessageCompanion
- implicit def messageReads: Reads[StreamingPullResponse]
- Definition Classes
- StreamingPullResponse → GeneratedMessageCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
- Definition Classes
- StreamingPullResponse → GeneratedMessageCompanion
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def of(receivedMessages: Seq[ReceivedMessage], acknowledgeConfirmation: Option[AcknowledgeConfirmation], modifyAckDeadlineConfirmation: Option[ModifyAckDeadlineConfirmation], subscriptionProperties: Option[SubscriptionProperties]): StreamingPullResponse
- def parseDelimitedFrom(input: InputStream): Option[StreamingPullResponse]
- Definition Classes
- GeneratedMessageCompanion
- def parseDelimitedFrom(input: CodedInputStream): Option[StreamingPullResponse]
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(_input__: CodedInputStream): StreamingPullResponse
- Definition Classes
- StreamingPullResponse → GeneratedMessageCompanion
- def parseFrom(s: Array[Byte]): StreamingPullResponse
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(input: InputStream): StreamingPullResponse
- Definition Classes
- GeneratedMessageCompanion
- def scalaDescriptor: Descriptor
- Definition Classes
- StreamingPullResponse → GeneratedMessageCompanion
- def streamFromDelimitedInput(input: InputStream): Stream[StreamingPullResponse]
- Definition Classes
- GeneratedMessageCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteArray(a: StreamingPullResponse): Array[Byte]
- Definition Classes
- GeneratedMessageCompanion
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validate(s: Array[Byte]): Try[StreamingPullResponse]
- Definition Classes
- GeneratedMessageCompanion
- def validateAscii(s: String): Either[TextFormatError, StreamingPullResponse]
- Definition Classes
- GeneratedMessageCompanion
- 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()
- object AcknowledgeConfirmation extends GeneratedMessageCompanion[AcknowledgeConfirmation]
- object ModifyAckDeadlineConfirmation extends GeneratedMessageCompanion[ModifyAckDeadlineConfirmation]
- object SubscriptionProperties extends GeneratedMessageCompanion[SubscriptionProperties]