StreamingPullResponse

com.google.pubsub.v1.pubsub.StreamingPullResponse
See theStreamingPullResponse companion class
object StreamingPullResponse extends GeneratedMessageCompanion[StreamingPullResponse]

Attributes

Companion
class
Source
StreamingPullResponse.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[StreamingPullResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

final case class AcknowledgeConfirmation(ackIds: Seq[String], invalidAckIds: Seq[String], unorderedAckIds: Seq[String], temporaryFailedAckIds: Seq[String], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[AcknowledgeConfirmation]

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.

Value parameters

ackIds

Successfully processed acknowledgement IDs.

invalidAckIds

List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.

temporaryFailedAckIds

List of acknowledgement IDs that failed processing with temporary issues.

unorderedAckIds

List of acknowledgement IDs that were out of order.

Attributes

Companion
object
Source
StreamingPullResponse.scala
Supertypes
trait Updatable[AcknowledgeConfirmation]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object AcknowledgeConfirmation extends GeneratedMessageCompanion[AcknowledgeConfirmation]

Attributes

Companion
class
Source
StreamingPullResponse.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[AcknowledgeConfirmation]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class ModifyAckDeadlineConfirmation(ackIds: Seq[String], invalidAckIds: Seq[String], temporaryFailedAckIds: Seq[String], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ModifyAckDeadlineConfirmation]

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.

Value parameters

ackIds

Successfully processed acknowledgement IDs.

invalidAckIds

List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.

temporaryFailedAckIds

List of acknowledgement IDs that failed processing with temporary issues.

Attributes

Companion
object
Source
StreamingPullResponse.scala
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ModifyAckDeadlineConfirmation extends GeneratedMessageCompanion[ModifyAckDeadlineConfirmation]

Attributes

Companion
class
Source
StreamingPullResponse.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ModifyAckDeadlineConfirmation]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
implicit class StreamingPullResponseLens[UpperPB](_l: Lens[UpperPB, StreamingPullResponse]) extends ObjectLens[UpperPB, StreamingPullResponse]

Attributes

Source
StreamingPullResponse.scala
Supertypes
class ObjectLens[UpperPB, StreamingPullResponse]
trait Lens[UpperPB, StreamingPullResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class SubscriptionProperties(exactlyOnceDeliveryEnabled: Boolean, messageOrderingEnabled: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[SubscriptionProperties]

Subscription properties sent as part of the response.

Subscription properties sent as part of the response.

Value parameters

exactlyOnceDeliveryEnabled

True iff exactly once delivery is enabled for this subscription.

messageOrderingEnabled

True iff message ordering is enabled for this subscription.

Attributes

Companion
object
Source
StreamingPullResponse.scala
Supertypes
trait Updatable[SubscriptionProperties]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SubscriptionProperties extends GeneratedMessageCompanion[SubscriptionProperties]

Attributes

Companion
class
Source
StreamingPullResponse.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[SubscriptionProperties]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type ValueType = A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]

Attributes

Source
StreamingPullResponse.scala
def javaDescriptor: Descriptor

Returns the Java descriptors for this message.

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Source
StreamingPullResponse.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source
StreamingPullResponse.scala
def of(receivedMessages: Seq[ReceivedMessage], acknowledgeConfirmation: Option[AcknowledgeConfirmation], modifyAckDeadlineConfirmation: Option[ModifyAckDeadlineConfirmation], subscriptionProperties: Option[SubscriptionProperties]): StreamingPullResponse

Attributes

Source
StreamingPullResponse.scala
def parseFrom(`_input__`: CodedInputStream): StreamingPullResponse

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
StreamingPullResponse.scala
def scalaDescriptor: Descriptor

Attributes

Source
StreamingPullResponse.scala

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def fromAscii(s: String): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def merge(a: StreamingPullResponse, input: CodedInputStream): A

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: InputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: CodedInputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(s: Array[Byte]): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(input: InputStream): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def streamFromDelimitedInput(input: InputStream): Stream[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validate(s: Array[Byte]): Try[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validateAscii(s: String): Either[TextFormatError, A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Attributes

Source
StreamingPullResponse.scala

Implicits

Implicits

final implicit def StreamingPullResponseLens[UpperPB](_l: Lens[UpperPB, StreamingPullResponse]): StreamingPullResponseLens[UpperPB]

Attributes

Source
StreamingPullResponse.scala
implicit def messageCompanion: GeneratedMessageCompanion[StreamingPullResponse]

Attributes

Source
StreamingPullResponse.scala
implicit def messageReads: Reads[StreamingPullResponse]

Attributes

Source
StreamingPullResponse.scala