googleapis.com – datastore
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.datastoreProjectsAllocateIdsAllocates IDs for the given keys, which is useful for referencing an entity before it is inserted.
-
projects.datastoreProjectsBeginTransactionBegins a new transaction.
-
projects.datastoreProjectsCommitCommits a transaction, optionally creating, deleting or modifying some entities.
-
projects.datastoreProjectsExportExports 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.datastoreProjectsImportImports 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.datastoreProjectsIndexesCreateCreates the specified index. A newly created index's initial state is
CREATING. On completion of the returned google.longrunning.Operation, the state will beREADY. If the index already exists, the call will return anALREADY_EXISTSstatus. During index creation, the process could result in an error, in which case the index will move to theERRORstate. 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.datastoreProjectsIndexesDeleteDeletes an existing index. An index can only be deleted if it is in a
READYorERRORstate. On successful execution of the request, the index will be in aDELETINGstate. 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 theERRORstate. The process can be recovered by fixing the data that caused the error, followed by calling delete again. -
projects.datastoreProjectsIndexesGetGets an index.
-
projects.datastoreProjectsIndexesListLists 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.datastoreProjectsLookupLooks up entities by key.
-
projects.datastoreProjectsOperationsCancelStarts 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 toCode.CANCELLED. -
projects.datastoreProjectsOperationsDeleteDeletes 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.datastoreProjectsOperationsGetGets 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.datastoreProjectsOperationsListLists operations that match the specified filter in the request. If the server doesn't support this method, it returns
UNIMPLEMENTED. -
projects.datastoreProjectsReserveIdsPrevents the supplied keys' IDs from being auto-allocated by Cloud Datastore.
-
projects.datastoreProjectsRollbackRolls back a transaction.
-
projects.datastoreProjectsRunAggregationQueryRuns an aggregation query.
-
projects.datastoreProjectsRunQueryQueries for entities.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools