public static interface DatastoreV1.QueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getEndCursor()
optional bytes end_cursor = 8; |
DatastoreV1.Filter |
getFilter()
optional .api.services.datastore.Filter filter = 4; |
DatastoreV1.FilterOrBuilder |
getFilterOrBuilder()
optional .api.services.datastore.Filter filter = 4; |
DatastoreV1.PropertyReference |
getGroupBy(int index)
repeated .api.services.datastore.PropertyReference group_by = 6; |
int |
getGroupByCount()
repeated .api.services.datastore.PropertyReference group_by = 6; |
List<DatastoreV1.PropertyReference> |
getGroupByList()
repeated .api.services.datastore.PropertyReference group_by = 6; |
DatastoreV1.PropertyReferenceOrBuilder |
getGroupByOrBuilder(int index)
repeated .api.services.datastore.PropertyReference group_by = 6; |
List<? extends DatastoreV1.PropertyReferenceOrBuilder> |
getGroupByOrBuilderList()
repeated .api.services.datastore.PropertyReference group_by = 6; |
DatastoreV1.KindExpression |
getKind(int index)
repeated .api.services.datastore.KindExpression kind = 3; |
int |
getKindCount()
repeated .api.services.datastore.KindExpression kind = 3; |
List<DatastoreV1.KindExpression> |
getKindList()
repeated .api.services.datastore.KindExpression kind = 3; |
DatastoreV1.KindExpressionOrBuilder |
getKindOrBuilder(int index)
repeated .api.services.datastore.KindExpression kind = 3; |
List<? extends DatastoreV1.KindExpressionOrBuilder> |
getKindOrBuilderList()
repeated .api.services.datastore.KindExpression kind = 3; |
int |
getLimit()
optional int32 limit = 11; |
int |
getOffset()
optional int32 offset = 10 [default = 0]; |
DatastoreV1.PropertyOrder |
getOrder(int index)
repeated .api.services.datastore.PropertyOrder order = 5; |
int |
getOrderCount()
repeated .api.services.datastore.PropertyOrder order = 5; |
List<DatastoreV1.PropertyOrder> |
getOrderList()
repeated .api.services.datastore.PropertyOrder order = 5; |
DatastoreV1.PropertyOrderOrBuilder |
getOrderOrBuilder(int index)
repeated .api.services.datastore.PropertyOrder order = 5; |
List<? extends DatastoreV1.PropertyOrderOrBuilder> |
getOrderOrBuilderList()
repeated .api.services.datastore.PropertyOrder order = 5; |
DatastoreV1.PropertyExpression |
getProjection(int index)
repeated .api.services.datastore.PropertyExpression projection = 2; |
int |
getProjectionCount()
repeated .api.services.datastore.PropertyExpression projection = 2; |
List<DatastoreV1.PropertyExpression> |
getProjectionList()
repeated .api.services.datastore.PropertyExpression projection = 2; |
DatastoreV1.PropertyExpressionOrBuilder |
getProjectionOrBuilder(int index)
repeated .api.services.datastore.PropertyExpression projection = 2; |
List<? extends DatastoreV1.PropertyExpressionOrBuilder> |
getProjectionOrBuilderList()
repeated .api.services.datastore.PropertyExpression projection = 2; |
com.google.protobuf.ByteString |
getStartCursor()
optional bytes start_cursor = 7; |
boolean |
hasEndCursor()
optional bytes end_cursor = 8; |
boolean |
hasFilter()
optional .api.services.datastore.Filter filter = 4; |
boolean |
hasLimit()
optional int32 limit = 11; |
boolean |
hasOffset()
optional int32 offset = 10 [default = 0]; |
boolean |
hasStartCursor()
optional bytes start_cursor = 7; |
List<DatastoreV1.PropertyExpression> getProjectionList()
repeated .api.services.datastore.PropertyExpression projection = 2;
The projection to return. If not set the entire entity is returned.
DatastoreV1.PropertyExpression getProjection(int index)
repeated .api.services.datastore.PropertyExpression projection = 2;
The projection to return. If not set the entire entity is returned.
int getProjectionCount()
repeated .api.services.datastore.PropertyExpression projection = 2;
The projection to return. If not set the entire entity is returned.
List<? extends DatastoreV1.PropertyExpressionOrBuilder> getProjectionOrBuilderList()
repeated .api.services.datastore.PropertyExpression projection = 2;
The projection to return. If not set the entire entity is returned.
DatastoreV1.PropertyExpressionOrBuilder getProjectionOrBuilder(int index)
repeated .api.services.datastore.PropertyExpression projection = 2;
The projection to return. If not set the entire entity is returned.
List<DatastoreV1.KindExpression> getKindList()
repeated .api.services.datastore.KindExpression kind = 3;
The kinds to query (if empty, returns entities from all kinds).
DatastoreV1.KindExpression getKind(int index)
repeated .api.services.datastore.KindExpression kind = 3;
The kinds to query (if empty, returns entities from all kinds).
int getKindCount()
repeated .api.services.datastore.KindExpression kind = 3;
The kinds to query (if empty, returns entities from all kinds).
List<? extends DatastoreV1.KindExpressionOrBuilder> getKindOrBuilderList()
repeated .api.services.datastore.KindExpression kind = 3;
The kinds to query (if empty, returns entities from all kinds).
DatastoreV1.KindExpressionOrBuilder getKindOrBuilder(int index)
repeated .api.services.datastore.KindExpression kind = 3;
The kinds to query (if empty, returns entities from all kinds).
boolean hasFilter()
optional .api.services.datastore.Filter filter = 4;
The filter to apply (optional).
DatastoreV1.Filter getFilter()
optional .api.services.datastore.Filter filter = 4;
The filter to apply (optional).
DatastoreV1.FilterOrBuilder getFilterOrBuilder()
optional .api.services.datastore.Filter filter = 4;
The filter to apply (optional).
List<DatastoreV1.PropertyOrder> getOrderList()
repeated .api.services.datastore.PropertyOrder order = 5;
The order to apply to the query results (if empty, order is unspecified).
DatastoreV1.PropertyOrder getOrder(int index)
repeated .api.services.datastore.PropertyOrder order = 5;
The order to apply to the query results (if empty, order is unspecified).
int getOrderCount()
repeated .api.services.datastore.PropertyOrder order = 5;
The order to apply to the query results (if empty, order is unspecified).
List<? extends DatastoreV1.PropertyOrderOrBuilder> getOrderOrBuilderList()
repeated .api.services.datastore.PropertyOrder order = 5;
The order to apply to the query results (if empty, order is unspecified).
DatastoreV1.PropertyOrderOrBuilder getOrderOrBuilder(int index)
repeated .api.services.datastore.PropertyOrder order = 5;
The order to apply to the query results (if empty, order is unspecified).
List<DatastoreV1.PropertyReference> getGroupByList()
repeated .api.services.datastore.PropertyReference group_by = 6;
The properties to group by (if empty, no grouping is applied to the result set).
DatastoreV1.PropertyReference getGroupBy(int index)
repeated .api.services.datastore.PropertyReference group_by = 6;
The properties to group by (if empty, no grouping is applied to the result set).
int getGroupByCount()
repeated .api.services.datastore.PropertyReference group_by = 6;
The properties to group by (if empty, no grouping is applied to the result set).
List<? extends DatastoreV1.PropertyReferenceOrBuilder> getGroupByOrBuilderList()
repeated .api.services.datastore.PropertyReference group_by = 6;
The properties to group by (if empty, no grouping is applied to the result set).
DatastoreV1.PropertyReferenceOrBuilder getGroupByOrBuilder(int index)
repeated .api.services.datastore.PropertyReference group_by = 6;
The properties to group by (if empty, no grouping is applied to the result set).
boolean hasStartCursor()
optional bytes start_cursor = 7;
A starting point for the query results. Optional. Query cursors are returned in query result batches.
com.google.protobuf.ByteString getStartCursor()
optional bytes start_cursor = 7;
A starting point for the query results. Optional. Query cursors are returned in query result batches.
boolean hasEndCursor()
optional bytes end_cursor = 8;
An ending point for the query results. Optional. Query cursors are returned in query result batches.
com.google.protobuf.ByteString getEndCursor()
optional bytes end_cursor = 8;
An ending point for the query results. Optional. Query cursors are returned in query result batches.
boolean hasOffset()
optional int32 offset = 10 [default = 0];
The number of results to skip. Applies before limit, but after all other constraints (optional, defaults to 0).
int getOffset()
optional int32 offset = 10 [default = 0];
The number of results to skip. Applies before limit, but after all other constraints (optional, defaults to 0).
boolean hasLimit()
optional int32 limit = 11;
The maximum number of results to return. Applies after all other constraints. Optional.
int getLimit()
optional int32 limit = 11;
The maximum number of results to return. Applies after all other constraints. Optional.
Copyright © 2013. All Rights Reserved.