public static interface DatastoreV1.AllocateIdsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DatastoreV1.Key |
getKey(int index)
repeated .api.services.datastore.Key key = 1; |
int |
getKeyCount()
repeated .api.services.datastore.Key key = 1; |
List<DatastoreV1.Key> |
getKeyList()
repeated .api.services.datastore.Key key = 1; |
DatastoreV1.KeyOrBuilder |
getKeyOrBuilder(int index)
repeated .api.services.datastore.Key key = 1; |
List<? extends DatastoreV1.KeyOrBuilder> |
getKeyOrBuilderList()
repeated .api.services.datastore.Key key = 1; |
List<DatastoreV1.Key> getKeyList()
repeated .api.services.datastore.Key key = 1;
A list of keys with incomplete key paths to allocate IDs for. No key may be reserved/read-only.
DatastoreV1.Key getKey(int index)
repeated .api.services.datastore.Key key = 1;
A list of keys with incomplete key paths to allocate IDs for. No key may be reserved/read-only.
int getKeyCount()
repeated .api.services.datastore.Key key = 1;
A list of keys with incomplete key paths to allocate IDs for. No key may be reserved/read-only.
List<? extends DatastoreV1.KeyOrBuilder> getKeyOrBuilderList()
repeated .api.services.datastore.Key key = 1;
A list of keys with incomplete key paths to allocate IDs for. No key may be reserved/read-only.
DatastoreV1.KeyOrBuilder getKeyOrBuilder(int index)
repeated .api.services.datastore.Key key = 1;
A list of keys with incomplete key paths to allocate IDs for. No key may be reserved/read-only.
Copyright © 2013. All Rights Reserved.