Uses of Class
com.google.datastore.v1.PropertyOrder
-
Packages that use PropertyOrder Package Description com.google.datastore.v1 -
-
Uses of PropertyOrder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return PropertyOrder Modifier and Type Method Description PropertyOrder
PropertyOrder.Builder. build()
PropertyOrder
PropertyOrder.Builder. buildPartial()
static PropertyOrder
PropertyOrder. getDefaultInstance()
PropertyOrder
PropertyOrder.Builder. getDefaultInstanceForType()
PropertyOrder
PropertyOrder. getDefaultInstanceForType()
PropertyOrder
Query.Builder. getOrder(int index)
The order to apply to the query results (if empty, order is unspecified).PropertyOrder
Query. 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(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)
static PropertyOrder
PropertyOrder. parseFrom(ByteBuffer data)
static PropertyOrder
PropertyOrder. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.datastore.v1 that return types with arguments of type PropertyOrder Modifier and Type Method Description List<PropertyOrder>
Query.Builder. getOrderList()
The order to apply to the query results (if empty, order is unspecified).List<PropertyOrder>
Query. 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()
Methods in com.google.datastore.v1 with parameters of type PropertyOrder Modifier and Type Method 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).Method parameters in com.google.datastore.v1 with type arguments of type PropertyOrder Modifier and Type Method Description Query.Builder
Query.Builder. addAllOrder(Iterable<? extends PropertyOrder> values)
The order to apply to the query results (if empty, order is unspecified).
-