ModifyAckDeadlineRequest

@SerialVersionUID(0L) final case
class ModifyAckDeadlineRequest(subscription: String, ackIds: Seq[String], ackDeadlineSeconds: Int, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ModifyAckDeadlineRequest]

Request for the ModifyAckDeadline method.

Value Params
ackDeadlineSeconds

Required. The new ack deadline with respect to the time this request was sent to the Pub/Sub system. For example, if the value is 10, the new ack deadline will expire 10 seconds after the ModifyAckDeadline call was made. Specifying zero might immediately make the message available for delivery to another subscriber client. This typically results in an increase in the rate of message redeliveries (that is, duplicates). The minimum deadline you can specify is 0 seconds. The maximum deadline you can specify is 600 seconds (10 minutes).

ackIds

Required. List of acknowledgment IDs.

subscription

Required. The name of the subscription. Format is projects/{project}/subscriptions/{sub}.

Companion
object
trait Updatable[ModifyAckDeadlineRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addAckIds(`__vs`: String*): ModifyAckDeadlineRequest
def addAllAckIds(`__vs`: Iterable[String]): ModifyAckDeadlineRequest
def getField(`__field`: FieldDescriptor): PValue
def getFieldByNumber(`__fieldNumber`: Int): Any
override
Definition Classes
GeneratedMessage
def toProtoString: String
def withAckIds(`__v`: Seq[String]): ModifyAckDeadlineRequest
def withUnknownFields(`__v`: UnknownFieldSet): ModifyAckDeadlineRequest
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