Uses of Interface
com.google.datastore.v1.KeyOrBuilder
-
Packages that use KeyOrBuilder Package Description com.google.datastore.v1 -
-
Uses of KeyOrBuilder in com.google.datastore.v1
Classes in com.google.datastore.v1 that implement KeyOrBuilder Modifier and Type Class Description class
Key
A unique identifier for an entity.static class
Key.Builder
A unique identifier for an entity.Methods in com.google.datastore.v1 that return KeyOrBuilder Modifier and Type Method Description KeyOrBuilder
LookupResponse.Builder. getDeferredOrBuilder(int index)
A list of keys that were not looked up due to resource constraints.KeyOrBuilder
LookupResponse. getDeferredOrBuilder(int index)
A list of keys that were not looked up due to resource constraints.KeyOrBuilder
LookupResponseOrBuilder. getDeferredOrBuilder(int index)
A list of keys that were not looked up due to resource constraints.KeyOrBuilder
Mutation.Builder. getDeleteOrBuilder()
The key of the entity to delete.KeyOrBuilder
Mutation. getDeleteOrBuilder()
The key of the entity to delete.KeyOrBuilder
MutationOrBuilder. getDeleteOrBuilder()
The key of the entity to delete.KeyOrBuilder
Entity.Builder. getKeyOrBuilder()
The entity's key.KeyOrBuilder
Entity. getKeyOrBuilder()
The entity's key.KeyOrBuilder
EntityOrBuilder. getKeyOrBuilder()
The entity's key.KeyOrBuilder
MutationResult.Builder. getKeyOrBuilder()
The automatically allocated key.KeyOrBuilder
MutationResult. getKeyOrBuilder()
The automatically allocated key.KeyOrBuilder
MutationResultOrBuilder. getKeyOrBuilder()
The automatically allocated key.KeyOrBuilder
AllocateIdsRequest.Builder. getKeysOrBuilder(int index)
Required.KeyOrBuilder
AllocateIdsRequest. getKeysOrBuilder(int index)
Required.KeyOrBuilder
AllocateIdsRequestOrBuilder. getKeysOrBuilder(int index)
Required.KeyOrBuilder
AllocateIdsResponse.Builder. getKeysOrBuilder(int index)
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.KeyOrBuilder
AllocateIdsResponse. getKeysOrBuilder(int index)
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.KeyOrBuilder
AllocateIdsResponseOrBuilder. getKeysOrBuilder(int index)
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.KeyOrBuilder
LookupRequest.Builder. getKeysOrBuilder(int index)
Required.KeyOrBuilder
LookupRequest. getKeysOrBuilder(int index)
Required.KeyOrBuilder
LookupRequestOrBuilder. getKeysOrBuilder(int index)
Required.KeyOrBuilder
ReserveIdsRequest.Builder. getKeysOrBuilder(int index)
Required.KeyOrBuilder
ReserveIdsRequest. getKeysOrBuilder(int index)
Required.KeyOrBuilder
ReserveIdsRequestOrBuilder. getKeysOrBuilder(int index)
Required.KeyOrBuilder
Value.Builder. getKeyValueOrBuilder()
A key value.KeyOrBuilder
Value. getKeyValueOrBuilder()
A key value.KeyOrBuilder
ValueOrBuilder. getKeyValueOrBuilder()
A key value.Methods in com.google.datastore.v1 that return types with arguments of type KeyOrBuilder Modifier and Type Method Description List<? extends KeyOrBuilder>
LookupResponse.Builder. getDeferredOrBuilderList()
A list of keys that were not looked up due to resource constraints.List<? extends KeyOrBuilder>
LookupResponse. getDeferredOrBuilderList()
A list of keys that were not looked up due to resource constraints.List<? extends KeyOrBuilder>
LookupResponseOrBuilder. getDeferredOrBuilderList()
A list of keys that were not looked up due to resource constraints.List<? extends KeyOrBuilder>
AllocateIdsRequest.Builder. getKeysOrBuilderList()
Required.List<? extends KeyOrBuilder>
AllocateIdsRequest. getKeysOrBuilderList()
Required.List<? extends KeyOrBuilder>
AllocateIdsRequestOrBuilder. getKeysOrBuilderList()
Required.List<? extends KeyOrBuilder>
AllocateIdsResponse.Builder. getKeysOrBuilderList()
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.List<? extends KeyOrBuilder>
AllocateIdsResponse. getKeysOrBuilderList()
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.List<? extends KeyOrBuilder>
AllocateIdsResponseOrBuilder. getKeysOrBuilderList()
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.List<? extends KeyOrBuilder>
LookupRequest.Builder. getKeysOrBuilderList()
Required.List<? extends KeyOrBuilder>
LookupRequest. getKeysOrBuilderList()
Required.List<? extends KeyOrBuilder>
LookupRequestOrBuilder. getKeysOrBuilderList()
Required.List<? extends KeyOrBuilder>
ReserveIdsRequest.Builder. getKeysOrBuilderList()
Required.List<? extends KeyOrBuilder>
ReserveIdsRequest. getKeysOrBuilderList()
Required.List<? extends KeyOrBuilder>
ReserveIdsRequestOrBuilder. getKeysOrBuilderList()
Required.
-