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.Builder
IncompleteKey. newBuilder(IncompleteKey copyFrom)
static IncompleteKey.Builder
IncompleteKey. newBuilder(Key parent, String kind)
static IncompleteKey.Builder
IncompleteKey. newBuilder(String projectId, String kind)
static IncompleteKey.Builder
IncompleteKey. newBuilderWithDatabaseId(String projectId, String kind, String databaseId)
-