public interface LookupRequestOrBuilder extends 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.
|
java.util.List<Key> |
getKeysList()
Keys of entities to look up.
|
KeyOrBuilder |
getKeysOrBuilder(int index)
Keys of entities to look up.
|
java.util.List<? extends KeyOrBuilder> |
getKeysOrBuilderList()
Keys of entities to look up.
|
java.lang.String |
getProjectId()
The ID of the project against which to make the request.
|
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, hasOneof
isInitialized
java.lang.String getProjectId()
The ID of the project against which to make the request.
string project_id = 8;
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;
java.util.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;
java.util.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;