Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::StructuredQuery::FieldReference.
A reference to a field in a document, ex: stats.operations
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#field_path
def field_path() -> ::String
Returns
-
(::String) —
The relative path of the document being referenced.
Requires:
- Conform to document field name limitations.
#field_path=
def field_path=(value) -> ::String
Parameter
-
value (::String) —
The relative path of the document being referenced.
Requires:
- Conform to document field name limitations.
Returns
-
(::String) —
The relative path of the document being referenced.
Requires:
- Conform to document field name limitations.