Cloud Datastore API (datastore:v1beta1)

2026-09-02

2 new methods | New API

Additions

    Methods
  • datastore.projects.export

      HTTP Method : POST

      Description : Exports 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.

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/datastore
    • Parameters :

        projectId

          Location : path

          Required : Yes

          Type : string

          Description : Project ID against which to make the request.

      Flat Path : v1beta1/projects/{projectId}:export

      Parameter Order : projectId

      Path : v1beta1/projects/{projectId}:export

  • datastore.projects.import

      Flat Path : v1beta1/projects/{projectId}:import

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/datastore
    • Path : v1beta1/projects/{projectId}:import

      HTTP Method : POST

      Parameter Order : projectId

      Parameters :

        projectId

          Location : path

          Required : Yes

          Type : string

          Description : Project ID against which to make the request.

      Description : Imports 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.