We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494664c commit 84ef6d3Copy full SHA for 84ef6d3
datastore/cloud-client/src/main/java/com/example/datastore/QuickstartSample.java
@@ -16,7 +16,7 @@
16
17
package com.example.datastore;
18
19
-// [START bigquery_quickstart]
+// [START datastore_quickstart]
20
// Imports the Google Cloud client library
21
import com.google.cloud.datastore.Datastore;
22
import com.google.cloud.datastore.DatastoreOptions;
@@ -42,4 +42,4 @@ public static void main(String... args) throws Exception {
42
System.out.printf("Saved %s: %s%n", task.key().name(), task.getString("description"));
43
}
44
45
-// [END bigquery_quickstart]
+// [END datastore_quickstart]
0 commit comments