Uses of Class
com.google.datastore.v1.Entity.Builder
-
Uses of Entity.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return Entity.BuilderModifier and TypeMethodDescriptionEntity.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Entity.Builder.clear()Entity.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Entity.Builder.clearKey()The entity's key.Entity.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Entity.Builder.clearProperties()Entity.Builder.clone()EntityResult.Builder.getEntityBuilder()The resulting entity.Value.Builder.getEntityValueBuilder()An entity value.Mutation.Builder.getInsertBuilder()The entity to insert.Mutation.Builder.getUpdateBuilder()The entity to update.Mutation.Builder.getUpsertBuilder()The entity to upsert.Entity.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Entity.Builder.mergeFrom(com.google.protobuf.Message other) The entity's key.final Entity.BuilderEntity.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Entity.BuilderEntity.newBuilder()static Entity.BuilderEntity.newBuilder(Entity prototype) Entity.newBuilderForType()protected Entity.BuilderEntity.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Entity.Builder.putAllProperties(Map<String, Value> values) The entity's properties.Entity.Builder.putProperties(String key, Value value) The entity's properties.Entity.Builder.removeProperties(String key) The entity's properties.The entity's key.Entity.Builder.setKey(Key.Builder builderForValue) The entity's key.Entity.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Entity.BuilderEntity.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Entity.toBuilder()Methods in com.google.datastore.v1 with parameters of type Entity.BuilderModifier and TypeMethodDescriptionEntityResult.Builder.setEntity(Entity.Builder builderForValue) The resulting entity.Value.Builder.setEntityValue(Entity.Builder builderForValue) An entity value.Mutation.Builder.setInsert(Entity.Builder builderForValue) The entity to insert.Mutation.Builder.setUpdate(Entity.Builder builderForValue) The entity to update.Mutation.Builder.setUpsert(Entity.Builder builderForValue) The entity to upsert.