You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.",
"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.",
@@ -80,7 +80,7 @@ The client application making API calls must be granted [authorization scopes][a
80
80
### Prerequisites
81
81
82
82
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Datastore [API enabled][enable-api].
83
-
83
+
You will need to [enable billing][enable-billing] to use Google Cloud Datastore.
84
84
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
85
85
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
86
86
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
@@ -93,11 +93,7 @@ to add `google-cloud-datastore` as a dependency in your code.
93
93
## About Cloud Datastore
94
94
95
95
96
-
[Cloud Datastore][product-docs] is a fully managed, schemaless database for
97
-
storing non-relational data. Cloud Datastore automatically scales with
98
-
your users and supports ACID transactions, high availability of reads and
99
-
writes, strong consistency for reads and ancestor queries, and eventual
100
-
consistency for all other queries.
96
+
[Cloud Datastore][product-docs] 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.
101
97
102
98
See the [Cloud Datastore client library docs][javadocs] to learn how to
103
99
use this Cloud Datastore Client Library.
@@ -356,7 +352,6 @@ Samples are in the [`samples/`](https://github.com/googleapis/java-datastore/tre
| Native Image Datastore Sample |[source code](https://github.com/googleapis/java-datastore/blob/main/samples/native-image-sample/src/main/java/com/example/datastore/NativeImageDatastoreSample.java)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datastore&page=editor&open_in_editor=samples/native-image-sample/src/main/java/com/example/datastore/NativeImageDatastoreSample.java)|
360
355
| Quickstart Sample |[source code](https://github.com/googleapis/java-datastore/blob/main/samples/snippets/src/main/java/com/example/datastore/QuickstartSample.java)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datastore&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/QuickstartSample.java)|
361
356
| Avg Aggregation On Kind |[source code](https://github.com/googleapis/java-datastore/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationOnKind.java)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datastore&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationOnKind.java)|
362
357
| Avg Aggregation With Limit |[source code](https://github.com/googleapis/java-datastore/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationWithLimit.java)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-datastore&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationWithLimit.java)|
@@ -388,6 +383,10 @@ Samples are in the [`samples/`](https://github.com/googleapis/java-datastore/tre
388
383
389
384
To get help, follow the instructions in the [shared Troubleshooting document][troubleshooting].
390
385
386
+
## Transport
387
+
388
+
Cloud Datastore uses both gRPC and HTTP/JSON for the transport layer.
389
+
391
390
## Supported Java Versions
392
391
393
392
Java 8 or above is required for using this client.
@@ -480,7 +479,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
Copy file name to clipboardExpand all lines: google-cloud-datastore/src/main/java/com/google/cloud/datastore/admin/v1/stub/DatastoreAdminStubSettings.java
Copy file name to clipboardExpand all lines: google-cloud-datastore/src/main/resources/META-INF/native-image/com.google.cloud.datastore.admin.v1/reflect-config.json
Copy file name to clipboardExpand all lines: proto-google-cloud-datastore-admin-v1/src/main/java/com/google/datastore/admin/v1/CommonMetadataOrBuilder.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
// Generated by the protocol buffer compiler. DO NOT EDIT!
Copy file name to clipboardExpand all lines: proto-google-cloud-datastore-admin-v1/src/main/java/com/google/datastore/admin/v1/CreateIndexRequestOrBuilder.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
// Generated by the protocol buffer compiler. DO NOT EDIT!
0 commit comments