Uses of Class
com.google.cloud.datastore.BaseKey
-
Packages that use BaseKey Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of BaseKey in com.google.cloud.datastore
Subclasses of BaseKey in com.google.cloud.datastore Modifier and Type Class Description class
IncompleteKey
An incomplete key (without a name or id).class
Key
A key that is guaranteed to be complete and could be used to reference a Google Cloud DatastoreEntity
.Methods in com.google.cloud.datastore that return BaseKey Modifier and Type Method Description protected abstract BaseKey
BaseKey.Builder. build()
-