Skip to content

Commit 48cfa3b

Browse files
ohmayrparthea
andauthored
chore(librarian): onboard to librarian (#646)
This PR onboards `google-cloud-datastore` to the librarian system. Towards googleapis/librarian#2458 --------- Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent cf96224 commit 48cfa3b

File tree

16 files changed

+973
-162
lines changed

16 files changed

+973
-162
lines changed

packages/google-cloud-datastore/.github/.OwlBot.lock.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

packages/google-cloud-datastore/.github/.OwlBot.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

packages/google-cloud-datastore/.github/auto-approve.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/google-cloud-datastore/.github/release-please.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/google-cloud-datastore/.github/release-trigger.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/google-cloud-datastore/.github/sync-repo-settings.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.
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)