gogol-pubsub-0.0.1: Google Cloud Pub/Sub SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.PubSub.Projects.Subscriptions.ModifyAckDeadline

Contents

Description

Modifies the ack deadline for a specific message. This method is useful to indicate that more time is needed to process a message by the subscriber, or to make the message available for redelivery if the processing was interrupted.

See: Google Cloud Pub/Sub API Reference for pubsub.projects.subscriptions.modifyAckDeadline.

Synopsis

REST Resource

type ProjectsSubscriptionsModifyAckDeadlineResource = "v1" :> (CaptureMode "subscription" "modifyAckDeadline" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` ModifyAckDeadlineRequest :> Post `[JSON]` Empty)))))))))) Source

A resource alias for pubsub.projects.subscriptions.modifyAckDeadline method which the ProjectsSubscriptionsModifyAckDeadline request conforms to.

Creating a Request

data ProjectsSubscriptionsModifyAckDeadline Source

Modifies the ack deadline for a specific message. This method is useful to indicate that more time is needed to process a message by the subscriber, or to make the message available for redelivery if the processing was interrupted.

See: projectsSubscriptionsModifyAckDeadline smart constructor.

Request Lenses

psmadUploadProtocol :: Lens' ProjectsSubscriptionsModifyAckDeadline (Maybe Text) Source

Upload protocol for media (e.g. "raw", "multipart").

psmadUploadType :: Lens' ProjectsSubscriptionsModifyAckDeadline (Maybe Text) Source

Legacy upload protocol for media (e.g. "media", "multipart").