StreamingPullResponse

object StreamingPullResponse extends GeneratedMessageCompanion[StreamingPullResponse] with JavaProtoSupport[StreamingPullResponse, StreamingPullResponse]
Companion
class
trait Product
trait Mirror
trait JavaProtoSupport[StreamingPullResponse, StreamingPullResponse]
trait GeneratedMessageCompanion[StreamingPullResponse]
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

@SerialVersionUID(0L)
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.

Value Params
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
object AcknowledgeConfirmation extends GeneratedMessageCompanion[AcknowledgeConfirmation] with JavaProtoSupport[AcknowledgeConfirmation, AcknowledgeConfirmation]
Companion
class
@SerialVersionUID(0L)
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.

Value Params
ackIds

Successfully processed acknowledgement IDs.

invalidAckIds

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

Companion
object
object ModifyAckDeadlineConfirmation extends GeneratedMessageCompanion[ModifyAckDeadlineConfirmation] with JavaProtoSupport[ModifyAckDeadlineConfirmation, ModifyAckDeadlineConfirmation]
Companion
class
implicit
class StreamingPullResponseLens[UpperPB](_l: Lens[UpperPB, StreamingPullResponse]) extends ObjectLens[UpperPB, StreamingPullResponse]
@SerialVersionUID(0L)
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.

Value Params
exactlyOnceDeliveryEnabled

True iff exactly once delivery is enabled for this subscription.

messageOrderingEnabled

True iff message ordering is enabled for this subscription.

Companion
object
object SubscriptionProperties extends GeneratedMessageCompanion[SubscriptionProperties] with JavaProtoSupport[SubscriptionProperties, SubscriptionProperties]
Companion
class

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type ValueType = A
Inherited from
GeneratedMessageCompanion

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]
def fromJavaProto(javaPbSource: StreamingPullResponse): StreamingPullResponse
def javaDescriptor: Descriptor
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
def scalaDescriptor: Descriptor
def toJavaProto(scalaPbSource: StreamingPullResponse): StreamingPullResponse

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
Inherited from
GeneratedMessageCompanion
Inherited from
GeneratedMessageCompanion
def merge(a: StreamingPullResponse, input: CodedInputStream): StreamingPullResponse

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

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

Inherited from
GeneratedMessageCompanion
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[StreamingPullResponse]
Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: CodedInputStream): Option[StreamingPullResponse]
Inherited from
GeneratedMessageCompanion
def parseFrom(s: Array[Byte]): StreamingPullResponse
Inherited from
GeneratedMessageCompanion
def parseFrom(input: InputStream): StreamingPullResponse
Inherited from
GeneratedMessageCompanion
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[StreamingPullResponse]
Inherited from
GeneratedMessageCompanion
def toByteArray(a: StreamingPullResponse): Array[Byte]
Inherited from
GeneratedMessageCompanion
def validate(s: Array[Byte]): Try[StreamingPullResponse]
Inherited from
GeneratedMessageCompanion
def validateAscii(s: String): Either[TextFormatError, StreamingPullResponse]
Inherited from
GeneratedMessageCompanion

Concrete fields

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

Implicits

Implicits

final implicit
implicit
def messageCompanion: GeneratedMessageCompanion[StreamingPullResponse] & JavaProtoSupport[StreamingPullResponse, StreamingPullResponse]
implicit