public interface AllocateIdsRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Key |
getKeys(int index)
A list of keys with incomplete key paths for which to allocate IDs.
|
int |
getKeysCount()
A list of keys with incomplete key paths for which to allocate IDs.
|
java.util.List<Key> |
getKeysList()
A list of keys with incomplete key paths for which to allocate IDs.
|
KeyOrBuilder |
getKeysOrBuilder(int index)
A list of keys with incomplete key paths for which to allocate IDs.
|
java.util.List<? extends KeyOrBuilder> |
getKeysOrBuilderList()
A list of keys with incomplete key paths for which to allocate IDs.
|
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.
|
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;
java.util.List<Key> getKeysList()
A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.
repeated .google.datastore.v1.Key keys = 1;
Key getKeys(int index)
A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.
repeated .google.datastore.v1.Key keys = 1;
int getKeysCount()
A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.
repeated .google.datastore.v1.Key keys = 1;
java.util.List<? extends KeyOrBuilder> getKeysOrBuilderList()
A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.
repeated .google.datastore.v1.Key keys = 1;
KeyOrBuilder getKeysOrBuilder(int index)
A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.
repeated .google.datastore.v1.Key keys = 1;