Interface AllocateIdsResponseOrBuilder (2.33.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface AllocateIdsResponseOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getKeys(int index)
publicabstractKeygetKeys(intindex)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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Key |
|
getKeysCount()
publicabstractintgetKeysCount()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;
| Returns | |
|---|---|
| Type | Description |
int |
|
getKeysList()
publicabstractList<Key>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;
| Returns | |
|---|---|
| Type | Description |
List<Key> |
|
getKeysOrBuilder(int index)
publicabstractKeyOrBuildergetKeysOrBuilder(intindex)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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
KeyOrBuilder |
|
getKeysOrBuilderList()
publicabstractList<?extendsKeyOrBuilder>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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.datastore.v1.KeyOrBuilder> |
|