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
Self type

Members list

Concise view

Type members

Classlikes

final case class AcknowledgeConfirmation(ackIds: Seq[String], invalidAckIds: Seq[String], unorderedAckIds: Seq[String], unknownFields: UnknownFieldSet) extends GeneratedMessage with 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.

Attributes

ackIds

Successfully processed acknowledgement IDs.

invalidAckIds

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

unorderedAckIds

List of acknowledgement IDs that were out of order.

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

Attributes

Companion:
class
Source:
StreamingPullResponse.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[AcknowledgeConfirmation]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class ModifyAckDeadlineConfirmation(ackIds: Seq[String], invalidAckIds: Seq[String], unknownFields: UnknownFieldSet) extends GeneratedMessage with 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.

Attributes

ackIds

Successfully processed acknowledgement IDs.

invalidAckIds

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

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

Attributes

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

Attributes

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

Subscription properties sent as part of the response.

Subscription properties sent as part of the response.

Attributes

exactlyOnceDeliveryEnabled

True iff exactly once delivery is enabled for this subscription.

messageOrderingEnabled

True iff message ordering is enabled for this subscription.

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

Attributes

Companion:
class
Source:
StreamingPullResponse.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[SubscriptionProperties]
trait Serializable
class Object
trait Matchable
class Any
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[_]
def javaDescriptor: Descriptor

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.

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[_]
def of(receivedMessages: Seq[ReceivedMessage], acknowledgeConfirmation: Option[AcknowledgeConfirmation], modifyAckDeadlineConfirmation: Option[ModifyAckDeadlineConfirmation], subscriptionProperties: Option[SubscriptionProperties]): StreamingPullResponse
def parseFrom(`_input__`: CodedInputStream): StreamingPullResponse

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source:
StreamingPullResponse.scala
def scalaDescriptor: Descriptor

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

Implicits

Implicits

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