Uses of Class
com.google.cloud.datastore.PathElement
Packages that use PathElement
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of PathElement in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return PathElementMethods in com.google.cloud.datastore that return types with arguments of type PathElementModifier and TypeMethodDescriptionBaseKey.getAncestors()Returns an immutable list with the key's ancestors.Methods in com.google.cloud.datastore with parameters of type PathElementModifier and TypeMethodDescriptionBaseKey.Builder.addAncestor(PathElement ancestor) Adds an ancestor for this key.BaseKey.Builder.addAncestors(PathElement ancestor, PathElement... other) Adds the provided ancestors to the key.Method parameters in com.google.cloud.datastore with type arguments of type PathElementModifier and TypeMethodDescriptionBaseKey.Builder.addAncestors(Iterable<PathElement> ancestors) Adds the provided ancestors to the key.