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) —
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.
- MUST be a dot-delimited (
#field_path=
def field_path=(value) -> ::String
Parameter
-
value (::String) —
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.
- MUST be a dot-delimited (
Returns
-
(::String) —
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.
- MUST be a dot-delimited (