Class/Object

com.google.pubsub.v1.pubsub

ModifyAckDeadlineRequest

Related Docs: object ModifyAckDeadlineRequest | package pubsub

Permalink

final case class ModifyAckDeadlineRequest(subscription: String = "", ackIds: Seq[String] = _root_.scala.Seq.empty, ackDeadlineSeconds: Int = 0) extends GeneratedMessage with Message[ModifyAckDeadlineRequest] with Updatable[ModifyAckDeadlineRequest] with Product with Serializable

Request for the ModifyAckDeadline method.

subscription

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

ackIds

Required. List of acknowledgment IDs.

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

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[ModifyAckDeadlineRequest], Message[ModifyAckDeadlineRequest], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModifyAckDeadlineRequest
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ModifyAckDeadlineRequest(subscription: String = "", ackIds: Seq[String] = _root_.scala.Seq.empty, ackDeadlineSeconds: Int = 0)

    Permalink

    subscription

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

    ackIds

    Required. List of acknowledgment IDs.

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ackDeadlineSeconds: Int

    Permalink

    Required.

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

  5. val ackIds: Seq[String]

    Permalink

    Required.

    Required. List of acknowledgment IDs.

  6. def addAckIds(__vs: String*): ModifyAckDeadlineRequest

    Permalink
  7. def addAllAckIds(__vs: Iterable[String]): ModifyAckDeadlineRequest

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clearAckIds: ModifyAckDeadlineRequest

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def companion: ModifyAckDeadlineRequest.type

    Permalink
    Definition Classes
    ModifyAckDeadlineRequest → GeneratedMessage
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getField(__field: FieldDescriptor): PValue

    Permalink
    Definition Classes
    ModifyAckDeadlineRequest → GeneratedMessage
  16. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    ModifyAckDeadlineRequest → GeneratedMessage
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def mergeFrom(_input__: CodedInputStream): ModifyAckDeadlineRequest

    Permalink
    Definition Classes
    ModifyAckDeadlineRequest → Message
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def serializedSize: Int

    Permalink
    Definition Classes
    ModifyAckDeadlineRequest → GeneratedMessage
  23. val subscription: String

    Permalink

    Required.

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

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  26. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  27. def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  28. def toProtoString: String

    Permalink
    Definition Classes
    ModifyAckDeadlineRequest → GeneratedMessage
  29. def update(ms: (Lens[ModifyAckDeadlineRequest, ModifyAckDeadlineRequest]) ⇒ Mutation[ModifyAckDeadlineRequest]*): ModifyAckDeadlineRequest

    Permalink
    Definition Classes
    Updatable
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withAckDeadlineSeconds(__v: Int): ModifyAckDeadlineRequest

    Permalink
  34. def withAckIds(__v: Seq[String]): ModifyAckDeadlineRequest

    Permalink
  35. def withSubscription(__v: String): ModifyAckDeadlineRequest

    Permalink
  36. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  37. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    ModifyAckDeadlineRequest → GeneratedMessage
  38. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[ModifyAckDeadlineRequest]

Inherited from Message[ModifyAckDeadlineRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped