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 Entity
Entity. 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 Entity
Entity.Builder. build()
Entity
Entity.Builder. buildPartial()
static Entity
Entity. getDefaultInstance()
Entity
Entity.Builder. getDefaultInstanceForType()
Entity
Entity. getDefaultInstanceForType()
Entity
EntityResult.Builder. getEntity()
The resulting entity.Entity
EntityResult. getEntity()
The resulting entity.Entity
EntityResultOrBuilder. getEntity()
The resulting entity.Entity
Value.Builder. getEntityValue()
An entity value.Entity
Value. getEntityValue()
An entity value.Entity
ValueOrBuilder. getEntityValue()
An entity value.Entity
Mutation.Builder. getInsert()
The entity to insert.Entity
Mutation. getInsert()
The entity to insert.Entity
MutationOrBuilder. getInsert()
The entity to insert.Entity
Mutation.Builder. getUpdate()
The entity to update.Entity
Mutation. getUpdate()
The entity to update.Entity
MutationOrBuilder. getUpdate()
The entity to update.Entity
Mutation.Builder. getUpsert()
The entity to upsert.Entity
Mutation. getUpsert()
The entity to upsert.Entity
MutationOrBuilder. getUpsert()
The entity to upsert.static Entity
Entity. parseDelimitedFrom(InputStream input)
static Entity
Entity. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Entity
Entity. parseFrom(byte[] data)
static Entity
Entity. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Entity
Entity. parseFrom(com.google.protobuf.ByteString data)
static Entity
Entity. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Entity
Entity. parseFrom(com.google.protobuf.CodedInputStream input)
static Entity
Entity. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Entity
Entity. parseFrom(InputStream input)
static Entity
Entity. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Entity
Entity. parseFrom(ByteBuffer data)
static Entity
Entity. 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.Builder
EntityResult.Builder. mergeEntity(Entity value)
The resulting entity.Value.Builder
Value.Builder. mergeEntityValue(Entity value)
An entity value.Entity.Builder
Entity.Builder. mergeFrom(Entity other)
Mutation.Builder
Mutation.Builder. mergeInsert(Entity value)
The entity to insert.Mutation.Builder
Mutation.Builder. mergeUpdate(Entity value)
The entity to update.Mutation.Builder
Mutation.Builder. mergeUpsert(Entity value)
The entity to upsert.static Entity.Builder
Entity. newBuilder(Entity prototype)
EntityResult.Builder
EntityResult.Builder. setEntity(Entity value)
The resulting entity.Value.Builder
Value.Builder. setEntityValue(Entity value)
An entity value.Mutation.Builder
Mutation.Builder. setInsert(Entity value)
The entity to insert.Mutation.Builder
Mutation.Builder. setUpdate(Entity value)
The entity to update.Mutation.Builder
Mutation.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 Entity
DatastoreHelper. getEntity(Value value)
Methods in com.google.datastore.v1.client with parameters of type Entity Modifier and Type Method Description static Mutation.Builder
DatastoreHelper. makeInsert(Entity entity)
static Mutation.Builder
DatastoreHelper. makeUpdate(Entity entity)
static Mutation.Builder
DatastoreHelper. makeUpsert(Entity entity)
static Value.Builder
DatastoreHelper. makeValue(Entity entity)
Make an entity value.
-