Uses of Class
com.google.datastore.v1.Key
-
Packages that use Key Package Description com.google.datastore.v1 com.google.datastore.v1.client -
-
Uses of Key in com.google.datastore.v1
Methods in com.google.datastore.v1 that return Key Modifier and Type Method Description Key
Key.Builder. build()
Key
Key.Builder. buildPartial()
static Key
Key. getDefaultInstance()
Key
Key.Builder. getDefaultInstanceForType()
Key
Key. getDefaultInstanceForType()
Key
LookupResponse.Builder. getDeferred(int index)
A list of keys that were not looked up due to resource constraints.Key
LookupResponse. getDeferred(int index)
A list of keys that were not looked up due to resource constraints.Key
LookupResponseOrBuilder. getDeferred(int index)
A list of keys that were not looked up due to resource constraints.Key
Mutation.Builder. getDelete()
The key of the entity to delete.Key
Mutation. getDelete()
The key of the entity to delete.Key
MutationOrBuilder. getDelete()
The key of the entity to delete.Key
Entity.Builder. getKey()
The entity's key.Key
Entity. getKey()
The entity's key.Key
EntityOrBuilder. getKey()
The entity's key.Key
MutationResult.Builder. getKey()
The automatically allocated key.Key
MutationResult. getKey()
The automatically allocated key.Key
MutationResultOrBuilder. getKey()
The automatically allocated key.Key
AllocateIdsRequest.Builder. getKeys(int index)
Required.Key
AllocateIdsRequest. getKeys(int index)
Required.Key
AllocateIdsRequestOrBuilder. getKeys(int index)
Required.Key
AllocateIdsResponse.Builder. getKeys(int index)
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.Key
AllocateIdsResponse. getKeys(int index)
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.Key
AllocateIdsResponseOrBuilder. getKeys(int index)
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.Key
LookupRequest.Builder. getKeys(int index)
Required.Key
LookupRequest. getKeys(int index)
Required.Key
LookupRequestOrBuilder. getKeys(int index)
Required.Key
ReserveIdsRequest.Builder. getKeys(int index)
Required.Key
ReserveIdsRequest. getKeys(int index)
Required.Key
ReserveIdsRequestOrBuilder. getKeys(int index)
Required.Key
Value.Builder. getKeyValue()
A key value.Key
Value. getKeyValue()
A key value.Key
ValueOrBuilder. getKeyValue()
A key value.static Key
Key. parseDelimitedFrom(InputStream input)
static Key
Key. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Key
Key. parseFrom(byte[] data)
static Key
Key. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Key
Key. parseFrom(com.google.protobuf.ByteString data)
static Key
Key. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Key
Key. parseFrom(com.google.protobuf.CodedInputStream input)
static Key
Key. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Key
Key. parseFrom(InputStream input)
static Key
Key. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Key
Key. parseFrom(ByteBuffer data)
static Key
Key. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.datastore.v1 that return types with arguments of type Key Modifier and Type Method Description List<Key>
LookupResponse.Builder. getDeferredList()
A list of keys that were not looked up due to resource constraints.List<Key>
LookupResponse. getDeferredList()
A list of keys that were not looked up due to resource constraints.List<Key>
LookupResponseOrBuilder. getDeferredList()
A list of keys that were not looked up due to resource constraints.List<Key>
AllocateIdsRequest.Builder. getKeysList()
Required.List<Key>
AllocateIdsRequest. getKeysList()
Required.List<Key>
AllocateIdsRequestOrBuilder. getKeysList()
Required.List<Key>
AllocateIdsResponse.Builder. getKeysList()
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.List<Key>
AllocateIdsResponse. getKeysList()
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.List<Key>
AllocateIdsResponseOrBuilder. getKeysList()
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.List<Key>
LookupRequest.Builder. getKeysList()
Required.List<Key>
LookupRequest. getKeysList()
Required.List<Key>
LookupRequestOrBuilder. getKeysList()
Required.List<Key>
ReserveIdsRequest.Builder. getKeysList()
Required.List<Key>
ReserveIdsRequest. getKeysList()
Required.List<Key>
ReserveIdsRequestOrBuilder. getKeysList()
Required.com.google.protobuf.Parser<Key>
Key. getParserForType()
static com.google.protobuf.Parser<Key>
Key. parser()
Methods in com.google.datastore.v1 with parameters of type Key Modifier and Type Method Description LookupResponse.Builder
LookupResponse.Builder. addDeferred(int index, Key value)
A list of keys that were not looked up due to resource constraints.LookupResponse.Builder
LookupResponse.Builder. addDeferred(Key value)
A list of keys that were not looked up due to resource constraints.AllocateIdsRequest.Builder
AllocateIdsRequest.Builder. addKeys(int index, Key value)
Required.AllocateIdsRequest.Builder
AllocateIdsRequest.Builder. addKeys(Key value)
Required.AllocateIdsResponse.Builder
AllocateIdsResponse.Builder. addKeys(int index, Key value)
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.AllocateIdsResponse.Builder
AllocateIdsResponse.Builder. addKeys(Key value)
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.LookupRequest.Builder
LookupRequest.Builder. addKeys(int index, Key value)
Required.LookupRequest.Builder
LookupRequest.Builder. addKeys(Key value)
Required.ReserveIdsRequest.Builder
ReserveIdsRequest.Builder. addKeys(int index, Key value)
Required.ReserveIdsRequest.Builder
ReserveIdsRequest.Builder. addKeys(Key value)
Required.Mutation.Builder
Mutation.Builder. mergeDelete(Key value)
The key of the entity to delete.Key.Builder
Key.Builder. mergeFrom(Key other)
Entity.Builder
Entity.Builder. mergeKey(Key value)
The entity's key.MutationResult.Builder
MutationResult.Builder. mergeKey(Key value)
The automatically allocated key.Value.Builder
Value.Builder. mergeKeyValue(Key value)
A key value.static Key.Builder
Key. newBuilder(Key prototype)
LookupResponse.Builder
LookupResponse.Builder. setDeferred(int index, Key value)
A list of keys that were not looked up due to resource constraints.Mutation.Builder
Mutation.Builder. setDelete(Key value)
The key of the entity to delete.Entity.Builder
Entity.Builder. setKey(Key value)
The entity's key.MutationResult.Builder
MutationResult.Builder. setKey(Key value)
The automatically allocated key.AllocateIdsRequest.Builder
AllocateIdsRequest.Builder. setKeys(int index, Key value)
Required.AllocateIdsResponse.Builder
AllocateIdsResponse.Builder. setKeys(int index, Key value)
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.LookupRequest.Builder
LookupRequest.Builder. setKeys(int index, Key value)
Required.ReserveIdsRequest.Builder
ReserveIdsRequest.Builder. setKeys(int index, Key value)
Required.Value.Builder
Value.Builder. setKeyValue(Key value)
A key value.Method parameters in com.google.datastore.v1 with type arguments of type Key Modifier and Type Method Description LookupResponse.Builder
LookupResponse.Builder. addAllDeferred(Iterable<? extends Key> values)
A list of keys that were not looked up due to resource constraints.AllocateIdsRequest.Builder
AllocateIdsRequest.Builder. addAllKeys(Iterable<? extends Key> values)
Required.AllocateIdsResponse.Builder
AllocateIdsResponse.Builder. addAllKeys(Iterable<? extends Key> values)
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.LookupRequest.Builder
LookupRequest.Builder. addAllKeys(Iterable<? extends Key> values)
Required.ReserveIdsRequest.Builder
ReserveIdsRequest.Builder. addAllKeys(Iterable<? extends Key> values)
Required. -
Uses of Key in com.google.datastore.v1.client
Methods in com.google.datastore.v1.client that return Key Modifier and Type Method Description static Key
DatastoreHelper. getKey(Value value)
Methods in com.google.datastore.v1.client that return types with arguments of type Key Modifier and Type Method Description static Comparator<Key>
DatastoreHelper. getKeyComparator()
Methods in com.google.datastore.v1.client with parameters of type Key Modifier and Type Method Description static Filter.Builder
DatastoreHelper. makeAncestorFilter(Key ancestor)
Makes an ancestor filter.static Mutation.Builder
DatastoreHelper. makeDelete(Key key)
static Value.Builder
DatastoreHelper. makeValue(Key key)
Make a key value.
-