xref: /aosp_15_r20/external/googleapis/google/datastore/v1/datastore_v1.yaml (revision d5c09012810ac0c9f33fe448fb6da8260d444cc9)
1type: google.api.Service
2config_version: 3
3name: datastore.googleapis.com
4title: Cloud Datastore API
5
6apis:
7- name: google.datastore.v1.Datastore
8- name: google.longrunning.Operations
9
10documentation:
11  summary: |-
12    Accesses the schemaless NoSQL database to provide fully managed, robust,
13    scalable storage for your application.
14
15http:
16  rules:
17  - selector: google.longrunning.Operations.CancelOperation
18    post: '/v1/{name=projects/*/operations/*}:cancel'
19  - selector: google.longrunning.Operations.DeleteOperation
20    delete: '/v1/{name=projects/*/operations/*}'
21  - selector: google.longrunning.Operations.GetOperation
22    get: '/v1/{name=projects/*/operations/*}'
23  - selector: google.longrunning.Operations.ListOperations
24    get: '/v1/{name=projects/*}/operations'
25
26authentication:
27  rules:
28  - selector: 'google.datastore.v1.Datastore.*'
29    oauth:
30      canonical_scopes: |-
31        https://www.googleapis.com/auth/cloud-platform,
32        https://www.googleapis.com/auth/datastore
33  - selector: 'google.longrunning.Operations.*'
34    oauth:
35      canonical_scopes: |-
36        https://www.googleapis.com/auth/cloud-platform,
37        https://www.googleapis.com/auth/datastore
38