Interface AllocateIdsResponseOrBuilder (2.21.3)

publicinterface AllocateIdsResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

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>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.