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 0b783b7 commit 47fb0c5Copy full SHA for 47fb0c5
datastore/cloud-client/src/main/java/com/example/datastore/QuickstartSample.java
@@ -26,7 +26,7 @@
26
public class QuickstartSample {
27
public static void main(String... args) throws Exception {
28
// Instantiates a client
29
- Datastore datastore = DatastoreOptions.defaultInstance().service();
+ Datastore datastore = DatastoreOptions.getDefaultInstance().getService();
30
31
// The kind for the new entity
32
String kind = "Task";
0 commit comments