Cloud Pub/Sub V1 API - Class Google::Cloud::PubSub::V1::ModifyAckDeadlineRequest (v0.14.0)

Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::ModifyAckDeadlineRequest.

Request for the ModifyAckDeadline method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#ack_deadline_seconds

def ack_deadline_seconds() -> ::Integer
Returns
  • (::Integer) — 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).

#ack_deadline_seconds=

def ack_deadline_seconds=(value) -> ::Integer
Parameter
  • value (::Integer) — 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).
Returns
  • (::Integer) — 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).

#ack_ids

def ack_ids() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. List of acknowledgment IDs.

#ack_ids=

def ack_ids=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. List of acknowledgment IDs.
Returns
  • (::Array<::String>) — Required. List of acknowledgment IDs.

#subscription

def subscription() -> ::String
Returns
  • (::String) — Required. The name of the subscription. Format is projects/{project}/subscriptions/{sub}.

#subscription=

def subscription=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the subscription. Format is projects/{project}/subscriptions/{sub}.
Returns
  • (::String) — Required. The name of the subscription. Format is projects/{project}/subscriptions/{sub}.