gogol-datastore-0.0.1: Google Cloud Datastore 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.Datastore.DataSets.Rollback

Contents

Description

Roll back a transaction.

See: Google Cloud Datastore API Reference for datastore.datasets.rollback.

Synopsis

REST Resource

type DataSetsRollbackResource = "datastore" :> ("v1beta2" :> ("datasets" :> (Capture "datasetId" Text :> ("rollback" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` RollbackRequest :> Post `[JSON]` RollbackResponse)))))) Source

A resource alias for datastore.datasets.rollback method which the DataSetsRollback request conforms to.

Creating a Request

dataSetsRollback Source

Creates a value of DataSetsRollback with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dsrDataSetId :: Lens' DataSetsRollback Text Source

Identifies the dataset.