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.BuilderKey. newBuilder(IncompleteKey copyFrom, long id)static Key.BuilderKey. newBuilder(IncompleteKey copyFrom, String name)static Key.BuilderKey. newBuilder(Key copyFrom)static Key.BuilderKey. newBuilder(Key parent, String kind, long id)static Key.BuilderKey. newBuilder(Key parent, String kind, String name)static Key.BuilderKey. newBuilder(String projectId, String kind, long id)static Key.BuilderKey. newBuilder(String projectId, String kind, long id, String databaseId)static Key.BuilderKey. newBuilder(String projectId, String kind, String name)static Key.BuilderKey. newBuilder(String projectId, String kind, String name, String databaseId)Key.BuilderKey.Builder. setId(long id)Sets the ID of this key.Key.BuilderKey.Builder. setName(String name)Sets the name of this key.
-