Uses of Class
com.google.cloud.datastore.IncompleteKey.Builder
Packages that use IncompleteKey.Builder
Package
Description
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.BuilderModifier and TypeMethodDescriptionstatic 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)