- makeAncestorFilter(Key) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Makes an ancestor filter.
- makeAndFilter(Filter...) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make a composite filter from the given sub-filters using AND to combine filters.
- makeAndFilter(Iterable<Filter>) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make a composite filter from the given sub-filters using AND to combine filters.
- makeClient(DatastoreOptions) - Method in class com.google.datastore.v1.client.DatastoreFactory
-
Constructs a Google APIs HTTP client with the associated credentials.
- makeDelete(Key) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
- makeFilter(String, PropertyFilter.Operator, Value) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make a filter on a property for use in a query.
- makeFilter(String, PropertyFilter.Operator, Value.Builder) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make a filter on a property for use in a query.
- makeInsert(Entity) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
- makeKey(Object...) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make a key from the specified path of kind/id-or-name pairs
and/or Keys.
- makeOrder(String, PropertyOrder.Direction) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make a sort order for use in a query.
- makePropertyReference(String) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make a property reference for use in a query.
- makeUpdate(Entity) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
- makeUpsert(Entity) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
- makeValue(Iterable<Value>) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make an array value containing the specified values.
- makeValue(Value, Value, Value...) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make a list value containing the specified values.
- makeValue(Value.Builder, Value.Builder, Value.Builder...) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make an array value containing the specified values.
- makeValue(Key) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make a key value.
- makeValue(Key.Builder) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make a key value.
- makeValue(long) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make an integer value.
- makeValue(double) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make a floating point value.
- makeValue(boolean) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make a boolean value.
- makeValue(String) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make a string value.
- makeValue(Entity) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make an entity value.
- makeValue(Entity.Builder) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make a entity value.
- makeValue(ByteString) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make a ByteString value.
- makeValue(Date) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Make a timestamp value given a date.
- makeValue(LatLng) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Makes a GeoPoint value.
- makeValue(LatLng.Builder) - Static method in class com.google.datastore.v1.client.DatastoreHelper
-
Makes a GeoPoint value.