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