Cloud Datastore API (datastore:v1beta3)

2026-09-01

8 removed methods | Removed API

Deletions

    Methods
  • datastore.projects.reserveIds

      Flat Path : v1beta3/projects/{projectId}:reserveIds

      Path : v1beta3/projects/{projectId}:reserveIds

      Parameter Order : projectId

      Description : Prevents the supplied keys' IDs from being auto-allocated by Cloud Datastore.

      Scopes :

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

        projectId

          Location : path

          Required : Yes

          Type : string

          Description : Required. The ID of the project against which to make the request.

      HTTP Method : POST

  • datastore.projects.runQuery

  • datastore.projects.rollback

  • datastore.projects.lookup

  • datastore.projects.beginTransaction

      Path : v1beta3/projects/{projectId}:beginTransaction

      Parameters :

        projectId

          Required : Yes

          Description : Required. The ID of the project against which to make the request.

          Type : string

          Location : path

      Flat Path : v1beta3/projects/{projectId}:beginTransaction

      HTTP Method : POST

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/datastore
    • Parameter Order : projectId

      Description : Begins a new transaction.

  • datastore.projects.runAggregationQuery

      Parameters :

        projectId

          Type : string

          Required : Yes

          Description : Required. The ID of the project against which to make the request.

          Location : path

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/datastore
    • HTTP Method : POST

      Path : v1beta3/projects/{projectId}:runAggregationQuery

      Description : Runs an aggregation query.

      Flat Path : v1beta3/projects/{projectId}:runAggregationQuery

      Parameter Order : projectId

  • datastore.projects.allocateIds

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/datastore
    • Description : Allocates IDs for the given keys, which is useful for referencing an entity before it is inserted.

      Path : v1beta3/projects/{projectId}:allocateIds

      Parameters :

        projectId

          Description : Required. The ID of the project against which to make the request.

          Type : string

          Location : path

          Required : Yes

      Parameter Order : projectId

      Flat Path : v1beta3/projects/{projectId}:allocateIds

      HTTP Method : POST

  • datastore.projects.commit

      Parameters :

        projectId

          Location : path

          Description : Required. The ID of the project against which to make the request.

          Required : Yes

          Type : string

      Parameter Order : projectId

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/datastore
    • HTTP Method : POST

      Flat Path : v1beta3/projects/{projectId}:commit

      Path : v1beta3/projects/{projectId}:commit

      Description : Commits a transaction, optionally creating, deleting or modifying some entities.