Package | Description |
---|---|
com.google.datastore.v1 |
Modifier and Type | Method and Description |
---|---|
PropertyOrder |
PropertyOrder.Builder.build() |
PropertyOrder |
PropertyOrder.Builder.buildPartial() |
static PropertyOrder |
PropertyOrder.getDefaultInstance() |
PropertyOrder |
PropertyOrder.getDefaultInstanceForType() |
PropertyOrder |
PropertyOrder.Builder.getDefaultInstanceForType() |
PropertyOrder |
Query.getOrder(int index)
The order to apply to the query results (if empty, order is unspecified).
|
PropertyOrder |
Query.Builder.getOrder(int index)
The order to apply to the query results (if empty, order is unspecified).
|
PropertyOrder |
QueryOrBuilder.getOrder(int index)
The order to apply to the query results (if empty, order is unspecified).
|
static PropertyOrder |
PropertyOrder.parseDelimitedFrom(InputStream input) |
static PropertyOrder |
PropertyOrder.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PropertyOrder |
PropertyOrder.parseFrom(byte[] data) |
static PropertyOrder |
PropertyOrder.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PropertyOrder |
PropertyOrder.parseFrom(ByteBuffer data) |
static PropertyOrder |
PropertyOrder.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PropertyOrder |
PropertyOrder.parseFrom(com.google.protobuf.ByteString data) |
static PropertyOrder |
PropertyOrder.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PropertyOrder |
PropertyOrder.parseFrom(com.google.protobuf.CodedInputStream input) |
static PropertyOrder |
PropertyOrder.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PropertyOrder |
PropertyOrder.parseFrom(InputStream input) |
static PropertyOrder |
PropertyOrder.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<PropertyOrder> |
Query.getOrderList()
The order to apply to the query results (if empty, order is unspecified).
|
List<PropertyOrder> |
Query.Builder.getOrderList()
The order to apply to the query results (if empty, order is unspecified).
|
List<PropertyOrder> |
QueryOrBuilder.getOrderList()
The order to apply to the query results (if empty, order is unspecified).
|
com.google.protobuf.Parser<PropertyOrder> |
PropertyOrder.getParserForType() |
static com.google.protobuf.Parser<PropertyOrder> |
PropertyOrder.parser() |
Modifier and Type | Method and Description |
---|---|
Query.Builder |
Query.Builder.addOrder(int index,
PropertyOrder value)
The order to apply to the query results (if empty, order is unspecified).
|
Query.Builder |
Query.Builder.addOrder(PropertyOrder value)
The order to apply to the query results (if empty, order is unspecified).
|
PropertyOrder.Builder |
PropertyOrder.Builder.mergeFrom(PropertyOrder other) |
static PropertyOrder.Builder |
PropertyOrder.newBuilder(PropertyOrder prototype) |
Query.Builder |
Query.Builder.setOrder(int index,
PropertyOrder value)
The order to apply to the query results (if empty, order is unspecified).
|
Modifier and Type | Method and Description |
---|---|
Query.Builder |
Query.Builder.addAllOrder(Iterable<? extends PropertyOrder> values)
The order to apply to the query results (if empty, order is unspecified).
|
Copyright © 2023 Google LLC. All rights reserved.