Uses of Interface
com.google.datastore.v1.Key.PathElementOrBuilder
-
Packages that use Key.PathElementOrBuilder Package Description com.google.datastore.v1 -
-
Uses of Key.PathElementOrBuilder in com.google.datastore.v1
Classes in com.google.datastore.v1 that implement Key.PathElementOrBuilder Modifier and Type Class Description static class
Key.PathElement
A (kind, ID/name) pair used to construct a key path.static class
Key.PathElement.Builder
A (kind, ID/name) pair used to construct a key path.Methods in com.google.datastore.v1 that return Key.PathElementOrBuilder Modifier and Type Method Description Key.PathElementOrBuilder
Key.Builder. getPathOrBuilder(int index)
The entity path.Key.PathElementOrBuilder
Key. getPathOrBuilder(int index)
The entity path.Key.PathElementOrBuilder
KeyOrBuilder. getPathOrBuilder(int index)
The entity path.Methods in com.google.datastore.v1 that return types with arguments of type Key.PathElementOrBuilder Modifier and Type Method Description List<? extends Key.PathElementOrBuilder>
Key.Builder. getPathOrBuilderList()
The entity path.List<? extends Key.PathElementOrBuilder>
Key. getPathOrBuilderList()
The entity path.List<? extends Key.PathElementOrBuilder>
KeyOrBuilder. getPathOrBuilderList()
The entity path.
-