Class: Google::Cloud::Firestore::V1::StructuredQuery::FieldReference
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::StructuredQuery::FieldReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/v1/query.rb
Overview
A reference to a field in a document, ex: stats.operations
.
Instance Attribute Summary collapse
-
#field_path ⇒ ::String
The relative path of the document being referenced.
Instance Attribute Details
#field_path ⇒ ::String
Returns The relative path of the document being referenced.
Requires:
- Conform to document field name limitations.
332 333 334 335 |
# File 'proto_docs/google/firestore/v1/query.rb', line 332 class FieldReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |