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
A reference to a field in a document.
Instance Attribute Details
#field_path ⇒ ::String
Returns A reference to a field in a document.
Requires:
- MUST be a dot-delimited (
.
) string of segments, where each segment conforms to document field name limitations.
355 356 357 358 |
# File 'proto_docs/google/firestore/v1/query.rb', line 355 class FieldReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |