Skip to content

Commit 2ad626b

Browse files
authored
chore: complete migration of google-cloud-datastore (#16737)
complete migration of google-cloud-datastore
1 parent 1678f41 commit 2ad626b

2 files changed

Lines changed: 10 additions & 12 deletions

File tree

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,6 @@ libraries:
17261726
keep:
17271727
- CHANGELOG.md
17281728
- docs/CHANGELOG.md
1729-
skip_generate: true
17301729
python:
17311730
library_type: GAPIC_COMBO
17321731
opt_args_by_api:
Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
2-
"name": "datastore",
3-
"name_pretty": "Google Cloud Datastore API",
4-
"product_documentation": "https://cloud.google.com/datastore",
2+
"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.",
3+
"api_id": "datastore.googleapis.com",
4+
"api_shortname": "datastore",
55
"client_documentation": "https://cloud.google.com/python/docs/reference/datastore/latest",
6+
"default_version": "v1",
7+
"distribution_name": "google-cloud-datastore",
68
"issue_tracker": "https://issuetracker.google.com/savedsearches/559768",
7-
"release_level": "stable",
89
"language": "python",
910
"library_type": "GAPIC_COMBO",
10-
"repo": "googleapis/google-cloud-python",
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."
11+
"name": "datastore",
12+
"name_pretty": "Google Cloud Datastore API",
13+
"product_documentation": "https://cloud.google.com/datastore",
14+
"release_level": "stable",
15+
"repo": "googleapis/google-cloud-python"
1716
}

0 commit comments

Comments
 (0)