ModifyAckDeadlineConfirmation

@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.

Value Params
ackIds

Successfully processed acknowledgement IDs.

invalidAckIds

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

Companion
object
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addAllAckIds(`__vs`: Iterable[String]): ModifyAckDeadlineConfirmation
def addAllInvalidAckIds(`__vs`: Iterable[String]): ModifyAckDeadlineConfirmation
def getField(`__field`: FieldDescriptor): PValue
def getFieldByNumber(`__fieldNumber`: Int): Any
override
Definition Classes
GeneratedMessage
def toProtoString: String
def withAckIds(`__v`: Seq[String]): ModifyAckDeadlineConfirmation
def writeTo(`_output__`: CodedOutputStream): Unit

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
def toByteArray: Array[Byte]

Serializes the messgae and returns a byte array containing its raw bytes

Serializes the messgae and returns a byte array containing its raw bytes

Inherited from
GeneratedMessage
final
def toByteString: ByteString

Serializes the messgae and returns a ByteString containing its raw bytes

Serializes the messgae and returns a ByteString containing its raw bytes

Inherited from
GeneratedMessage
final
def toPMessage: PMessage
Inherited from
GeneratedMessage
final
def writeDelimitedTo(output: OutputStream): Unit
Inherited from
GeneratedMessage
final
def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Inherited from
GeneratedMessage