Package com.google.datastore.v1
Interface AllocateIdsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AllocateIdsResponse,AllocateIdsResponse.Builder
public interface AllocateIdsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKeys(int index) The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.intThe keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.getKeysOrBuilder(int index) The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.List<? extends KeyOrBuilder>The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getKeysList
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1; -
getKeys
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1; -
getKeysCount
int getKeysCount()The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1; -
getKeysOrBuilderList
List<? extends KeyOrBuilder> getKeysOrBuilderList()The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1; -
getKeysOrBuilder
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
-