lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/query.rb in google-cloud-firestore-1.2.1 vs lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/query.rb in google-cloud-firestore-1.2.2

- old
+ new

@@ -181,22 +181,22 @@ # @!attribute [rw] direction # @return [Google::Firestore::V1beta1::StructuredQuery::Direction] # The direction to order by. Defaults to `ASCENDING`. class Order; end + # A reference to a field, such as `max(messages.time) as max_time`. + # @!attribute [rw] field_path + # @return [String] + class FieldReference; end + # The projection of document's fields to return. # @!attribute [rw] fields # @return [Array<Google::Firestore::V1beta1::StructuredQuery::FieldReference>] # The fields to return. # # If empty, all fields are returned. To only return the name # of the document, use `['__name__']`. class Projection; end - - # A reference to a field, such as `max(messages.time) as max_time`. - # @!attribute [rw] field_path - # @return [String] - class FieldReference; end # A sort direction. module Direction # Unspecified. DIRECTION_UNSPECIFIED = 0 \ No newline at end of file