AggregationQuery |
|
AggregationQuery.Builder |
|
AggregationQuery.Mode |
|
AggregationResult |
|
AggregationResults |
|
BaseEntity |
A base class for entities (key and properties).
|
BaseEntity.Builder |
|
BaseKey |
Base class for keys.
|
BaseKey.Builder |
Base class for key builders.
|
Batch |
An interface to represent a batch of write operations.
|
Batch.Response |
|
Blob |
A Google Cloud Datastore Blob.
|
BlobValue |
|
BlobValue.Builder |
|
BooleanValue |
|
BooleanValue.Builder |
|
Cursor |
A Google Cloud Datastore cursor.
|
Datastore |
An interface for Google Cloud Datastore.
|
Datastore.TransactionCallable |
|
DatastoreBatchWriter |
An interface to represent a batch of write operations.
|
DatastoreException |
Datastore service exception.
|
DatastoreFactory |
An interface for Datastore factories.
|
DatastoreOptions |
|
DatastoreOptions.Builder |
|
DatastoreReader |
An interface to represent Google Cloud Datastore read operations.
|
DatastoreReaderWriter |
An interface that combines both Google Cloud Datastore read and write operations.
|
DatastoreWriter |
An interface to represent Google Cloud Datastore write operations.
|
DoubleValue |
|
DoubleValue.Builder |
|
Entity |
An entity is the Google Cloud Datastore persistent data object for a specific key.
|
Entity.Builder |
|
EntityQuery |
An implementation of a Google Cloud Datastore entity query that can be constructed by providing
all the specific query elements.
|
EntityQuery.Builder |
A EntityQuery builder for queries that return Entity results.
|
EntityValue |
|
EntityValue.Builder |
|
FullEntity |
|
FullEntity.Builder |
|
GqlQuery |
A Google Cloud Datastore GQL query.
|
GqlQuery.Builder |
A GQL query builder.
|
IncompleteKey |
An incomplete key (without a name or id).
|
IncompleteKey.Builder |
|
Key |
A key that is guaranteed to be complete and could be used to reference a Google Cloud Datastore
Entity .
|
Key.Builder |
|
KeyFactory |
A helper for creating keys for a specific Datastore , using its associated projectId and
namespace.
|
KeyQuery |
An implementation of a Google Cloud Datastore key-only query that can be constructed by providing
all the specific query elements.
|
KeyQuery.Builder |
A KeyQuery builder for queries that return Key results.
|
KeyValue |
|
KeyValue.Builder |
|
LatLng |
A Google Cloud Datastore LatLng (represented by latitude and longitude in degrees).
|
LatLngValue |
|
LatLngValue.Builder |
|
ListValue |
A Google Cloud Datastore list value.
|
ListValue.Builder |
|
LongValue |
|
LongValue.Builder |
|
NullValue |
|
NullValue.Builder |
|
PathElement |
Represents a single element in a key's path.
|
ProjectionEntity |
A projection entity is a result of a Google Cloud Datastore projection query.
|
ProjectionEntity.Builder |
|
ProjectionEntityQuery |
An implementation of a Google Cloud Datastore projection entity query that can be constructed by
providing all the specific query elements.
|
ProjectionEntityQuery.Builder |
A ProjectionEntityQuery builder for queries that return ProjectionEntity
results.
|
Query |
A Google Cloud Datastore query.
|
Query.ResultType |
This class represents the expected type of the result.
|
QueryResults |
The result of a Google Cloud Datastore query submission.
|
RawValue |
|
RawValue.Builder |
|
ReadOption |
Specifies options for read operations in Datastore, namely getting/fetching entities and running
queries.
|
ReadOption.EventualConsistency |
Specifies eventual consistency for reads from Datastore.
|
ReadOption.QueryAndReadOptions |
|
ReadOption.ReadTime |
Reads entities as they were at the given time.
|
RecordQuery |
An internal marker interface to represent Query that returns the entity records.
|
StringValue |
|
StringValue.Builder |
|
StructuredQuery |
An implementation of a Google Cloud Datastore Query that can be constructed by providing all the
specific query elements.
|
StructuredQuery.Builder |
Interface for StructuredQuery builders.
|
StructuredQuery.CompositeFilter |
A class representing a filter composed of a combination of other filters.
|
StructuredQuery.Filter |
|
StructuredQuery.OrderBy |
|
StructuredQuery.OrderBy.Direction |
|
StructuredQuery.PropertyFilter |
A class representing a filter based on a single property or ancestor.
|
TimestampValue |
|
TimestampValue.Builder |
|
TraceUtil |
Helper class for tracing utility.
|
Transaction |
A Google cloud datastore transaction.
|
Transaction.Response |
|
Value |
Base class for all Google Cloud Datastore value types.
|
ValueBuilder |
A common interface for Value builders.
|
ValueType |
The type of a Datastore property.
|