Class: Google::Cloud::Firestore::V1::DocumentMask
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::DocumentMask
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/v1/common.rb
Overview
Instance Attribute Summary collapse
-
#field_paths ⇒ ::Array<::String>
The list of field paths in the mask.
Instance Attribute Details
#field_paths ⇒ ::Array<::String>
Returns The list of field paths in the mask. See Document.fields for a field path syntax reference.
33 34 35 36 |
# File 'proto_docs/google/firestore/v1/common.rb', line 33 class DocumentMask include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |