Uses of Class
com.google.datastore.v1.Key.Builder
-
Packages that use Key.Builder Package Description com.google.datastore.v1 com.google.datastore.v1.client -
-
Uses of Key.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return Key.Builder Modifier and Type Method Description Key.Builder
Key.Builder. addAllPath(Iterable<? extends Key.PathElement> values)
The entity path.Key.Builder
LookupResponse.Builder. addDeferredBuilder()
A list of keys that were not looked up due to resource constraints.Key.Builder
LookupResponse.Builder. addDeferredBuilder(int index)
A list of keys that were not looked up due to resource constraints.Key.Builder
AllocateIdsRequest.Builder. addKeysBuilder()
Required.Key.Builder
AllocateIdsRequest.Builder. addKeysBuilder(int index)
Required.Key.Builder
AllocateIdsResponse.Builder. addKeysBuilder()
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.Key.Builder
AllocateIdsResponse.Builder. addKeysBuilder(int index)
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.Key.Builder
LookupRequest.Builder. addKeysBuilder()
Required.Key.Builder
LookupRequest.Builder. addKeysBuilder(int index)
Required.Key.Builder
ReserveIdsRequest.Builder. addKeysBuilder()
Required.Key.Builder
ReserveIdsRequest.Builder. addKeysBuilder(int index)
Required.Key.Builder
Key.Builder. addPath(int index, Key.PathElement value)
The entity path.Key.Builder
Key.Builder. addPath(int index, Key.PathElement.Builder builderForValue)
The entity path.Key.Builder
Key.Builder. addPath(Key.PathElement value)
The entity path.Key.Builder
Key.Builder. addPath(Key.PathElement.Builder builderForValue)
The entity path.Key.Builder
Key.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Key.Builder
Key.Builder. clear()
Key.Builder
Key.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Key.Builder
Key.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Key.Builder
Key.Builder. clearPartitionId()
Entities are partitioned into subsets, currently identified by a project ID and namespace ID.Key.Builder
Key.Builder. clearPath()
The entity path.Key.Builder
Key.Builder. clone()
Key.Builder
LookupResponse.Builder. getDeferredBuilder(int index)
A list of keys that were not looked up due to resource constraints.Key.Builder
Mutation.Builder. getDeleteBuilder()
The key of the entity to delete.Key.Builder
Entity.Builder. getKeyBuilder()
The entity's key.Key.Builder
MutationResult.Builder. getKeyBuilder()
The automatically allocated key.Key.Builder
AllocateIdsRequest.Builder. getKeysBuilder(int index)
Required.Key.Builder
AllocateIdsResponse.Builder. getKeysBuilder(int index)
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.Key.Builder
LookupRequest.Builder. getKeysBuilder(int index)
Required.Key.Builder
ReserveIdsRequest.Builder. getKeysBuilder(int index)
Required.Key.Builder
Value.Builder. getKeyValueBuilder()
A key value.Key.Builder
Key.Builder. mergeFrom(Key other)
Key.Builder
Key.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Key.Builder
Key.Builder. mergeFrom(com.google.protobuf.Message other)
Key.Builder
Key.Builder. mergePartitionId(PartitionId value)
Entities are partitioned into subsets, currently identified by a project ID and namespace ID.Key.Builder
Key.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static Key.Builder
Key. newBuilder()
static Key.Builder
Key. newBuilder(Key prototype)
Key.Builder
Key. newBuilderForType()
protected Key.Builder
Key. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Key.Builder
Key.Builder. removePath(int index)
The entity path.Key.Builder
Key.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Key.Builder
Key.Builder. setPartitionId(PartitionId value)
Entities are partitioned into subsets, currently identified by a project ID and namespace ID.Key.Builder
Key.Builder. setPartitionId(PartitionId.Builder builderForValue)
Entities are partitioned into subsets, currently identified by a project ID and namespace ID.Key.Builder
Key.Builder. setPath(int index, Key.PathElement value)
The entity path.Key.Builder
Key.Builder. setPath(int index, Key.PathElement.Builder builderForValue)
The entity path.Key.Builder
Key.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Key.Builder
Key.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Key.Builder
Key. toBuilder()
Methods in com.google.datastore.v1 that return types with arguments of type Key.Builder Modifier and Type Method Description List<Key.Builder>
LookupResponse.Builder. getDeferredBuilderList()
A list of keys that were not looked up due to resource constraints.List<Key.Builder>
AllocateIdsRequest.Builder. getKeysBuilderList()
Required.List<Key.Builder>
AllocateIdsResponse.Builder. getKeysBuilderList()
The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.List<Key.Builder>
LookupRequest.Builder. getKeysBuilderList()
Required.List<Key.Builder>
ReserveIdsRequest.Builder. getKeysBuilderList()
Required.Methods in com.google.datastore.v1 with parameters of type Key.Builder Modifier and Type Method Description LookupResponse.Builder
LookupResponse.Builder. addDeferred(int index, Key.Builder builderForValue)
A list of keys that were not looked up due to resource constraints.LookupResponse.Builder
LookupResponse.Builder. addDeferred(Key.Builder builderForValue)
A list of keys that were not looked up due to resource constraints.AllocateIdsRequest.Builder
AllocateIdsRequest.Builder. addKeys(int index, Key.Builder builderForValue)
Required.AllocateIdsRequest.Builder
AllocateIdsRequest.Builder. addKeys(Key.Builder builderForValue)
Required.AllocateIdsResponse.Builder
AllocateIdsResponse.Builder. addKeys(int index, Key.Builder builderForValue)
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.Builder builderForValue)
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.Builder builderForValue)
Required.LookupRequest.Builder
LookupRequest.Builder. addKeys(Key.Builder builderForValue)
Required.ReserveIdsRequest.Builder
ReserveIdsRequest.Builder. addKeys(int index, Key.Builder builderForValue)
Required.ReserveIdsRequest.Builder
ReserveIdsRequest.Builder. addKeys(Key.Builder builderForValue)
Required.LookupResponse.Builder
LookupResponse.Builder. setDeferred(int index, Key.Builder builderForValue)
A list of keys that were not looked up due to resource constraints.Mutation.Builder
Mutation.Builder. setDelete(Key.Builder builderForValue)
The key of the entity to delete.Entity.Builder
Entity.Builder. setKey(Key.Builder builderForValue)
The entity's key.MutationResult.Builder
MutationResult.Builder. setKey(Key.Builder builderForValue)
The automatically allocated key.AllocateIdsRequest.Builder
AllocateIdsRequest.Builder. setKeys(int index, Key.Builder builderForValue)
Required.AllocateIdsResponse.Builder
AllocateIdsResponse.Builder. setKeys(int index, Key.Builder builderForValue)
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.Builder builderForValue)
Required.ReserveIdsRequest.Builder
ReserveIdsRequest.Builder. setKeys(int index, Key.Builder builderForValue)
Required.Value.Builder
Value.Builder. setKeyValue(Key.Builder builderForValue)
A key value. -
Uses of Key.Builder in com.google.datastore.v1.client
Methods in com.google.datastore.v1.client that return Key.Builder Modifier and Type Method Description static Key.Builder
DatastoreHelper. makeKey(Object... elements)
Make a key from the specified path of kind/id-or-name pairs and/or Keys.Methods in com.google.datastore.v1.client with parameters of type Key.Builder Modifier and Type Method Description static Value.Builder
DatastoreHelper. makeValue(Key.Builder key)
Make a key value.
-