| Package | Description |
|---|---|
| com.google.cloud.datastore |
A client to the Google Cloud Datastore.
|
| 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.ancestors()
Returns an immutable list with the key's ancestors.
|
| Modifier and Type | Method and Description |
|---|---|
B |
BaseKey.Builder.ancestors(PathElement ancestor) |
B |
BaseKey.Builder.ancestors(PathElement ancestor,
PathElement... other) |
B |
BaseKey.Builder.ancestors(PathElement ancestor,
PathElement... other) |
| Modifier and Type | Method and Description |
|---|---|
B |
BaseKey.Builder.ancestors(Iterable<PathElement> ancestors) |
Copyright © 2016 Google. All rights reserved.