Package | Description |
---|---|
com.google.datastore.v1 |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
Key.PathElementOrBuilder |
Key.getPathOrBuilder(int index)
The entity path.
|
Key.PathElementOrBuilder |
Key.Builder.getPathOrBuilder(int index)
The entity path.
|
Key.PathElementOrBuilder |
KeyOrBuilder.getPathOrBuilder(int index)
The entity path.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Key.PathElementOrBuilder> |
Key.getPathOrBuilderList()
The entity path.
|
List<? extends Key.PathElementOrBuilder> |
Key.Builder.getPathOrBuilderList()
The entity path.
|
List<? extends Key.PathElementOrBuilder> |
KeyOrBuilder.getPathOrBuilderList()
The entity path.
|
Copyright © 2023 Google LLC. All rights reserved.