public static interface DatastoreV1.LookupRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DatastoreV1.Key |
getKey(int index)
repeated .api.services.datastore.Key key = 3; |
int |
getKeyCount()
repeated .api.services.datastore.Key key = 3; |
List<DatastoreV1.Key> |
getKeyList()
repeated .api.services.datastore.Key key = 3; |
DatastoreV1.KeyOrBuilder |
getKeyOrBuilder(int index)
repeated .api.services.datastore.Key key = 3; |
List<? extends DatastoreV1.KeyOrBuilder> |
getKeyOrBuilderList()
repeated .api.services.datastore.Key key = 3; |
DatastoreV1.ReadOptions |
getReadOptions()
optional .api.services.datastore.ReadOptions read_options = 1; |
DatastoreV1.ReadOptionsOrBuilder |
getReadOptionsOrBuilder()
optional .api.services.datastore.ReadOptions read_options = 1; |
boolean |
hasReadOptions()
optional .api.services.datastore.ReadOptions read_options = 1; |
boolean hasReadOptions()
optional .api.services.datastore.ReadOptions read_options = 1;
Options for this lookup request. Optional.
DatastoreV1.ReadOptions getReadOptions()
optional .api.services.datastore.ReadOptions read_options = 1;
Options for this lookup request. Optional.
DatastoreV1.ReadOptionsOrBuilder getReadOptionsOrBuilder()
optional .api.services.datastore.ReadOptions read_options = 1;
Options for this lookup request. Optional.
List<DatastoreV1.Key> getKeyList()
repeated .api.services.datastore.Key key = 3;
Keys of entities to look up from the datastore.
DatastoreV1.Key getKey(int index)
repeated .api.services.datastore.Key key = 3;
Keys of entities to look up from the datastore.
int getKeyCount()
repeated .api.services.datastore.Key key = 3;
Keys of entities to look up from the datastore.
List<? extends DatastoreV1.KeyOrBuilder> getKeyOrBuilderList()
repeated .api.services.datastore.Key key = 3;
Keys of entities to look up from the datastore.
DatastoreV1.KeyOrBuilder getKeyOrBuilder(int index)
repeated .api.services.datastore.Key key = 3;
Keys of entities to look up from the datastore.
Copyright © 2013. All Rights Reserved.