public interface LookupRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Key |
getKeys(int index)
Keys of entities to look up.
|
int |
getKeysCount()
Keys of entities to look up.
|
List<Key> |
getKeysList()
Keys of entities to look up.
|
KeyOrBuilder |
getKeysOrBuilder(int index)
Keys of entities to look up.
|
List<? extends KeyOrBuilder> |
getKeysOrBuilderList()
Keys of entities to look up.
|
String |
getProjectId()
The ID of the project against which to make the request.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
The ID of the project against which to make the request.
|
ReadOptions |
getReadOptions()
The options for this lookup request.
|
ReadOptionsOrBuilder |
getReadOptionsOrBuilder()
The options for this lookup request.
|
boolean |
hasReadOptions()
The options for this lookup request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProjectId()
The ID of the project against which to make the request.
string project_id = 8;com.google.protobuf.ByteString getProjectIdBytes()
The ID of the project against which to make the request.
string project_id = 8;boolean hasReadOptions()
The options for this lookup request.
.google.datastore.v1.ReadOptions read_options = 1;ReadOptions getReadOptions()
The options for this lookup request.
.google.datastore.v1.ReadOptions read_options = 1;ReadOptionsOrBuilder getReadOptionsOrBuilder()
The options for this lookup request.
.google.datastore.v1.ReadOptions read_options = 1;List<Key> getKeysList()
Keys of entities to look up.
repeated .google.datastore.v1.Key keys = 3;Key getKeys(int index)
Keys of entities to look up.
repeated .google.datastore.v1.Key keys = 3;int getKeysCount()
Keys of entities to look up.
repeated .google.datastore.v1.Key keys = 3;List<? extends KeyOrBuilder> getKeysOrBuilderList()
Keys of entities to look up.
repeated .google.datastore.v1.Key keys = 3;KeyOrBuilder getKeysOrBuilder(int index)
Keys of entities to look up.
repeated .google.datastore.v1.Key keys = 3;Copyright © 2019 Google LLC. All rights reserved.