Uses of Class
com.google.datastore.v1.Entity
-
Packages that use Entity Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.com.google.datastore.v1 com.google.datastore.v1.client -
-
Uses of Entity in com.google.cloud.datastore
Methods in com.google.cloud.datastore with parameters of type Entity Modifier and Type Method Description static EntityEntity. fromPb(Entity entityPb)static FullEntity<?>FullEntity. fromPb(Entity entityPb) -
Uses of Entity in com.google.datastore.v1
Methods in com.google.datastore.v1 that return Entity Modifier and Type Method Description EntityEntity.Builder. build()EntityEntity.Builder. buildPartial()static EntityEntity. getDefaultInstance()EntityEntity.Builder. getDefaultInstanceForType()EntityEntity. getDefaultInstanceForType()EntityEntityResult.Builder. getEntity()The resulting entity.EntityEntityResult. getEntity()The resulting entity.EntityEntityResultOrBuilder. getEntity()The resulting entity.EntityValue.Builder. getEntityValue()An entity value.EntityValue. getEntityValue()An entity value.EntityValueOrBuilder. getEntityValue()An entity value.EntityMutation.Builder. getInsert()The entity to insert.EntityMutation. getInsert()The entity to insert.EntityMutationOrBuilder. getInsert()The entity to insert.EntityMutation.Builder. getUpdate()The entity to update.EntityMutation. getUpdate()The entity to update.EntityMutationOrBuilder. getUpdate()The entity to update.EntityMutation.Builder. getUpsert()The entity to upsert.EntityMutation. getUpsert()The entity to upsert.EntityMutationOrBuilder. getUpsert()The entity to upsert.static EntityEntity. parseDelimitedFrom(InputStream input)static EntityEntity. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityEntity. parseFrom(byte[] data)static EntityEntity. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityEntity. parseFrom(com.google.protobuf.ByteString data)static EntityEntity. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityEntity. parseFrom(com.google.protobuf.CodedInputStream input)static EntityEntity. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityEntity. parseFrom(InputStream input)static EntityEntity. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityEntity. parseFrom(ByteBuffer data)static EntityEntity. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.datastore.v1 that return types with arguments of type Entity Modifier and Type Method Description com.google.protobuf.Parser<Entity>Entity. getParserForType()static com.google.protobuf.Parser<Entity>Entity. parser()Methods in com.google.datastore.v1 with parameters of type Entity Modifier and Type Method Description EntityResult.BuilderEntityResult.Builder. mergeEntity(Entity value)The resulting entity.Value.BuilderValue.Builder. mergeEntityValue(Entity value)An entity value.Entity.BuilderEntity.Builder. mergeFrom(Entity other)Mutation.BuilderMutation.Builder. mergeInsert(Entity value)The entity to insert.Mutation.BuilderMutation.Builder. mergeUpdate(Entity value)The entity to update.Mutation.BuilderMutation.Builder. mergeUpsert(Entity value)The entity to upsert.static Entity.BuilderEntity. newBuilder(Entity prototype)EntityResult.BuilderEntityResult.Builder. setEntity(Entity value)The resulting entity.Value.BuilderValue.Builder. setEntityValue(Entity value)An entity value.Mutation.BuilderMutation.Builder. setInsert(Entity value)The entity to insert.Mutation.BuilderMutation.Builder. setUpdate(Entity value)The entity to update.Mutation.BuilderMutation.Builder. setUpsert(Entity value)The entity to upsert. -
Uses of Entity in com.google.datastore.v1.client
Methods in com.google.datastore.v1.client that return Entity Modifier and Type Method Description static EntityDatastoreHelper. getEntity(Value value)Methods in com.google.datastore.v1.client with parameters of type Entity Modifier and Type Method Description static Mutation.BuilderDatastoreHelper. makeInsert(Entity entity)static Mutation.BuilderDatastoreHelper. makeUpdate(Entity entity)static Mutation.BuilderDatastoreHelper. makeUpsert(Entity entity)static Value.BuilderDatastoreHelper. makeValue(Entity entity)Make an entity value.
-