Uses of Class
com.google.datastore.v1.PropertyOrder
-
Uses of PropertyOrder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return PropertyOrderModifier and TypeMethodDescriptionPropertyOrder.Builder.build()PropertyOrder.Builder.buildPartial()static PropertyOrderPropertyOrder.getDefaultInstance()PropertyOrder.Builder.getDefaultInstanceForType()PropertyOrder.getDefaultInstanceForType()Query.Builder.getOrder(int index) The order to apply to the query results (if empty, order is unspecified).Query.getOrder(int index) The order to apply to the query results (if empty, order is unspecified).QueryOrBuilder.getOrder(int index) The order to apply to the query results (if empty, order is unspecified).static PropertyOrderPropertyOrder.parseDelimitedFrom(InputStream input) static PropertyOrderPropertyOrder.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PropertyOrderPropertyOrder.parseFrom(byte[] data) static PropertyOrderPropertyOrder.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PropertyOrderPropertyOrder.parseFrom(com.google.protobuf.ByteString data) static PropertyOrderPropertyOrder.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PropertyOrderPropertyOrder.parseFrom(com.google.protobuf.CodedInputStream input) static PropertyOrderPropertyOrder.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PropertyOrderPropertyOrder.parseFrom(InputStream input) static PropertyOrderPropertyOrder.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PropertyOrderPropertyOrder.parseFrom(ByteBuffer data) static PropertyOrderPropertyOrder.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.datastore.v1 that return types with arguments of type PropertyOrderModifier and TypeMethodDescriptionQuery.Builder.getOrderList()The order to apply to the query results (if empty, order is unspecified).Query.getOrderList()The order to apply to the query results (if empty, order is unspecified).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 PropertyOrderModifier and TypeMethodDescriptionQuery.Builder.addOrder(int index, PropertyOrder value) The order to apply to the query results (if empty, order is unspecified).Query.Builder.addOrder(PropertyOrder value) The order to apply to the query results (if empty, order is unspecified).PropertyOrder.Builder.mergeFrom(PropertyOrder other) static PropertyOrder.BuilderPropertyOrder.newBuilder(PropertyOrder prototype) 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 PropertyOrderModifier and TypeMethodDescriptionQuery.Builder.addAllOrder(Iterable<? extends PropertyOrder> values) The order to apply to the query results (if empty, order is unspecified).