Class: Google::Firestore::V1::StructuredQuery::Projection

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/firestore/v1/doc/google/firestore/v1/query.rb

Overview

The projection of document's fields to return.

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsArray<Google::Firestore::V1::StructuredQuery::FieldReference>

Returns The fields to return.

If empty, all fields are returned. To only return the name of the document, use ['__name__'].

Returns:



163
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/query.rb', line 163

class Projection; end