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
Copy file name to clipboardExpand all lines: branches/pubsub-alpha/gcloud-java-datastore/src/main/java/com/google/gcloud/datastore/DatastoreOptions.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,13 @@ public String namespace() {
171
171
returnnamespace;
172
172
}
173
173
174
+
/**
175
+
* Returns a default {@code DatastoreOptions} instance.
0 commit comments