Package | Description |
---|---|
com.google.cloud.datastore |
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
|
Modifier and Type | Class and Description |
---|---|
static class |
EntityQuery.Builder
A
EntityQuery builder for queries that return Entity results. |
static class |
KeyQuery.Builder
A
KeyQuery builder for queries that return Key results. |
static class |
ProjectionEntityQuery.Builder
A
ProjectionEntityQuery builder for queries that return ProjectionEntity
results. |
Modifier and Type | Method and Description |
---|---|
StructuredQuery.Builder<V> |
StructuredQuery.Builder.addOrderBy(StructuredQuery.OrderBy orderBy,
StructuredQuery.OrderBy... others)
Adds settings to the existing order by clause.
|
StructuredQuery.Builder<V> |
StructuredQuery.Builder.clearOrderBy()
Clears any previously specified order by settings.
|
StructuredQuery.Builder<V> |
StructuredQuery.Builder.setEndCursor(Cursor endCursor)
Sets the end cursor for the query.
|
StructuredQuery.Builder<V> |
StructuredQuery.Builder.setFilter(StructuredQuery.Filter filter) |
StructuredQuery.Builder<V> |
StructuredQuery.Builder.setKind(String kind)
Sets the kind for the query.
|
StructuredQuery.Builder<V> |
StructuredQuery.Builder.setLimit(Integer limit)
Sets the limit for the query.
|
StructuredQuery.Builder<V> |
StructuredQuery.Builder.setNamespace(String namespace)
Sets the namespace for the query.
|
StructuredQuery.Builder<V> |
StructuredQuery.Builder.setOffset(int offset)
Sets the offset for the query.
|
StructuredQuery.Builder<V> |
StructuredQuery.Builder.setOrderBy(StructuredQuery.OrderBy orderBy,
StructuredQuery.OrderBy... others)
Sets the query's order by clause (clearing any previously specified order by settings).
|
StructuredQuery.Builder<V> |
StructuredQuery.Builder.setStartCursor(Cursor startCursor)
Sets the start cursor for the query.
|
abstract StructuredQuery.Builder<V> |
StructuredQuery.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.