Uses of Class
com.google.firestore.v1.StructuredQuery.Order
-
Uses of StructuredQuery.Order in com.google.firestore.v1
Methods in com.google.firestore.v1 that return StructuredQuery.OrderModifier and TypeMethodDescriptionStructuredQuery.Order.Builder.build()StructuredQuery.Order.Builder.buildPartial()static StructuredQuery.OrderStructuredQuery.Order.getDefaultInstance()StructuredQuery.Order.Builder.getDefaultInstanceForType()StructuredQuery.Order.getDefaultInstanceForType()StructuredQuery.Builder.getOrderBy(int index) The order to apply to the query results.StructuredQuery.getOrderBy(int index) The order to apply to the query results.StructuredQueryOrBuilder.getOrderBy(int index) The order to apply to the query results.static StructuredQuery.OrderStructuredQuery.Order.parseDelimitedFrom(InputStream input) static StructuredQuery.OrderStructuredQuery.Order.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructuredQuery.OrderStructuredQuery.Order.parseFrom(byte[] data) static StructuredQuery.OrderStructuredQuery.Order.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructuredQuery.OrderStructuredQuery.Order.parseFrom(com.google.protobuf.ByteString data) static StructuredQuery.OrderStructuredQuery.Order.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructuredQuery.OrderStructuredQuery.Order.parseFrom(com.google.protobuf.CodedInputStream input) static StructuredQuery.OrderStructuredQuery.Order.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructuredQuery.OrderStructuredQuery.Order.parseFrom(InputStream input) static StructuredQuery.OrderStructuredQuery.Order.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructuredQuery.OrderStructuredQuery.Order.parseFrom(ByteBuffer data) static StructuredQuery.OrderStructuredQuery.Order.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.firestore.v1 that return types with arguments of type StructuredQuery.OrderModifier and TypeMethodDescriptionStructuredQuery.Builder.getOrderByList()The order to apply to the query results.StructuredQuery.getOrderByList()The order to apply to the query results.StructuredQueryOrBuilder.getOrderByList()The order to apply to the query results.com.google.protobuf.Parser<StructuredQuery.Order>StructuredQuery.Order.getParserForType()static com.google.protobuf.Parser<StructuredQuery.Order>StructuredQuery.Order.parser()Methods in com.google.firestore.v1 with parameters of type StructuredQuery.OrderModifier and TypeMethodDescriptionStructuredQuery.Builder.addOrderBy(int index, StructuredQuery.Order value) The order to apply to the query results.StructuredQuery.Builder.addOrderBy(StructuredQuery.Order value) The order to apply to the query results.StructuredQuery.Order.Builder.mergeFrom(StructuredQuery.Order other) StructuredQuery.Order.newBuilder(StructuredQuery.Order prototype) StructuredQuery.Builder.setOrderBy(int index, StructuredQuery.Order value) The order to apply to the query results.Method parameters in com.google.firestore.v1 with type arguments of type StructuredQuery.OrderModifier and TypeMethodDescriptionStructuredQuery.Builder.addAllOrderBy(Iterable<? extends StructuredQuery.Order> values) The order to apply to the query results.