public static interface DatastoreV1.AllocateIdsResponseOrBuilder
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;
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.
DatastoreV1.Key getKey(int index)
repeated .api.services.datastore.Key key = 1;
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.
int getKeyCount()
repeated .api.services.datastore.Key key = 1;
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.
List<? extends DatastoreV1.KeyOrBuilder> getKeyOrBuilderList()
repeated .api.services.datastore.Key key = 1;
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.
DatastoreV1.KeyOrBuilder getKeyOrBuilder(int index)
repeated .api.services.datastore.Key key = 1;
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.
Copyright © 2013. All Rights Reserved.