Cloud Datastore API (datastore:v1beta1)

2026-09-01

2 removed methods | Removed API

Deletions

    Methods
  • datastore.projects.export

      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.

      Parameters :

        projectId

          Description : Project ID against which to make the request.

          Required : Yes

          Location : path

          Type : string

      HTTP Method : POST

      Parameter Order : projectId

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

      Scopes :

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

  • datastore.projects.import

      Parameter Order : projectId

      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.

      Path : v1beta1/projects/{projectId}:import

      Scopes :

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

        projectId

          Description : Project ID against which to make the request.

          Required : Yes

          Location : path

          Type : string

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

      HTTP Method : POST