public static interface DatastoreV1.MutationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DatastoreV1.Key |
getDelete(int index)
repeated .api.services.datastore.Key delete = 5; |
int |
getDeleteCount()
repeated .api.services.datastore.Key delete = 5; |
List<DatastoreV1.Key> |
getDeleteList()
repeated .api.services.datastore.Key delete = 5; |
DatastoreV1.KeyOrBuilder |
getDeleteOrBuilder(int index)
repeated .api.services.datastore.Key delete = 5; |
List<? extends DatastoreV1.KeyOrBuilder> |
getDeleteOrBuilderList()
repeated .api.services.datastore.Key delete = 5; |
boolean |
getForce()
optional bool force = 6; |
DatastoreV1.Entity |
getInsert(int index)
repeated .api.services.datastore.Entity insert = 3; |
DatastoreV1.Entity |
getInsertAutoId(int index)
repeated .api.services.datastore.Entity insert_auto_id = 4; |
int |
getInsertAutoIdCount()
repeated .api.services.datastore.Entity insert_auto_id = 4; |
List<DatastoreV1.Entity> |
getInsertAutoIdList()
repeated .api.services.datastore.Entity insert_auto_id = 4; |
DatastoreV1.EntityOrBuilder |
getInsertAutoIdOrBuilder(int index)
repeated .api.services.datastore.Entity insert_auto_id = 4; |
List<? extends DatastoreV1.EntityOrBuilder> |
getInsertAutoIdOrBuilderList()
repeated .api.services.datastore.Entity insert_auto_id = 4; |
int |
getInsertCount()
repeated .api.services.datastore.Entity insert = 3; |
List<DatastoreV1.Entity> |
getInsertList()
repeated .api.services.datastore.Entity insert = 3; |
DatastoreV1.EntityOrBuilder |
getInsertOrBuilder(int index)
repeated .api.services.datastore.Entity insert = 3; |
List<? extends DatastoreV1.EntityOrBuilder> |
getInsertOrBuilderList()
repeated .api.services.datastore.Entity insert = 3; |
DatastoreV1.Entity |
getUpdate(int index)
repeated .api.services.datastore.Entity update = 2; |
int |
getUpdateCount()
repeated .api.services.datastore.Entity update = 2; |
List<DatastoreV1.Entity> |
getUpdateList()
repeated .api.services.datastore.Entity update = 2; |
DatastoreV1.EntityOrBuilder |
getUpdateOrBuilder(int index)
repeated .api.services.datastore.Entity update = 2; |
List<? extends DatastoreV1.EntityOrBuilder> |
getUpdateOrBuilderList()
repeated .api.services.datastore.Entity update = 2; |
DatastoreV1.Entity |
getUpsert(int index)
repeated .api.services.datastore.Entity upsert = 1; |
int |
getUpsertCount()
repeated .api.services.datastore.Entity upsert = 1; |
List<DatastoreV1.Entity> |
getUpsertList()
repeated .api.services.datastore.Entity upsert = 1; |
DatastoreV1.EntityOrBuilder |
getUpsertOrBuilder(int index)
repeated .api.services.datastore.Entity upsert = 1; |
List<? extends DatastoreV1.EntityOrBuilder> |
getUpsertOrBuilderList()
repeated .api.services.datastore.Entity upsert = 1; |
boolean |
hasForce()
optional bool force = 6; |
List<DatastoreV1.Entity> getUpsertList()
repeated .api.services.datastore.Entity upsert = 1;
Entities to upsert. Each upserted entity's key must have a complete path and must not be reserved/read-only.
DatastoreV1.Entity getUpsert(int index)
repeated .api.services.datastore.Entity upsert = 1;
Entities to upsert. Each upserted entity's key must have a complete path and must not be reserved/read-only.
int getUpsertCount()
repeated .api.services.datastore.Entity upsert = 1;
Entities to upsert. Each upserted entity's key must have a complete path and must not be reserved/read-only.
List<? extends DatastoreV1.EntityOrBuilder> getUpsertOrBuilderList()
repeated .api.services.datastore.Entity upsert = 1;
Entities to upsert. Each upserted entity's key must have a complete path and must not be reserved/read-only.
DatastoreV1.EntityOrBuilder getUpsertOrBuilder(int index)
repeated .api.services.datastore.Entity upsert = 1;
Entities to upsert. Each upserted entity's key must have a complete path and must not be reserved/read-only.
List<DatastoreV1.Entity> getUpdateList()
repeated .api.services.datastore.Entity update = 2;
Entities to update. Each updated entity's key must have a complete path and must not be reserved/read-only.
DatastoreV1.Entity getUpdate(int index)
repeated .api.services.datastore.Entity update = 2;
Entities to update. Each updated entity's key must have a complete path and must not be reserved/read-only.
int getUpdateCount()
repeated .api.services.datastore.Entity update = 2;
Entities to update. Each updated entity's key must have a complete path and must not be reserved/read-only.
List<? extends DatastoreV1.EntityOrBuilder> getUpdateOrBuilderList()
repeated .api.services.datastore.Entity update = 2;
Entities to update. Each updated entity's key must have a complete path and must not be reserved/read-only.
DatastoreV1.EntityOrBuilder getUpdateOrBuilder(int index)
repeated .api.services.datastore.Entity update = 2;
Entities to update. Each updated entity's key must have a complete path and must not be reserved/read-only.
List<DatastoreV1.Entity> getInsertList()
repeated .api.services.datastore.Entity insert = 3;
Entities to insert. Each inserted entity's key must have a complete path and must not be reserved/read-only.
DatastoreV1.Entity getInsert(int index)
repeated .api.services.datastore.Entity insert = 3;
Entities to insert. Each inserted entity's key must have a complete path and must not be reserved/read-only.
int getInsertCount()
repeated .api.services.datastore.Entity insert = 3;
Entities to insert. Each inserted entity's key must have a complete path and must not be reserved/read-only.
List<? extends DatastoreV1.EntityOrBuilder> getInsertOrBuilderList()
repeated .api.services.datastore.Entity insert = 3;
Entities to insert. Each inserted entity's key must have a complete path and must not be reserved/read-only.
DatastoreV1.EntityOrBuilder getInsertOrBuilder(int index)
repeated .api.services.datastore.Entity insert = 3;
Entities to insert. Each inserted entity's key must have a complete path and must not be reserved/read-only.
List<DatastoreV1.Entity> getInsertAutoIdList()
repeated .api.services.datastore.Entity insert_auto_id = 4;
Insert entities with a newly allocated ID. Each inserted entity's key must omit the final identifier in its path and must not be reserved/read-only.
DatastoreV1.Entity getInsertAutoId(int index)
repeated .api.services.datastore.Entity insert_auto_id = 4;
Insert entities with a newly allocated ID. Each inserted entity's key must omit the final identifier in its path and must not be reserved/read-only.
int getInsertAutoIdCount()
repeated .api.services.datastore.Entity insert_auto_id = 4;
Insert entities with a newly allocated ID. Each inserted entity's key must omit the final identifier in its path and must not be reserved/read-only.
List<? extends DatastoreV1.EntityOrBuilder> getInsertAutoIdOrBuilderList()
repeated .api.services.datastore.Entity insert_auto_id = 4;
Insert entities with a newly allocated ID. Each inserted entity's key must omit the final identifier in its path and must not be reserved/read-only.
DatastoreV1.EntityOrBuilder getInsertAutoIdOrBuilder(int index)
repeated .api.services.datastore.Entity insert_auto_id = 4;
Insert entities with a newly allocated ID. Each inserted entity's key must omit the final identifier in its path and must not be reserved/read-only.
List<DatastoreV1.Key> getDeleteList()
repeated .api.services.datastore.Key delete = 5;
Keys of entities to delete. Each key must have a complete key path and must not be reserved/read-only.
DatastoreV1.Key getDelete(int index)
repeated .api.services.datastore.Key delete = 5;
Keys of entities to delete. Each key must have a complete key path and must not be reserved/read-only.
int getDeleteCount()
repeated .api.services.datastore.Key delete = 5;
Keys of entities to delete. Each key must have a complete key path and must not be reserved/read-only.
List<? extends DatastoreV1.KeyOrBuilder> getDeleteOrBuilderList()
repeated .api.services.datastore.Key delete = 5;
Keys of entities to delete. Each key must have a complete key path and must not be reserved/read-only.
DatastoreV1.KeyOrBuilder getDeleteOrBuilder(int index)
repeated .api.services.datastore.Key delete = 5;
Keys of entities to delete. Each key must have a complete key path and must not be reserved/read-only.
boolean hasForce()
optional bool force = 6;
Ignore a user specified read-only period. Optional.
boolean getForce()
optional bool force = 6;
Ignore a user specified read-only period. Optional.
Copyright © 2013. All Rights Reserved.