public interface ReserveIdsRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDatabaseId()
If not empty, the ID of the database against which to make the request.
|
ByteString |
getDatabaseIdBytes()
If not empty, the ID of the database against which to make the request.
|
Key |
getKeys(int index)
A list of keys with complete key paths whose numeric IDs should not be
auto-allocated.
|
int |
getKeysCount()
A list of keys with complete key paths whose numeric IDs should not be
auto-allocated.
|
java.util.List<Key> |
getKeysList()
A list of keys with complete key paths whose numeric IDs should not be
auto-allocated.
|
KeyOrBuilder |
getKeysOrBuilder(int index)
A list of keys with complete key paths whose numeric IDs should not be
auto-allocated.
|
java.util.List<? extends KeyOrBuilder> |
getKeysOrBuilderList()
A list of keys with complete key paths whose numeric IDs should not be
auto-allocated.
|
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.lang.String getDatabaseId()
If not empty, the ID of the database against which to make the request.
string database_id = 9;
ByteString getDatabaseIdBytes()
If not empty, the ID of the database against which to make the request.
string database_id = 9;
java.util.List<Key> getKeysList()
A list of keys with complete key paths whose numeric IDs should not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1;
Key getKeys(int index)
A list of keys with complete key paths whose numeric IDs should not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1;
int getKeysCount()
A list of keys with complete key paths whose numeric IDs should not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1;
java.util.List<? extends KeyOrBuilder> getKeysOrBuilderList()
A list of keys with complete key paths whose numeric IDs should not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1;
KeyOrBuilder getKeysOrBuilder(int index)
A list of keys with complete key paths whose numeric IDs should not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1;