Skip to main content

projects

Overview

Nameprojects
TypeResource
Idgoogle.datastore.projects

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource and then invoke a supported method using the EXEC command

Methods

NameAccessible byRequired ParamsDescription
allocate_idsEXECprojectIdAllocates IDs for the given keys, which is useful for referencing an entity before it is inserted.
begin_transactionEXECprojectIdBegins a new transaction.
commitEXECprojectIdCommits a transaction, optionally creating, deleting or modifying some entities.
exportEXECprojectIdExports a copy of all or a subset of entities from Google Cloud Datastore to another storage system, such as Google Cloud Storage. Recent updates to entities may not be reflected in the export. The export occurs in the background and its progress can be monitored and managed via the Operation resource that is created. The output of an export may only be used once the associated operation is done. If an export operation is cancelled before completion it may leave partial data behind in Google Cloud Storage.
importEXECprojectIdImports entities into Google Cloud Datastore. Existing entities with the same key are overwritten. The import occurs in the background and its progress can be monitored and managed via the Operation resource that is created. If an ImportEntities operation is cancelled, it is possible that a subset of the data has already been imported to Cloud Datastore.
lookupEXECprojectIdLooks up entities by key.
reserve_idsEXECprojectIdPrevents the supplied keys' IDs from being auto-allocated by Cloud Datastore.
rollbackEXECprojectIdRolls back a transaction.
run_aggregation_queryEXECprojectIdRuns an aggregation query.
run_queryEXECprojectIdQueries for entities.