Package | Description |
---|---|
com.google.cloud.datastore |
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
|
Modifier and Type | Method and Description |
---|---|
static PathElement |
PathElement.of(String kind,
long id) |
static PathElement |
PathElement.of(String kind,
String name) |
Modifier and Type | Method and Description |
---|---|
List<PathElement> |
BaseKey.getAncestors()
Returns an immutable list with the key's ancestors.
|
Modifier and Type | Method and Description |
---|---|
B |
BaseKey.Builder.addAncestor(PathElement ancestor)
Adds an ancestor for this key.
|
B |
BaseKey.Builder.addAncestors(PathElement ancestor,
PathElement... other)
Adds the provided ancestors to the key.
|
B |
BaseKey.Builder.addAncestors(PathElement ancestor,
PathElement... other)
Adds the provided ancestors to the key.
|
Modifier and Type | Method and Description |
---|---|
B |
BaseKey.Builder.addAncestors(Iterable<PathElement> ancestors)
Adds the provided ancestors to the key.
|
Copyright © 2019 Google LLC. All rights reserved.