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

Contents

Description

Allocate IDs for incomplete keys (useful for referencing an entity before it is inserted).

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

Synopsis

REST Resource

type DataSetsAllocateIdsResource = "datastore" :> ("v1beta2" :> ("datasets" :> (Capture "datasetId" Text :> ("allocateIds" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` AllocateIdsRequest :> Post `[JSON]` AllocateIdsResponse)))))) Source

A resource alias for datastore.datasets.allocateIds method which the DataSetsAllocateIds request conforms to.

Creating a Request

dataSetsAllocateIds Source

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

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

Request Lenses