Uses of Class
com.google.cloud.datastore.IncompleteKey.Builder
-
Packages that use IncompleteKey.Builder Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of IncompleteKey.Builder in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return IncompleteKey.Builder Modifier and Type Method Description static IncompleteKey.BuilderIncompleteKey. newBuilder(IncompleteKey copyFrom)static IncompleteKey.BuilderIncompleteKey. newBuilder(Key parent, String kind)static IncompleteKey.BuilderIncompleteKey. newBuilder(String projectId, String kind)static IncompleteKey.BuilderIncompleteKey. newBuilderWithDatabaseId(String projectId, String kind, String databaseId)
-