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