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 KeyKey.Builder. build()KeyKey.Builder. buildPartial()static KeyKey. getDefaultInstance()KeyKey.Builder. getDefaultInstanceForType()KeyKey. getDefaultInstanceForType()KeyLookupResponse.Builder. getDeferred(int index)A list of keys that were not looked up due to resource constraints.KeyLookupResponse. getDeferred(int index)A list of keys that were not looked up due to resource constraints.KeyLookupResponseOrBuilder. getDeferred(int index)A list of keys that were not looked up due to resource constraints.KeyMutation.Builder. getDelete()The key of the entity to delete.KeyMutation. getDelete()The key of the entity to delete.KeyMutationOrBuilder. getDelete()The key of the entity to delete.KeyEntity.Builder. getKey()The entity's key.KeyEntity. getKey()The entity's key.KeyEntityOrBuilder. getKey()The entity's key.KeyMutationResult.Builder. getKey()The automatically allocated key.KeyMutationResult. getKey()The automatically allocated key.KeyMutationResultOrBuilder. getKey()The automatically allocated key.KeyAllocateIdsRequest.Builder. getKeys(int index)Required.KeyAllocateIdsRequest. getKeys(int index)Required.KeyAllocateIdsRequestOrBuilder. getKeys(int index)Required.KeyAllocateIdsResponse.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.KeyAllocateIdsResponse. getKeys(int index)The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.KeyAllocateIdsResponseOrBuilder. getKeys(int index)The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.KeyLookupRequest.Builder. getKeys(int index)Required.KeyLookupRequest. getKeys(int index)Required.KeyLookupRequestOrBuilder. getKeys(int index)Required.KeyReserveIdsRequest.Builder. getKeys(int index)Required.KeyReserveIdsRequest. getKeys(int index)Required.KeyReserveIdsRequestOrBuilder. getKeys(int index)Required.KeyValue.Builder. getKeyValue()A key value.KeyValue. getKeyValue()A key value.KeyValueOrBuilder. getKeyValue()A key value.static KeyKey. parseDelimitedFrom(InputStream input)static KeyKey. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyKey. parseFrom(byte[] data)static KeyKey. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyKey. parseFrom(com.google.protobuf.ByteString data)static KeyKey. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyKey. parseFrom(com.google.protobuf.CodedInputStream input)static KeyKey. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyKey. parseFrom(InputStream input)static KeyKey. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyKey. parseFrom(ByteBuffer data)static KeyKey. 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.BuilderLookupResponse.Builder. addDeferred(int index, Key value)A list of keys that were not looked up due to resource constraints.LookupResponse.BuilderLookupResponse.Builder. addDeferred(Key value)A list of keys that were not looked up due to resource constraints.AllocateIdsRequest.BuilderAllocateIdsRequest.Builder. addKeys(int index, Key value)Required.AllocateIdsRequest.BuilderAllocateIdsRequest.Builder. addKeys(Key value)Required.AllocateIdsResponse.BuilderAllocateIdsResponse.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.BuilderAllocateIdsResponse.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.BuilderLookupRequest.Builder. addKeys(int index, Key value)Required.LookupRequest.BuilderLookupRequest.Builder. addKeys(Key value)Required.ReserveIdsRequest.BuilderReserveIdsRequest.Builder. addKeys(int index, Key value)Required.ReserveIdsRequest.BuilderReserveIdsRequest.Builder. addKeys(Key value)Required.Mutation.BuilderMutation.Builder. mergeDelete(Key value)The key of the entity to delete.Key.BuilderKey.Builder. mergeFrom(Key other)Entity.BuilderEntity.Builder. mergeKey(Key value)The entity's key.MutationResult.BuilderMutationResult.Builder. mergeKey(Key value)The automatically allocated key.Value.BuilderValue.Builder. mergeKeyValue(Key value)A key value.static Key.BuilderKey. newBuilder(Key prototype)LookupResponse.BuilderLookupResponse.Builder. setDeferred(int index, Key value)A list of keys that were not looked up due to resource constraints.Mutation.BuilderMutation.Builder. setDelete(Key value)The key of the entity to delete.Entity.BuilderEntity.Builder. setKey(Key value)The entity's key.MutationResult.BuilderMutationResult.Builder. setKey(Key value)The automatically allocated key.AllocateIdsRequest.BuilderAllocateIdsRequest.Builder. setKeys(int index, Key value)Required.AllocateIdsResponse.BuilderAllocateIdsResponse.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.BuilderLookupRequest.Builder. setKeys(int index, Key value)Required.ReserveIdsRequest.BuilderReserveIdsRequest.Builder. setKeys(int index, Key value)Required.Value.BuilderValue.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.BuilderLookupResponse.Builder. addAllDeferred(Iterable<? extends Key> values)A list of keys that were not looked up due to resource constraints.AllocateIdsRequest.BuilderAllocateIdsRequest.Builder. addAllKeys(Iterable<? extends Key> values)Required.AllocateIdsResponse.BuilderAllocateIdsResponse.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.BuilderLookupRequest.Builder. addAllKeys(Iterable<? extends Key> values)Required.ReserveIdsRequest.BuilderReserveIdsRequest.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 KeyDatastoreHelper. 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.BuilderDatastoreHelper. makeAncestorFilter(Key ancestor)Makes an ancestor filter.static Mutation.BuilderDatastoreHelper. makeDelete(Key key)static Value.BuilderDatastoreHelper. makeValue(Key key)Make a key value.
-