integrations.sh
← all integrations

googleapis.com – datastore

OpenAPI apis-guru analyticsmedia

Accesses the schemaless NoSQL database to provide fully managed, robust, scalable storage for your application.

Homepage
https://api.apis.guru/v2/specs/googleapis.com:datastore/v1.json
Provider
googleapis.com:datastore / datastore
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/googleapis.com/datastore/v1/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/googleapis.com/datastore/v1/openapi.yaml

Tools (20)

Extracted live via the executor SDK.

  • projects.datastoreProjectsAllocateIds

    Allocates IDs for the given keys, which is useful for referencing an entity before it is inserted.

  • projects.datastoreProjectsBeginTransaction

    Begins a new transaction.

  • projects.datastoreProjectsCommit

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

  • projects.datastoreProjectsExport

    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.

  • projects.datastoreProjectsImport

    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.

  • projects.datastoreProjectsIndexesCreate

    Creates the specified index. A newly created index's initial state is CREATING. On completion of the returned google.longrunning.Operation, the state will be READY. If the index already exists, the call will return an ALREADY_EXISTS status. During index creation, the process could result in an error, in which case the index will move to the ERROR state. The process can be recovered by fixing the data that caused the error, removing the index with delete, then re-creating the index with create. Indexes with a single property cannot be created.

  • projects.datastoreProjectsIndexesDelete

    Deletes an existing index. An index can only be deleted if it is in a READY or ERROR state. On successful execution of the request, the index will be in a DELETING state. And on completion of the returned google.longrunning.Operation, the index will be removed. During index deletion, the process could result in an error, in which case the index will move to the ERROR state. The process can be recovered by fixing the data that caused the error, followed by calling delete again.

  • projects.datastoreProjectsIndexesGet

    Gets an index.

  • projects.datastoreProjectsIndexesList

    Lists the indexes that match the specified filters. Datastore uses an eventually consistent query to fetch the list of indexes and may occasionally return stale results.

  • projects.datastoreProjectsLookup

    Looks up entities by key.

  • projects.datastoreProjectsOperationsCancel

    Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

  • projects.datastoreProjectsOperationsDelete

    Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.

  • projects.datastoreProjectsOperationsGet

    Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

  • projects.datastoreProjectsOperationsList

    Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

  • projects.datastoreProjectsReserveIds

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

  • projects.datastoreProjectsRollback

    Rolls back a transaction.

  • projects.datastoreProjectsRunAggregationQuery

    Runs an aggregation query.

  • projects.datastoreProjectsRunQuery

    Queries for entities.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools