Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 820601e

Browse files
committed
add support for librarian generate
1 parent 2d530e8 commit 820601e

File tree

10 files changed

+966
-55
lines changed

10 files changed

+966
-55
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "datastore",
3+
"name_pretty": "Google Cloud Datastore",
4+
"product_documentation": "https://cloud.google.com/datastore",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/datastore/latest",
6+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559768",
7+
"release_level": "stable",
8+
"language": "python",
9+
"library_type": "GAPIC_COMBO",
10+
"repo": "googleapis/python-datastore",
11+
"distribution_name": "google-cloud-datastore",
12+
"api_id": "datastore.googleapis.com",
13+
"default_version": "v1",
14+
"codeowner_team": "@googleapis/cloud-native-db-dpes @googleapis/api-datastore-sdk @googleapis/api-firestore-partners",
15+
"api_shortname": "datastore",
16+
"api_description": "is a fully managed, schemaless database for\nstoring non-relational data. Cloud Datastore automatically scales with\nyour users and supports ACID transactions, high availability of reads and\nwrites, strong consistency for reads and ancestor queries, and eventual\nconsistency for all other queries."
17+
}

0 commit comments

Comments
 (0)