forked from googleapis/google-cloud-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.repo-metadata.json
More file actions
21 lines (21 loc) · 1.17 KB
/
.repo-metadata.json
File metadata and controls
21 lines (21 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"api_shortname": "datastore",
"name_pretty": "Cloud Datastore",
"product_documentation": "https://cloud.google.com/datastore",
"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.",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-datastore/latest/history",
"release_level": "stable",
"transport": "both",
"language": "java",
"repo": "googleapis/google-cloud-java",
"repo_short": "java-datastore",
"distribution_name": "com.google.cloud:google-cloud-datastore",
"api_id": "datastore.googleapis.com",
"library_type": "GAPIC_COMBO",
"requires_billing": true,
"excluded_dependencies": "grpc-google-cloud-datastore-v1",
"excluded_poms": "grpc-google-cloud-datastore-v1",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559768",
"extra_versioned_modules": "datastore-v1-proto-client",
"recommended_package": "com.google.cloud.datastore"
}