select property
Optional sub-set of the fields to return.
This acts as a google.firestore.v1.DocumentMask
over the
documents returned from a query. When not set, assumes that the caller
wants all fields returned.
Implementation
@$pb.TagNumber(1)
StructuredQuery_Projection get select => $_getN(0);
Implementation
@$pb.TagNumber(1)
set select(StructuredQuery_Projection v) {
setField(1, v);
}