Uses of Class
com.google.cloud.datastore.Key.Builder
Packages that use Key.Builder
Package
Description
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.BuilderModifier and TypeMethodDescriptionstatic 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.Builder.setId(long id) Sets the ID of this key.Sets the name of this key.