Package | Description |
---|---|
com.google.datastore.v1 |
Modifier and Type | Method and Description |
---|---|
Key.PathElement |
Key.PathElement.Builder.build() |
Key.PathElement |
Key.PathElement.Builder.buildPartial() |
static Key.PathElement |
Key.PathElement.getDefaultInstance() |
Key.PathElement |
Key.PathElement.getDefaultInstanceForType() |
Key.PathElement |
Key.PathElement.Builder.getDefaultInstanceForType() |
Key.PathElement |
Key.getPath(int index)
The entity path.
|
Key.PathElement |
Key.Builder.getPath(int index)
The entity path.
|
Key.PathElement |
KeyOrBuilder.getPath(int index)
The entity path.
|
static Key.PathElement |
Key.PathElement.parseDelimitedFrom(InputStream input) |
static Key.PathElement |
Key.PathElement.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Key.PathElement |
Key.PathElement.parseFrom(byte[] data) |
static Key.PathElement |
Key.PathElement.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Key.PathElement |
Key.PathElement.parseFrom(ByteBuffer data) |
static Key.PathElement |
Key.PathElement.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Key.PathElement |
Key.PathElement.parseFrom(com.google.protobuf.ByteString data) |
static Key.PathElement |
Key.PathElement.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Key.PathElement |
Key.PathElement.parseFrom(com.google.protobuf.CodedInputStream input) |
static Key.PathElement |
Key.PathElement.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Key.PathElement |
Key.PathElement.parseFrom(InputStream input) |
static Key.PathElement |
Key.PathElement.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Key.PathElement> |
Key.PathElement.getParserForType() |
List<Key.PathElement> |
Key.getPathList()
The entity path.
|
List<Key.PathElement> |
Key.Builder.getPathList()
The entity path.
|
List<Key.PathElement> |
KeyOrBuilder.getPathList()
The entity path.
|
static com.google.protobuf.Parser<Key.PathElement> |
Key.PathElement.parser() |
Modifier and Type | Method and Description |
---|---|
Key.Builder |
Key.Builder.addPath(int index,
Key.PathElement value)
The entity path.
|
Key.Builder |
Key.Builder.addPath(Key.PathElement value)
The entity path.
|
Key.PathElement.Builder |
Key.PathElement.Builder.mergeFrom(Key.PathElement other) |
static Key.PathElement.Builder |
Key.PathElement.newBuilder(Key.PathElement prototype) |
Key.Builder |
Key.Builder.setPath(int index,
Key.PathElement value)
The entity path.
|
Modifier and Type | Method and Description |
---|---|
Key.Builder |
Key.Builder.addAllPath(Iterable<? extends Key.PathElement> values)
The entity path.
|
Copyright © 2023 Google LLC. All rights reserved.