google_api_pub_sub v0.4.0 GoogleApi.PubSub.V1.Model.ModifyAckDeadlineRequest View Source

Request for the ModifyAckDeadline method.

Attributes

  • ackDeadlineSeconds (integer()): 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). Defaults to: null.
  • ackIds ([String.t]): List of acknowledgment IDs. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.PubSub.V1.Model.ModifyAckDeadlineRequest{
  ackDeadlineSeconds: any(),
  ackIds: [any()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.