43 lines
1.3 KiB
43 lines
1.3 KiB
type: google.api.Service |
|
config_version: 3 |
|
name: datastore.googleapis.com |
|
title: Cloud Datastore API |
|
|
|
apis: |
|
- name: google.datastore.v1.Datastore |
|
|
|
documentation: |
|
summary: |- |
|
Accesses the schemaless NoSQL database to provide fully managed, robust, |
|
scalable storage for your application. |
|
|
|
backend: |
|
rules: |
|
- selector: 'google.datastore.v1.Datastore.*' |
|
deadline: 295.0 |
|
- selector: 'google.longrunning.Operations.*' |
|
deadline: 295.0 |
|
|
|
http: |
|
rules: |
|
- selector: google.longrunning.Operations.CancelOperation |
|
post: '/v1/{name=projects/*/operations/*}:cancel' |
|
- selector: google.longrunning.Operations.DeleteOperation |
|
delete: '/v1/{name=projects/*/operations/*}' |
|
- selector: google.longrunning.Operations.GetOperation |
|
get: '/v1/{name=projects/*/operations/*}' |
|
- selector: google.longrunning.Operations.ListOperations |
|
get: '/v1/{name=projects/*}/operations' |
|
|
|
authentication: |
|
rules: |
|
- selector: 'google.datastore.v1.Datastore.*' |
|
oauth: |
|
canonical_scopes: |- |
|
https://www.googleapis.com/auth/cloud-platform, |
|
https://www.googleapis.com/auth/datastore |
|
- selector: 'google.longrunning.Operations.*' |
|
oauth: |
|
canonical_scopes: |- |
|
https://www.googleapis.com/auth/cloud-platform, |
|
https://www.googleapis.com/auth/datastore
|
|
|