Package | Description |
---|---|
com.google.datastore.v1 |
Modifier and Type | Class and Description |
---|---|
class |
PropertyOrder
The desired order for a specific property.
|
static class |
PropertyOrder.Builder
The desired order for a specific property.
|
Modifier and Type | Method and Description |
---|---|
PropertyOrderOrBuilder |
Query.getOrderOrBuilder(int index)
The order to apply to the query results (if empty, order is unspecified).
|
PropertyOrderOrBuilder |
Query.Builder.getOrderOrBuilder(int index)
The order to apply to the query results (if empty, order is unspecified).
|
PropertyOrderOrBuilder |
QueryOrBuilder.getOrderOrBuilder(int index)
The order to apply to the query results (if empty, order is unspecified).
|
Modifier and Type | Method and Description |
---|---|
List<? extends PropertyOrderOrBuilder> |
Query.getOrderOrBuilderList()
The order to apply to the query results (if empty, order is unspecified).
|
List<? extends PropertyOrderOrBuilder> |
Query.Builder.getOrderOrBuilderList()
The order to apply to the query results (if empty, order is unspecified).
|
List<? extends PropertyOrderOrBuilder> |
QueryOrBuilder.getOrderOrBuilderList()
The order to apply to the query results (if empty, order is unspecified).
|
Copyright © 2023 Google LLC. All rights reserved.